https://github.com/sylvchev/passive-bcchy-hackathon
Submission for Passive BCI Hackathon of Neuroergonomics conference
https://github.com/sylvchev/passive-bcchy-hackathon
Last synced: over 1 year ago
JSON representation
Submission for Passive BCI Hackathon of Neuroergonomics conference
- Host: GitHub
- URL: https://github.com/sylvchev/passive-bcchy-hackathon
- Owner: sylvchev
- Created: 2021-08-26T07:56:18.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-26T08:20:57.000Z (almost 5 years ago)
- Last Synced: 2025-01-13T06:29:14.352Z (over 1 year ago)
- Language: Python
- Size: 1.85 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# passive-bccy-hackathon
Submission for Passive BCI Hackathon of Neuroergonomics conference
[Competition website](https://www.neuroergonomicsconference.um.ifi.lmu.de/pbci/)
## Data
Data & instructions available [here](https://zenodo.org/record/4917218#.YNGIVi3pODW)
## Installation
```shell
pip install -r requirements.txt
```
## Code
To obtain the prediction for the competition, you should run
1. `Scripts/Extract_FC_features.py`
1. `Scripts/FormatData.py`
1. `Scripts/predict_session3.py`
```shell
root/
-Scripts/
--ExploreData.py
--FormatData.py
--...
-Database/
--chan_locs_standard.dms
--...
--test/
---test_sample.foo
---...
--train/
---training_sample.bar
---...
```