PyEEGLab icon indicating copy to clipboard operation
PyEEGLab copied to clipboard

TUH EEG Epilepsy Dataset

Open aqibsaeed opened this issue 4 years ago • 2 comments

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.

aqibsaeed avatar Mar 09 '21 21:03 aqibsaeed

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!

AlessioZanga avatar Mar 10 '21 11:03 AlessioZanga

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],
)

aqibsaeed avatar Mar 10 '21 22:03 aqibsaeed