3D-Convnet-for-Alzheimer-s-Detection
3D-Convnet-for-Alzheimer-s-Detection copied to clipboard
problem regarding dataset
The dataset which i have downloaded from the ADNI database is having multiple folders in each folder one .nii file is there. How to load the these into the code which you provide. Can you explain? Can you share pre-processed ADNI data?
I kept all images for a class in a single folder. The path to the folder needs to be passed in the 'datadir' variable of the python scripts. ADNI data preprocessing can be done using those scripts.