Auto Segmentation of 2D Images -- Fail #1247
Replies: 3 comments 1 reply
-
Hi mgorin1985, yes, I feel the inference model is not the the newly trained, since the validation accuracy looks great. Not sure which model is using here, but your could see the code here (segmentation for example) how the model is loaded. In addition, to check the model used for inference (auto-segmentation)., you could check the MONAI Label server logs, there should be a log for the model path. You can confirm whether the loaded model is the newly trained one. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
For 2D segmentation, please refer and use endoscopy/pathology sample-apps and corresponding viewers like QuPath/DSA/CVAT |
Beta Was this translation helpful? Give feedback.
-
I am using MonaiLabel and Slicer 3D
I have a project with 2D images, all converted to grey scale, and in nii.gz format
I used MonaiLavel + Slider 3D to train how to segment a structure contained within the 2D images. I get validation dice scores north of 90%.
I then load an image that the model didnt train with (prepared the same way, grey scale, 2D, same size, .nii.gz etc) and then run the auto segmentation feature and every pixel in the image is included as part of the segmentation mask.
What am I doing wrong?
I have a feeling the model the auto segmentation tool is running is not my newly trained model. Could this be the case? If so, how do I tell Slicer to now use my model.
Thank you all!
Mike
Beta Was this translation helpful? Give feedback.
All reactions