few-shot-segmentation icon indicating copy to clipboard operation
few-shot-segmentation copied to clipboard

SDnetConditioner encode4 do not use

Open upzheng opened this issue 4 years ago • 5 comments

Hi,

Thanks for sharing the code with the community. I have one quick question. In few_shot_segmentor.py line 81, there should be e4, _, ind4 = self.encode4(e3) but not e4, _, ind4 = self.encode3(e3) right? Or is there any special meaning? Thanks!

upzheng avatar Mar 06 '20 15:03 upzheng

Hi,

Thanks for sharing the code with the community. I have one quick question. In few_shot_segmentor.py line 81, there should be e4, _, ind4 = self.encode4(e3) but not e4, _, ind4 = self.encode3(e3) right? Or is there any special meaning? Thanks!

Hello, do you know where the data set is downloaded? Thank you very much!

jelly571 avatar Oct 13 '20 14:10 jelly571

Hi, Thanks for sharing the code with the community. I have one quick question. In few_shot_segmentor.py line 81, there should be e4, _, ind4 = self.encode4(e3) but not e4, _, ind4 = self.encode3(e3) right? Or is there any special meaning? Thanks!

Hello, do you know where the data set is downloaded? Thank you very much!

I use public dataset to train and valid, such as Lits, Kits.

upzheng avatar Oct 16 '20 05:10 upzheng

嗨, 感谢您与社区共享代码。我有一个简单的问题。在some_shot_segmentor.py第81行中,应该存在 e4, _, ind4 = self.encode4(e3) 但不 e4, _, ind4 = self.encode3(e3) 正确? 还是有特殊含义? 谢谢!

您好,您知道数据集的下载位置吗?非常感谢你!

我使用公共数据集进行训练和验证,例如Lits,Kits。

Thank you!

jelly571 avatar Oct 16 '20 05:10 jelly571

Hi, Thanks for sharing the code with the community. I have one quick question. In few_shot_segmentor.py line 81, there should be e4, _, ind4 = self.encode4(e3) but not e4, _, ind4 = self.encode3(e3) right? Or is there any special meaning? Thanks!

Hello, do you know where the data set is downloaded? Thank you very much!

I use public dataset to train and valid, such as Lits, Kits.

Hi, I'm also using my dataset and trying to run this code, but i haven't figured it out, what should the data format look like. It would be very helpful for me if you can share how to adjust the format of the data to run "run.py". Truly thx :P

pleasurepants avatar Feb 11 '22 11:02 pleasurepants

Hi, Thanks for sharing the code with the community. I have one quick question. In few_shot_segmentor.py line 81, there should be e4, _, ind4 = self.encode4(e3) but not e4, _, ind4 = self.encode3(e3) right? Or is there any special meaning? Thanks!

Hello, do you know where the data set is downloaded? Thank you very much!

I use public dataset to train and valid, such as Lits, Kits.

I think this code has many bug although I tried to fix in nn_common_modules package

viethoang303 avatar Mar 15 '22 14:03 viethoang303