This is the official repository to the paper EEG motor imagery decoding: A framework for comparative analysis with channel attention mechanisms. The model is also integrated in braindecode.
All data will be downloaded automatically except for the BCIC III dataset. Download the BCIC III dataset and put all files in the directory defined in load_bcic3.
- clone this repository
- run
pip install .
to install thechannel-attention
package
Note: you can also use poetry for the installation
- run run.py with the
--config
of your choice
If you find this repository useful, please cite our work
@article{wimpff2024eeg,
title={EEG motor imagery decoding: A framework for comparative analysis with channel attention mechanisms},
author={Wimpff, Martin and Gizzi, Leonardo and Zerfowski, Jan and Yang, Bin},
journal={Journal of Neural Engineering},
year={2024}
}