ssikjeong1 / Deep_Recurrent_AD

Deep Recurrent Model for Individualized Prediction of Alzheimer’s Disease Progression - PyTorch Implementation (NeuroImage 2021)
13 stars 3 forks source link

Preprocessing step #2

Closed JaesikKim closed 2 years ago

JaesikKim commented 2 years ago

Hi. I'm Jaesik Kim. I'm trying to run your code on TADPOLE dataset and replicate the experiments in the paper, but it seems the TADPOLE data I downloaded from ADNI does not fit on the implementation code. Is there a preprocessing step? Can you share preprocessing code or processed file? (that can be directly used for your code)

Thanks! Jaesik

ssikjeong1 commented 2 years ago

Thanks for your question.

We referred to the following codes in our preprocessing step:

czp19940707 commented 2 years ago

Hi: Could you please provide some detail about preprocessing step? The code in Nguyen2020 can generate val.pkl file, how to use that file in this repo? Thanks!