OneLLM icon indicating copy to clipboard operation
OneLLM copied to clipboard

fmri data

Open fredfyyang opened this issue 1 year ago • 2 comments

Hi, Any idea or reference of the input fmri format or how to process the data?

fredfyyang avatar Mar 09 '24 06:03 fredfyyang

Hi @fredfyyang ,we use the pre-processed dataset at: https://huggingface.co/datasets/pscotti/naturalscenesdataset

Each fmri data is converted into a 1-D tensor such as a tensor with shape [1, 1536].

For details, you may refer to: https://github.com/MedARC-AI/fMRI-reconstruction-NSD

csuhan avatar Mar 24 '24 15:03 csuhan

Do we need to preprocess the original dataset from https://github.com/MedARC-AI/fMRI-reconstruction-NSD (tar files) to something like test/test_subj01_1/sample000007482.nsdgeneral.npy ourselves?

and for batch inference, should it be [batch_size, n_voxels] or [batch_size, 1, n_voxels]?

Boltzmachine avatar Aug 31 '24 22:08 Boltzmachine