-
## Expected Behavior
I found that the variable ynesterov_prev has not been updated when iterating using nesterov method,Is this a mistake?
- MATLAB version:
-
Will the Tigre modules (particularly forward projections) ever be torch autograd compatible? It would be great if we can track gradients throughout the forward projections. Thanks so much.
-
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 gets stuck and prints nothing…
-
It would be nice to have an option to add mailboxes for existing AD users.
Simple version would be to just add a mailbox for every existing user.
Enhanced version would be to use template vars t…
-
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,…
-
## Expected Behavior
With FDK reconstructing subgroups of z-slices and then stacking them should lead to the same result as reconstructing the same volume.
## Actual Behavior
When comparing a no…
-
Hello, I have a two-dimensional sinogram matrix that I prepared from Phantom, how can I reconstruct this two-dimensional sinogram with package algorithms? Do I need to make the sinogram three-dimensio…
-
## Expected Behavior
I want to reconstruct an image consisting of 1024 projections, each with a size of 2048 x 3072
TIGRE parameters
-----
Geometry parameters
Distance from source to detector (DS…
-
I combine the [DiffDRR ](https://github.com/eigenvivek/DiffDRR) package to generate DRR images. I rewrote the code for generating data. However, after training, the reconstruction and rendering effect…
-
## Expected Behavior
I am using pytorch and TIGRE together to do inverse projection, but I found that when I put pytorch and TIGRE on the same GPU, it will report an error. If I put pytorch and TIGRE…