few-shot-segmentation
few-shot-segmentation copied to clipboard
SDnetConditioner encode4 do not use
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!
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 note4, _, 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!
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 note4, _, 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.
嗨, 感谢您与社区共享代码。我有一个简单的问题。在some_shot_segmentor.py第81行中,应该存在
e4, _, ind4 = self.encode4(e3)
但不e4, _, ind4 = self.encode3(e3)
正确? 还是有特殊含义? 谢谢!您好,您知道数据集的下载位置吗?非常感谢你!
我使用公共数据集进行训练和验证,例如Lits,Kits。
Thank you!
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 note4, _, 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
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 note4, _, 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