wenhui0206 / NeuroGPT

Code for the paper "Neuro-GPT: Towards a Foundation Model for EEG"
GNU General Public License v3.0
80 stars 16 forks source link

Preprocessing for off-the-shelf application (reopened after some bug fix) #5

Open HireTheHero opened 3 months ago

HireTheHero commented 3 months ago

Thank you for your insightful work. For off-the-shelf application to TUH and other datasets, your preprocessing efforts in MatLab-Brainstorm environment needs to be implemented. I did some initial mne-based implementation with remaining issues:

  1. Not too sure about all the details (e.g. a maximal distance of 5cm between neighbors)
  2. 2 channels needs to be ommited (T1 and T2, if I remember correctly) - perhaps related to 1?
  3. Saving all the stuffs with .pt requires more resource than I have (.pt.gz workaround is provided. Seeing gzip is commented out, I guess you had something similar in your mind?).