DIAL-RPI / PIPO-FAN

PIPO-FAN for multi organ segmentation over partial labeled datasets using pytorch
MIT License
59 stars 22 forks source link

deep pyramid supervision #9

Closed AustinYuAo closed 1 year ago

AustinYuAo commented 1 year ago

Hi! I found that deep pyramid supervision is used in training PIPO( train_concave0.py)? However, deep pyramid supervision is not used in training PIPO-FAN( train_sf_partial.py). Is that right?

xifang001 commented 1 year ago

Thanks for asking. I finetuned PIPO-FAN by using the pretrained PIPO. So deep pyramid supervision is included.

AustinYuAo commented 1 year ago

Thank you very much for your answer!