Auto Segmentation of 2D Images -- Fail #1246
Unanswered
mgorin1985
asked this question in
Q&A
Replies: 2 comments 3 replies
-
Hi @mgorin1985, The reference segmentation model is implemented for 3D volumes. If you'd like to use it for 2D annotation, you should change:
Hope this helps. |
Beta Was this translation helpful? Give feedback.
2 replies
-
Thanks for your reply. Unfortunately I have the same issue. Although I made all changes as described above, It's not possible to login to the server due to errors in the code. Would it also be possible to use Pathology or Endoscope? I want to use the automated segmentation with 2D ultrasound scans. Many thanks. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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