-
Notifications
You must be signed in to change notification settings - Fork 21
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
Image #4
Comments
Hi; |
Thank you for your prompt reply! I realized why my other tif images do not work with the code (as they are in float32 format, rather than uint16 format). Do you know a way to convert these images into the uint16 type? |
Additionally, if I was to use the visualizer code, how can I convert the result back to the original image? |
hi, thank you for your so excited work, have you tried convert these images to nii.gz format? that is commonly in medical image analysis, do you have some experience about this? |
Hey, @latexers ya I asked that question a pretty long time back and I eventually figured out how to convert it to nii.gz, but thanks for your help! |
Hello all, No, unfortunately, we did not convert the images to 3D NII format, but I think the code for converting the images to this format can be access through other websites. |
I found a tool for this convter: https://github.com/rordenlab/dcm2niix |
Hello,
Thank you for uploading such a great dataset! I was opening some of the images up, and for some reason, they look like this:
Additionally, when I try to use other .tif images with your code (the one for COVID-19 classification), it doesn't work. They look like this:
Do you know what may be the problem? I think you have a different format or something for your tif files versus mine, but I am not sure.
The text was updated successfully, but these errors were encountered: