-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
is mhd_filename the path of dicom? #2
Comments
to make the code work personally I converted dicom to mhd file type. |
can you provide the code transform dicom2mhd? it will make it easy for us to test your code. Thx
发自我的iPhone
… 在 2020年7月8日,下午9:00,gokceay ***@***.***> 写道:
to make the code work personally I converted dicom to mhd file type.
|
sth like this will work: dirname = 'B' series_IDs = sitk.ImageSeriesReader_GetGDCMSeriesIDs(dirname) if not series_IDs: for series in series_IDs: |
Thank you for sharing your code. |
thanks for your code |
you are welcome :D thanks a lot for the pycudadrr code Yuta ✌🏻 |
when I specific mhd_filename with a path of dicom, an error occured like this:
can you give more detail about the parameter...
The text was updated successfully, but these errors were encountered: