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

Code for tumor location selection #6

Open Yashi-Nan opened 8 months ago

Yashi-Nan commented 8 months ago

Thanks for the great work. You mentioned that location selection is the first step in tumor generation but I wonder where to find the code for it. I noticed that random location is selected in TumorGenerated.utils.py , but how about the step for avoiding blood vessels in liver?

Please tell me if I missed something.

JoshuaYang0926 commented 8 months ago

I meet the same question!

nicolaus-huang commented 4 months ago

Same question too.

MrGiovanni commented 5 days ago

Hi All,

As shown in Figure 3, location section was not used for training AI models, it was only applied to generating realistic tumors for Visual Turing Test.

Best, Zongwei