Segmentation example with 2D image #5216
Replies: 4 comments 5 replies
-
Hi @kitu-datta , Thanks for using MONAI in your projects. Thanks. |
Beta Was this translation helpful? Give feedback.
-
What do your images look like when you put them through the train transforms? e.g., |
Beta Was this translation helpful? Give feedback.
-
Hi @kitu-datta , |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I was trying to implement 2D segmentation , following the mentioned code as below
(https://github.com/Project-MONAI/tutorials/blob/master/2d_segmentation/torch/unet_training_array.py)
I see the 2D images and labels that are created have (128, 128) dimension, however I have dataset with images and labels of (512, 512). I trained the model and the mean dice is coming as: 1.8621, also the output image is blank.
I am using the code as is mentioned. I am not clear what I am missing here.
I am new to monai, would appreciate for a guidance on using MONAI U-Net Segmentation for 2D image with single label.
Beta Was this translation helpful? Give feedback.
All reactions