save segmentation results back to label version #3623
-
Hi,Thanks for the excellent work. I am using MONAI for multi-class 3D medical image segmentation task. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @yingdiLee , Thanks for your interest here. Thanks. |
Beta Was this translation helpful? Give feedback.
Hi @yingdiLee ,
Thanks for your interest here.
You can take a look at the
AsDiscrete
postprocessing transform:https://github.com/Project-MONAI/tutorials/blob/master/3d_segmentation/torch/unet_evaluation_dict.py#L63
You can set
argmax
for your case I think.Thanks.