Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Example files #1

Open
NathanTBurgess opened this issue Aug 22, 2024 · 1 comment
Open

Example files #1

NathanTBurgess opened this issue Aug 22, 2024 · 1 comment

Comments

@NathanTBurgess
Copy link

Hello! I was wondering if you could provide example data.

Based on what I'm reading in the training tutorial all training data should be concatenated into one .h5 file along with an label file. What is the format of this label file? will each time point be labeled as seizure or non-seizure?

The workflow, as I am currently thinking of it.

  1. convert a set of edf files to on h5 file

  2. create an h5 file that matches the length of the concatenated h5 file made from edf files which identifies (at each time point) whether a seizure is occurring or not.

  3. follow the training tutorial (the preprocessing seems to be built into the train function)

  4. follow the main tutorial

@pantelisantonoudiou
Copy link
Contributor

pantelisantonoudiou commented Sep 5, 2024

Hi thank you for you question and sorry for the late reply! I did not receive a notification for this issue, but I have changed the settings now so I will be receiving new notifications.

Did you manage to get the workflow working? All the steps you highlighted are correct. One more thing that I found makes a big difference is normalizing the extracted features per file before concatenating.

In the next couple of weeks or so I will be 1) updating seizyML to require each h5 recording file separately for training (plus adding a few more app features) and 2) I will create a simple repo for converting edf files to h5.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants