Hello, your published work is very exciting. If possible, I would like to consult you on the following questions:
-
Regarding the use of TIGRE for DRR data generation. In the process of creating DRR data, I saw that your code thresholds the data and then scales it to the range [0-255], before using TIGRE for DRR imaging. Could you please explain the purpose of setting the threshold? Have you considered converting CT values to attenuation values for projection?
-
Regarding the use of F.leaky_relu() for the output of the last layer of the model. Is the use of Leaky ReLU intended to better fit the ground truth? Have you considered using sigmoid, since the range of the ground truth is [0,1]?
Hello, your published work is very exciting. If possible, I would like to consult you on the following questions:
Regarding the use of TIGRE for DRR data generation. In the process of creating DRR data, I saw that your code thresholds the data and then scales it to the range [0-255], before using TIGRE for DRR imaging. Could you please explain the purpose of setting the threshold? Have you considered converting CT values to attenuation values for projection?
Regarding the use of
F.leaky_relu()for the output of the last layer of the model. Is the use of Leaky ReLU intended to better fit the ground truth? Have you considered using sigmoid, since the range of the ground truth is [0,1]?