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

Facing problem for setting 2 #12

Closed titoriya007 closed 10 months ago

titoriya007 commented 10 months ago

Hi,

I am facing an issue with setting 2. You have written that for setting 2, we have to change the value of alpha, but in the code, alpha is used for dual scale mode. I need some help in this regard.

shenqq377 commented 10 months ago

Hi, EXCLUDE_LABEL is used for setting 2. For example, label "Liver" is test lable, image slices that has label "Liver" should be excluded in setting 2, you need set EXCLUDE_LABEL as "Liver". If EXCLUDE_LABEL is set as None, that means we run experiments in setting 1.