PyEEGLab
PyEEGLab copied to clipboard
TUH EEG Epilepsy Dataset
Hi,
Is there any plan to add support for TUH EEG Epilepsy dataset?
https://www.isip.piconepress.com/projects/tuh_eeg/downloads/tuh_eeg_epilepsy/
Thanks.
Hi! Thank you for your interest in this repository! Unfortunately, I'm not going to add support for others datasets in the near future due to others time consuming activities.
Best regards!
Thanks for the response. I made some progress on adding the support for it. One thing is unclear, how do you select begin and end in Annotation as in and do you what would be the values for TUH Epilepsy dataset:
Annotation(
uuid=str(uuid4()),
file_uuid=file.uuid,
begin=60,
end=120,
label=file.path.split(os.path.sep)[-6],
)