MIC-DKFZ / nnUNet

Apache License 2.0
5.95k stars 1.77k forks source link

Question on Running Inference - Gaussian #2612

Open jamesgwen opened 1 day ago

jamesgwen commented 1 day ago

Hello!

I'm reviewing the predict_from_raw_data.py file and noticed that by default, a gaussian is applied to the segmentations.

To clarify, when someone runs nnUNetv2_predict -i INPUT_FOLDER -o OUTPUT_FOLDER -d DATASET_NAME_OR_ID -c CONFIGURATION --save_probabilities, is a gaussian also applied to the predictions, if so why?

Thanks in adv!