MrGiovanni / SyntheticTumors

[CVPR 2023] Label-Free Liver Tumor Segmentation
https://www.cs.jhu.edu/~alanlab/Pubs23/hu2023label.pdf
MIT License
281 stars 24 forks source link

Can you update file inference ? #5

Closed nam157 closed 3 months ago

nam157 commented 9 months ago

I want to run file single .nii. So, I think a file inference for this project. Can you update ?

qixinhu11 commented 3 months ago

Thanks for your interest in this paper, sorry for the late reply. I will add this feature when I get some free time. As you can see from the validation.py, the core part is already been written. If you are familiar with the MONAI framework, you can write your version. But if you don't want to change the source code, I suggest you write a new JSON file with a single item and then run the validation.py. Hope this could help you.