-
Notifications
You must be signed in to change notification settings - Fork 47
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
How to save CT or X-ray data to HDF5 files? #3
Comments
I run this code on my own dataset and think this will help you. If you want to discuss more, my email is [email protected]. I am also studying from scratch. |
@Flaick Thanks for your kindly reply. I just wonder how to deal with spacing and origin, or just extract raw Numpy array from nifti to h5 file? |
Hi, it is simple to extract raw numpy array from .h5 file. Use the code in the following, |
@Flaick Can you provide the structure of the dataset directory that you used to train this model? Do I need to have a separate hdf5 file for each patient data? |
Hi, I am a freshman in this field. If you know how to adjust the width and center appropriately when we transfer the nii to numpy,please send to [email protected]. Thanks. |
It is really great work of this repository.
I just wonder could you provide the detail code which convert dicom or nifti file( or any file format) to HDF5 format. It is really helpful for me to convert my X-rays to CT scans. Many thanks.
The text was updated successfully, but these errors were encountered: