-
Notifications
You must be signed in to change notification settings - Fork 183
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
[No Code] Discover new datasets #1
Comments
found one here: https://depositonce.tu-berlin.de/handle/11303/6271 |
Browsing Plos one to find New motor imagery datasets:
|
re: dataset 1, All the trials are pre-epoched :( |
yeah. Actually i think the GigaDb dataset is already like this ... |
ah you're right, you just concatenated all the trials. In that case we can do the same here :) good good |
also regarding the second to last: Have you e-mailed Fabien? |
I'm definitely not super happy about the concatenation of individual trials. in the case of the GigaDB, the dataset was too large to ignore. in those case, we can contact the authors to ask them about the raw data, but concatenating is a good starting point to see whether the dataset is really interesting or not. Also, let's contact fabien and camille about the second last dataset. I will do it today. |
regarding concatenation though: Couldn't we just add a buffer of zeros before and after each trial to smooth out border effects? After de-meaning the trials to eliminate the issue of offset |
Yep we could. I think the most problematic part is the non zero mean that create huge edge artifact. In any case we might want to put a warning ? |
warning is good, will add |
the list Is not synchronized whit the documentation, why? can I help there? |
I hadn't implemented the part from Paper NeuroTechX#1 Section III.A.6 corre- ctly which caused wrong output size (8 instead of 32).
We will use this issue and the associated wiki page to keep track of the dataset that we could add in MOABB. Please, comment this issue if you want to report about a new dataset. |
There is a nice dataset here for SSVEP and ERP using EEG and ear-EEG while standing or moving, the data are available here |
These are 2 other interesting ones someone pointed out on the Slack channel - |
Many datasets are listed here : https://www.researchgate.net/post/Are-there-any-public-EEG-data-sets-that-one-can-try-their-hands-on |
This dataset is interesting for its population age and size, it is based on SSVEP for 100 participants with ages greater than 50 years old: |
This dataset could be integrated in MOABB, MI with information about subjects: https://zenodo.org/record/7554429 |
Ideas for EEG datasets: https://www.fieldtriptoolbox.org/faq/open_data/ |
|
This dataset "Inner Speech Dataset" was published in nature and seems like a good fit to add support. |
Hi @Div12345, I was interested in the second dataset, but unfortunately, I did not find it in the MOABB documentation. |
All the dataset inside this paper: https://arxiv.org/pdf/2402.08656.pdf |
|
Is someone working on BEnchmark database Towards BCI Application (https://www.frontiersin.org/journals/neuroscience/articles/10.3389/fnins.2020.00627/full)? It is an SSVEP dataset with 70 subjects performing a 40-target cued-spelling task. I saw that it was referred on the Datasets to include section, but found no Issue related to it. |
Hi @machinelatto! It seems like no one focused on this task, or if someone started, didn't commit or create the PR. Would you be interested? You would basically need to create two functions, as shown in this tutorial: https://neurotechx.github.io/moabb/auto_tutorials/4_adding_a_dataset.html#sphx-glr-auto-tutorials-4-adding-a-dataset-py One is to download and one is to load the dataset using mne. |
Hi @bruAristimunha ! I'm probably going to use this dataset on my research, so I could try to create those functions in the next weeks. If it goes well I'l open a PR. |
P300 dataset from the paper Single-Option P300-BCI Performance Is Affected by Visual Stimulation Conditions |
59 Subjects 40 Classes SSVEP dataset
|
Pan2024, paper here: |
Moabb code to pan2024 https://github.com/PLC-TJU/RSF/blob/main/loaddata%2Fpan2023.py |
We need people browsing the web to discover interesting datasets than could be added to the moabb.
You can comment on this issue.
But first, check your dataset is not already in the list
What kind of datasets
We are interested in any datasets of time neural timeseries (EEG, MEG, ECOG, and fNIRS) with a minimum of 5 subjects, where we can apply machine learning algorithms and available online. It does not need to be a BCI dataset, but it must contains different condition/task, labelled and tagged.
How do I search for a new dataset ?
Many of the datasets of the BNCI index have not been reported. you can start here.
Researcher are making more and more datasets available. some database exists and might contains interesting things :
Finally, google is your friend
How much time does it takes ?
Entering a new dataset should took you 2 minutes.
The text was updated successfully, but these errors were encountered: