-
Notifications
You must be signed in to change notification settings - Fork 180
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
Braindecode and Moabb dataset #663
Comments
|
Less that I expected :) |
The issue with EPFLP300 is the irregular size of events in the raw data in the last events. Initially, I thought it was the case where drop_bad would solve it, but no. In some sessions, we have different values. I tried to solve it on the braindecode side for half an hour, but I couldn't. I'll come back to this later, but on the moabb side. Same issue with Hinss2021:
AssertionError: All trial sizes should be the same if you do not supply a window size. |
Huebner2017 has an issue too. |
Couls this be related to braindecode/braindecode#563 and #607 ? Now the annotations should always be set on raw moabb datasets thanks to the Lines 357 to 360 in d2edb29
But if the raw already has annotations, this step is skipped: moabb/moabb/datasets/preprocessing.py Lines 69 to 70 in d2edb29
I think we should overwrite the annotations' durations, even if they are already set. |
The following datasets are not working with the braindecode loader:
The text was updated successfully, but these errors were encountered: