-
Dear MONAI's team @wyli @Nic-Ma @yiheng-wang-nv I am trying to optimize your method to blend the image and label to check the segmentation region (cells 11-12). Here is my notebook, please take a look https://github.com/HripsimeS/Computer-Vision/blob/main/3DUnet_GitHub..ipynb It worked with image and true mask (cells 10-11) as they had the same shape (single channel), although on the 3rd column blend of all labels have the same red color (I have 4 labels excluding the background). |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 9 replies
-
Strange. Can paste the results of |
Beta Was this translation helpful? Give feedback.
Strange. Can paste the results of
check_data["mask"][0].dtype
andtorch.unique(check_data["mask"][0])
? Alsocheck_data["image"].max()