-
Download the dataset
- Get it from Zenodo
- Place the downloaded data under the
/data/
directory
-
Download HiFi-GAN Vocoder model checkpoints:
- Get it from Google Drive
- Place it under
vocoder/checkpoints
The repository includes scripts for processing original sEEG and audio data into processed data:
- Audio Processing: Check
extract_audio_tokens
function insrc/audio_preproc.py
- EEG Processing: Check
preprocess_eeg
function insrc/eeg_preproc.py
You can use the processed data in the dataset to directly train the model. To train the model, run src/train_cross_val.py