Haodong

Results 7 issues of Haodong

It seems like the ART reconstruction algorithm family can only be used in con-beam reconstruction. Our research is based on 2-D CT scan, so can you consider that transfer those...

The dependency is really hard to manage the dependency version to install all of them. Especially flax @ git+https://github.com/google/flax.git@8b2e56e93602ff9fcd62647f28b8145e0e0c10a8, I would like say that there is no way to install...

I can run iterative algorithms such as ossart 2D parallel beam CT reconstruction smooth on ubuntu. But when it comes for cone-beam( for 2d it is fanbeam) The running just...

When I try to install TIGRE Python on the supercomputer the compiling failed and got this error: ``` (ss) exouser@sit-new:~/SiT/TIGRE/Python$ pip install . Processing /home/exouser/SiT/TIGRE/Python Installing build dependencies ... done...

when I run: > limited_angle = np.linspace(0, np.pi/2, 180) > limited_projection = tigre.Ax(img, geo, limited_angle) > print(limited_projection.shape) > img_tv = ossart_tv(limited_projection,geo,limited_angle,5) > img_tv.shape > img_fbp = tigre.algorithms.fbp(limited_projection,geo,limited_angle) > img_fbp.shape it...

I can run it before, but when I update the cuda to 12.4 it can not find the cuda path even ```nvcc -V``` can work: ``` KeyError Traceback (most recent...