Replies: 1 comment 5 replies
-
Hi @lg2578, could you please try
https://github.com/Project-MONAI/MONAI/blob/dev/monai/data/image_reader.py#L844 Hope it can help you, thanks! |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
code:
error message:
InvalidDicomError: File is missing DICOM File Meta Information header or the 'DICM' prefix is missing from the header. Use force=True to force reading.
my env:
monai 1.11,pydicom 2.3.1,pytorch 2.0 ,python 3.11
when in another pc with monai 1.11, python 3.9.2 ,this error doesn't happen.
Beta Was this translation helpful? Give feedback.
All reactions