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
42 stars 5 forks source link

about dateset.pyl #9

Closed Nastu-Ho closed 10 months ago

Nastu-Ho commented 11 months ago

What part of the code in the dataset.py ensures that the categories of mete-traing and meta-testing are non-intersecting?

shenqq377 commented 11 months ago

The "get_folds" in dataset_spedific.py is used to separate training and testing data. Please refer the original paper by Ouyang et. al. (https://github.com/cheng-01037/Self-supervised-Fewshot-Medical-Image-Segmentation).