Replies: 1 comment
-
Hi, you would need to change the way the segmentation is obtained from the softmax probabilities. Take a look at nnUNet/nnunet/inference/predict.py Line 131 in f5e72b1 In here we use multi processing to export the segmentations. Exporting first does resampling, then argmax and finally the saving of the result: nnUNet/nnunet/inference/predict.py Line 262 in f5e72b1 So if you want to change the way this is done you need to change |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I would like to change threshold in prediction to detect more lesions ?
Where could I do that in the code ?
I would appreciate for any suggestion.
Beta Was this translation helpful? Give feedback.
All reactions