Self-supervised-Fewshot-Medical-Image-Segmentation icon indicating copy to clipboard operation
Self-supervised-Fewshot-Medical-Image-Segmentation copied to clipboard

How to set up to train only manual annotation data

Open DpDark opened this issue 3 years ago • 6 comments

Only SSL training is given in the code. How to set it to only train manual annotation data?

DpDark avatar Jun 02 '21 09:06 DpDark

Hi did you successfully train on the manual annotation data? Besides, may I ask how do you deal with transforms=None on the validation.py dataset, as on ManualAnnoDataset I notice it only has "img, lb = self.transforms()" which might get error if transforms is None.

xzxedu avatar Mar 16 '22 00:03 xzxedu

Only SSL training is given in the code. How to set it to only train manual annotation data? 2022-06-11 20-42-32 的屏幕截图

Have you experienced this problem when dealing with CT datasets? KID_R and KID_l are empty on my Classmap.json

Cmnotjx avatar Jun 11 '22 12:06 Cmnotjx

Thanks for the question and sorry for the late response. Will update in a future version.

cheng-01037 avatar Jul 04 '22 12:07 cheng-01037

Only SSL training is given in the code. How to set it to only train manual annotation data?

Could you please elaborate on this ?

PurmaVishnuVardhanReddy avatar Sep 14 '22 13:09 PurmaVishnuVardhanReddy

Hi yes will update the code to support manual annotation training but I am afraid that I may not have time to clean up the code in recent days ... sorry about that.

The core idea is still to alleviate over-fitting and to make sure prototype alignment loss not to explode.

cheng-01037 avatar Sep 14 '22 15:09 cheng-01037

Hi yes will update the code to support manual annotation training but I am afraid that I may not have time to clean up the code in recent days ... sorry about that.

The core idea is still to alleviate over-fitting and to make sure prototype alignment loss not to explode.

Hi, I also what to ask how to set it to only train manual annotation data?Is the code avalible?

CYF2000127 avatar Oct 04 '22 03:10 CYF2000127