NYUMedML / CNN_design_for_AD

Code for "Generalizable deep learning model for early Alzheimer’s disease detection from structural MRIs"
GNU Affero General Public License v3.0
138 stars 37 forks source link

Test the best model #5

Open xywhat opened 1 year ago

xywhat commented 1 year ago

hi, i just wanna test your best model, and where can i find "dir_to_scans = 'dir/to/ADNI_processed/subjects' " did i need to process template data use your offered here “https://drive.google.com/file/d/1KurgyjQP-KReEO0gf31xxjwE5R-xuSRB/view” ?

shengliu66 commented 1 year ago

Hey,

Please follow the instructions here https://github.com/NYUMedML/CNN_design_for_AD on Download ADNI data. We also provided you the ids we have used at here: https://github.com/NYUMedML/CNN_design_for_AD/tree/master/Data

We later found out that the template data is not necessary any more as long as you perform MNI spatial normalization.

Sheng