Skip to content

gutosantos82/Neureka-2020-Epilepsy-Challenge

 
 

Repository files navigation

Neureka-2020-Epilepsy-Challenge

The code implemented for 2020 Neureka-Epilepsy-Challenge paper.

Seizure Event Detection using minimum electrodes.

Paper version 1 release here

Preprocessing

Load raw eeg data using STFT

cd utils/
python load_data_elec_3s.py
python load_data_elec_5s.py
python load_data_elec_7s.py

Model Training

python --mode=train

Post Processing

Get raw results

python main.py --mode=test

Get results based on threhold and apply average method.

python main.py --mode=vote

Vote and discard short prediction

cd post_process_code/
python overlap.py 
python discard.py 
python clean.py

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Better contact original contributor.

Please make sure to update tests as appropriate.

License

MIT

About

Seizure Event Detection using minimum electrodes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%