-
Proporciona información de contacto de emergencia si no hay profesionales disponibles.
-
Hi, in generateData.py line 178 ```projections = tigre.Ax(np.transpose(img, (2, 1, 0)).copy(), geo, data["train"]["angles"])[:, ::-1, :]```, why we need to transpose img from zyx to xyz and then rever…
-
I want to know the parameters geo.rotDetector Indicates whether the detector rotates around itself or the detectorrotates around the XYZ axis of the world coordinate system,and Which directions do the…
-
Its about time TIGRE gets a logo.....
-
Hello, I found that when using im3DDenoise to denoise 3D images, as the number of iterations increases, edge slices will produce image artifacts, and these artifacts seem to come from other slices. Is…
-
currently its mixed with their own files and part of iterative_recon_alg.py, and its a mess.
(more info is needed to clarify, please do let me know if you want to tackle this, I will add more info…
-
## Description
I try to use ```cil.processors.RingRemover``` to pre-process the normalized data, but I find that there is no guidance in [cil website](https://tomographicimaging.github.io/CIL/night…
-
## TLDR
Request to modify the GPU usage check in TIGRE to allow functions to run with sufficient memory available, instead of requiring the GPU to be completely idle.
## Verbose
I just finished i…
-
I tried iterative reconstruction when the detector was offset using the TIGRE sample data.
The previous question said that wang weighting is not necessary for iterative reconstruction.
#151
How…
-
Hello, thank you for sharing your valuable code. Before applying your code, I would like to use the information written in chest_50.pickle to obtain projection data from img.mat data through TIGRE tec…