Get lung segmentation for Lung CT slice. #85
-
Hi, I want to segment the lungs from a Lung CT without any prompts. Is it possible to do this, and if so, how could I use the inference file to do so? My data has no masks or bounding boxes, just the lung CT scan in a .npy file. I was able to use the SAM notebook offered by Meta to generate all masks for a slice of the CT but it wasn't able to segment just the lungs. Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @angadkalra , Both SAM/MedSAM are essentially point/bounding box-based segmentation methods. If you want to segment the lung CT, totalsegment should be a great candidate |
Beta Was this translation helpful? Give feedback.
Hi @angadkalra ,
Both SAM/MedSAM are essentially point/bounding box-based segmentation methods.
If you want to segment the lung CT, totalsegment should be a great candidate
https://github.com/wasserth/TotalSegmentator