moabb
moabb copied to clipboard
Mother of All BCI Benchmarks
The table summaries of Lee2019-SSVEP say its trial duration is 1s, but the interval we use is [0,4], same for the textual description. I updated the tables
Unless I am mistaken, there is no mention of multiple sessions on the site of the Sosulski 2019 dataset (https://freidok.uni-freiburg.de/data/154576) nor in the article (https://arxiv.org/abs/2109.06011). However, in the code (https://github.com/NeuroTechX/moabb/blob/develop/moabb/datasets/sosulski2019.py#L17-L197)...
I think these evaluation methods are much needed. You do not have them now, right? WithinSubjectEvaluation() - evaluates the performance on all sessions for the same subject WithinDatasetEvaluation() - it...
I have added the dataset from the lab of Frédéric Dehais in Toulouse on Burst VEP and CVEP. For the moment, you can just get the data from the dataset...
It would be nice if we added which electrode was used as the reference in each dataset documentation.
Subject 88 of Physionet is sampled at 128Hz instead of 160Hz for the rest of the datasets. This results in error when loading the dataset with any paradigm. It was...
https://github.com/NeuroTechX/moabb/blob/4b297b948eb23d720abd6efc50da6c82b4e12fe1/moabb/paradigms/motor_imagery.py#L291-L311 Is there any reason why the default bandpass values are `8` and `32`? In my opinion these should be `None` i.e. the default is to not use a filter...
This PR aims to add a new MI dataset https://zenodo.org/record/7554429 proposed in #1 .
There is an error in the BIDS conversion, using the caching process. ``` /home/runner/work/moabb/moabb/examples/plot_bids_conversion.py failed leaving traceback: Traceback (most recent call last): File "/home/runner/work/moabb/moabb/examples/plot_bids_conversion.py", line 50, in _ = dataset.get_data(cache_config=dict(path=temp_dir,...
Hello, This PR: - removes SinglePass class, as it serves only to set-up lower and upper frequencies of the band-pass filter. This can be directly done in the MotorImagery and...