shenqq377 / Q-Net

Python codes to implement Q-Net, a meta-learning method for few shot medical image segmentation
https://arxiv.org/abs/2208.11451
38 stars 5 forks source link

Results and Dataset #3

Closed Y-Miou closed 1 year ago

Y-Miou commented 1 year ago

Where is the predicted result graph saved? How can I see the mask image predicted by this model?

shenqq377 commented 1 year ago

Hi, the predicted masks are saved as .nii.gz into a folder named "intern_preds". The format could be open by SimpleITK (a python version of ITK).