yeerwen / UniSeg

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

inference and evaluation question #24

Closed Myrrolinz closed 9 months ago

Myrrolinz commented 9 months ago

Hi, I have two questions :)

  1. In run_ssl.sh,there is only nnUNet_train, no nnUNet_predict. So how do I run inference? Will the nnUNet_train order automatically do the inference task?

  2. I noticed you only provide UniSeg_Metrics_test.py on Upstream task. Is there a downstream version? How can I evaluate on downstream task?

really appreciate your help! looking forward to your reply.

yeerwen commented 9 months ago

Q1: Indeed, the nnUNet_train process includes the inference phase immediately following the end of the training phase. Q2: We directly follow the nnUNet's evaluation procedure.

Myrrolinz commented 9 months ago

Q1: Indeed, the nnUNet_train process includes the inference phase immediately following the end of the training phase. Q2: We directly follow the nnUNet's evaluation procedure.

I see. Thank you!