tiangexiang/SQUID

how to segment the lesion in X-ray images rather than giving the image-level prediction?

cannonli7 opened this issue · 2 comments

Thanks for your work. could you tell me how to segment the lesion in X-ray images rather than giving the image-level prediction?

Hi, thanks for your interests in our work. At the moment, SQUID doesn't output the segmentation mask directly. However, you can rely on the grad-CAM map from the trained discriminator to indicate which parts of the image are poorly reconstructed, and therefore more likely to contain lesions.

Hi, thanks for your interests in our work. At the moment, SQUID doesn't output the segmentation mask directly. However, you can rely on the grad-CAM map from the trained discriminator to indicate which parts of the image are poorly reconstructed, and therefore more likely to contain lesions.

Thanks for your reply. I'll try to work on that.