Closed shawnkchan closed 1 week ago
Hey there, wanted to ask if MEDSAM can read .nrrd files? I've tried to do so but it's not working and I'm not sure if I'm doing something wrong. Thanks!
Hi @shawnkchan ,
The input of medsam is a numpy array. You can use SimpleITK to read nrrd and get the image array.
Hey there, wanted to ask if MEDSAM can read .nrrd files? I've tried to do so but it's not working and I'm not sure if I'm doing something wrong. Thanks!