twni2016 / OrganSegRSTN_PyTorch

PyTorch implementation of OrganSegRSTN - CVPR 2018
http://ccvl.jhu.edu/
MIT License
107 stars 33 forks source link

KeyError when transferring image data (DICOM) into NPY format #2

Closed zhangfb closed 5 years ago

zhangfb commented 5 years ago

Hi. Thank you so much for your great work!

When I first ran dicom2npy.py, a dicom.errors.InvalidDicomError was prompt as below:

image

I followed the instruction, using force=True to force reading. Then I meet the KeyError when I executed the dicom2npy.py. The error is as below:

image

Thanks in advance if you can give me some help!