MedARC-AI / fMRI-reconstruction-NSD

fMRI-to-image reconstruction on the NSD dataset.
MIT License
280 stars 39 forks source link

Using only pretrained models doesn't download data as the README suggests #26

Open reesekneeland opened 9 months ago

reesekneeland commented 9 months ago

Hello,

I have fixed the issue on my own by manually downloading the data from huggingface, but the reconstruction script does not download the NSD data as the README says it does, as it is only via the get_dataloaders() method the download is initiated, which only gets run from the training script. Should be an easy fix that will make the setup process easier.

PaulScotti commented 9 months ago

Thanks for pointing this out! I corrected the README for now, but hopefully can fix the reconstruction script later on to automatically download as well.