How should I process the ADNI dataset if the images only have the '.nii' suffix? If I run the code as is, it will raise an error because '.npy' files do not exist.
Closed this issue · 2 comments
aaaaaannie commented
ys-zong commented
You can use some existing tools to directly convert .nii to .npy, e.g., https://nipy.org/nibabel/gettingstarted.html
ys-zong commented
Closing for now due to inactivity. Feel free to reopen if the issue persists.