ys-zong/MEDFAIR

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

You can use some existing tools to directly convert .nii to .npy, e.g., https://nipy.org/nibabel/gettingstarted.html

Closing for now due to inactivity. Feel free to reopen if the issue persists.