Replies: 1 comment 2 replies
-
Hi @hari3100, Thanks for sharing this. As this model is being trained to segment all those regions, it'll always output them. One thing you could do is to take only the organs you're interested in by masking the predicted mask. Say for instance, you know liver is represented by index 3, you only take the mask region with that index. Another thing you could consider is using the Auto3DSeg models available here: https://discourse.slicer.org/t/new-extension-monai-auto3dseg-raise-the-bar-in-ai-medical-image-segmentation/35680?u=diazandr3s Just install the latest Slicer and install the Auto3DSeg via the Extension Manager. There you can find the whole body CT segmentation models and other models specific to lungs, abdomen, spine, etc Plus, you can also download TCIA datasets in Slicer - it is a great platform Hope this help, |
Beta Was this translation helpful? Give feedback.
-
As Im trying to use this model to do individual organ segmentation, for eg. for lungs , liver, spleen, kidneys, etc.
Im using the model from monai , im able to run the code and everything runs fine , but I get a single nii.gz containing all the classes segmentation in it .
I followed a youtube video to do my work: video
I can't seem to find a way how can I only obtain the segmentation Im interested in
Below is the screenshot of one of my scans , as you can see the model did a great job at segmenting all the organs , but I want it to only segment lungs , or liver or something else . I understand maybe as of now we can directly change the number of classes the model will predict but can we atleast stop those unwanted predicted results from being saved in the final output.nii.gz file ?
Thank you for any potential help !!
Beta Was this translation helpful? Give feedback.
All reactions