RishalAggarwal / 3D-Convnet-for-Alzheimer-s-Detection

3D brain image preprocessing and training (coded when I was a sophomore)
38 stars 19 forks source link

problem regarding dataset #4

Open saisantoshambati opened 4 years ago

saisantoshambati commented 4 years ago

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?

RishalAggarwal commented 4 years ago

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.