Closed Myrrolinz closed 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.
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!
Hi, I have two questions :)
In
run_ssl.sh
,there is onlynnUNet_train
, nonnUNet_predict
. So how do I run inference? Will thennUNet_train
order automatically do the inference task?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.