elgazzarr / DAST-GCN

Official Pytorch Implementation of the paper Dynamic Adaptive Spatio-temporal Graph Convolution for fMRI Modelling
MIT License
18 stars 4 forks source link

How to get corrolations? #3

Open mtk380 opened 2 years ago

mtk380 commented 2 years ago

When I run the transfer_train.py, the error "No such file or directory: /data_local/deep learning/Datasets/MDDrest/Correlations/HO_112/tc/S8-2-0066.npy" occurred. I have consulted massive material while having no idea how to get HO_112 atles. Could you please give me some advice?

xttx123 commented 2 years ago

When I run the transfer_train.py, the error "No such file or directory: /data_local/deep learning/Datasets/MDDrest/Correlations/HO_112/tc/S8-2-0066.npy" occurred. I have consulted massive material while having no idea how to get HO_112 atles. Could you please give me some advice?

HO_112 should refer to the Harvard-Oxford atlas, which has a total of 112 ROIs. And I would like to ask if you have not found any other problems with this code? I feel like a lot of places are popping red and I can't find the specified file.

elgazzarr commented 2 years ago

Dear both, The datasets used in this study have to be requested from their respective sources. You can download the rest-meta-mdd from here. It includes the Harvard Oxford atlas and you can change the directories in the code to point to your custom directory.