bowang-lab / MedSAMSlicer

3D Slicer Plugin for Segment anything in medical images
https://www.nature.com/articles/s41467-024-44824-z
175 stars 20 forks source link

The format of images #23

Closed liuzh-buaa closed 6 months ago

liuzh-buaa commented 7 months ago

I am using 3D Slicer Plugin in 3D Slicer. I notice that the format of images in your paper is 'NifTI', but mine is 'dicom'. I wonder if there are any limitations to the format of images. I am confused about the splitting performance now.

rasakereh commented 7 months ago

We have tried dicom images with no problem. Technical details: Slicer provides us with a numpy array to work with which represents the image. So the algorithm would be format-agnostic