yeerwen / UniSeg

MICCAI 2023 Paper (Early Acceptance)
Other
174 stars 5 forks source link

MICCAI SegRap 2023 fine-tune weight and preprocessing release #26

Closed ding3820 closed 8 months ago

ding3820 commented 8 months ago

Hi,

Thanks for open-souring the amazing work. I am wondering if you can release the fine-tuning weight and preprocessing of your second place solution in MICCAI SegRap 2023? Thanks.

yeerwen commented 8 months ago

Certainly. Here is the download link: https://drive.google.com/file/d/1fZY3EBwGK70Du9S-RYn9wUMsz99HJ89S/view?usp=sharing. Please don't hesitate to reach out if there's anything I can assist you with.

ding3820 commented 8 months ago

Hi @yeerwen,

Thank you for your fast respond. I've briefly looked into your submitted codes. I have a few questions and hope you could help me clear out.

Hope I can get back from you soon. Thanks for your time.

yeerwen commented 8 months ago

Hi,

Two insightful questions! Q1: For the SegRap 2023 challenge, the models were indeed trained using two types of input images: ncCT and cCT. Based on this, if you wish to adapt the model to work exclusively with ncCT inputs, it would be necessary to re-train the model following UniSeg's downstream training procedure. Q2: Regarding the SegRap challenge, it is designed as a single-task competition. We leveraged UniSeg through a fine-tuning approach, which allows us to utilize the robust representation capabilities that were developed from training on upstream datasets. Consequently, the nnunet/network_architecture/PromptNet.py employed for the challenge remains unchanged and can be found here.