Issue loading DICOM segmentation storage #5369
-
I am trying to use the data of CTPEL dataset (https://datahub.aida.scilifelab.se/10.23698/aida/ctpel) which are stored in DICOM files. I can load sucessufully the CT images with monai.transforms.LoadImage but I get a ValueError as in the following, when I try to load the DICOM segmentation storage.
Is there a way to load properly that file with MONAI or do I need to convert it to another format? Thank you for the help ! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
there's only limited DICOMsegs support, could you please try (just checked that itkreader is not available on python 3.10 at the moment) |
Beta Was this translation helpful? Give feedback.
there's only limited DICOMsegs support, could you please try
LoadImage(reader="itkreader", ...)
, if it doesn't work I'd recommend converting it to nifti.(just checked that itkreader is not available on python 3.10 at the moment)