Open dfdu233 opened 1 month ago
Hi,
For the training, the visualization is not supported yet as we want to simplify the evaluation during training. Note that the evaluation has been simplified during training with a lower output resolution (0.5x).
For the testing, you can add '--save_results' (https://github.com/xmed-lab/DIF-Gaussian/blob/main/code/evaluate.py#L91) and then the results will be saved in a specific directory (see https://github.com/xmed-lab/DIF-Gaussian/blob/main/code/evaluate.py#L129)
Hi, thanx for the reply.I test the results on brain CT dataset,but results seem so strange Is there any way to prove that?
What dataset was the model trained on? If you trained the model on LUNA16, it may not be appropriate to be applied to brain CT due to the domain gap.
Yes,I am working with a head CT dataset called CQ500, but the results are unsatisfactory. The images appear blurred and exhibit artifacts. Are there any methods to improve this? many thanks
BTW, it's trained on head CT too, so I wonder what causes this
The results look wired. Can you check the processed data -- the CT and rendered X-ray projections? If the dataset is very different from the lung/dental CT, the preprocessing may need to be modified, e.g., the value range.
I trained LUNA16 data with your code but found the results can't be visualised.Will you consider accomplish that function?