IoBT-VISTEC / MIN2Net

End-to-End Multi-Task Learning for Subject-Independent Motor Imagery EEG Classification (IEEE Transactions on Biomedical Engineering)
https://min2net.github.io
Apache License 2.0
76 stars 25 forks source link

How do I download the time_domain? #5

Open Buddies-as-you-know opened 1 year ago

Buddies-as-you-know commented 1 year ago

I was able to download the BCIC2a raw data with min2net.utils.load_raw, but how do I download the time_domain?

xydxdy commented 1 year ago

There are examples in the experiments folder https://github.com/IoBT-VISTEC/MIN2Net/tree/main/experiments

You should run from the following steps:

  1. download_datasets.py
  2. prep_*.py
  3. train_*.py
Buddies-as-you-know commented 1 year ago

Thank you.