Jiahao Wang

Results 14 comments of Jiahao Wang

Sorry I could not share that exact input video due to privacy issues, but other videos online can have a similar problem. For example, I made a clip from a...

The environment I am using: ``` mmcv 2.0.1 mmdet 3.1.0 mmengine 0.8.4 mmpose 1.2.0 numpy 1.25.2 opencv-python 4.8.0.76 opendatalab 0.0.10 openmim 0.3.9 openxlab 0.0.24 torch 2.0.1 torchvision 0.15.2 ```

Hi @AnderBiguri, by "stuck" I mean the algorithm keeps running in [Line 222](https://github.com/CERN/TIGRE/blob/4598aaa32a9aa3ae31aef45f5fe2f5daa01854ea/Python/tigre/algorithms/iterative_recon_alg.py#L222) and there is no response. I found it out by setting checkpoints and running line by line....

TIGRE demo TIGRE/Python/demos/d07_Algorithms02.py with head phantom data works well, but here the CT size is small (64x64x64).

Hi @AnderBiguri, thanks for your reply! I changed the head phantom size to 512x512x512, and it worked well. However, my data cannot work. I guess the problem comes from the...

Hi @AnderBiguri, if I change the tigre version to 2.3, everything works well! The same code could not work in the current version (2.5).

Hi @AnderBiguri, yes I am using conda. Here is the conda list with the newest TIGRE (2.5) which could not run well on my data (some packages are not relevant...

A brief summary, in my 2 conda environments: With TIGRE 2.5, pytigre==2.4.0, cython==3.0.2, numpy==1.26.0 With TIGRE 2.3, pytigre==2.2.0, cython==0.29.25, numpy==1.21.6