moabb.datasets.Zhou2016#

class moabb.datasets.Zhou2016(subjects=None, sessions=None)[source]#

Motor Imagery dataset from Zhou et al 2016.

PapersWithCode leaderboard: https://paperswithcode.com/dataset/zhou2016-moabb

Dataset summary

#Subj

4

#Chan

14

#Classes

3

#Trials / class

160

Trials length

5 s

Freq

250 Hz

#Sessions

3

#Runs

2

Total_trials

11496

Participants

  • Population: healthy

  • BCI experience: prior experience in the experimental paradigm

Equipment

  • Amplifier: BCI2000

  • Electrodes: EEG

  • Montage: 10-20

  • Reference: left mastoid

Preprocessing

  • Data state: raw EEG available

  • Bandpass filter: 0.1-100 Hz

  • Steps: bandpass filtering, trial rejection, ICA

  • Re-reference: left mastoid

  • Notes: Two different electrode-distributions were defined: eight-channel scheme (FP1, FP2, C3, Cz, C4, O1, Oz, O2) and nine-channel scheme (FC3, FCz, FC4, C3, Cz, C4, CP3, CPz, CP4). The one with higher classification accuracy was chosen for each subject.

Data Access

Experimental Protocol

  • Paradigm: imagery

  • Feedback: visual cue (red arrow)

  • Stimulus: visual arrow and beep

Found an issue with this dataset?

If you encounter any problems with this dataset (missing files, incorrect metadata, loading errors, etc.), please let us know!

Report an Issue on GitHub

Dataset from the article A Fully Automated Trial Selection Method for Optimization of Motor Imagery Based Brain-Computer Interface [1]. This dataset contains data recorded on 4 subjects performing 3 type of motor imagery: left hand, right hand and feet.

Every subject went through three sessions, each of which contained two consecutive runs with several minutes inter-run breaks, and each run comprised 75 trials (25 trials per class). The intervals between two sessions varied from several days to several months.

A trial started by a short beep indicating 1 s preparation time, and followed by a red arrow pointing randomly to three directions (left, right, or bottom) lasting for 5 s and then presented a black screen for 4 s. The subject was instructed to immediately perform the imagination tasks of the left hand, right hand or foot movement respectively according to the cue direction, and try to relax during the black screen.

References

[1]

Zhou B, Wu X, Lv Z, Zhang L, Guo X (2016) A Fully Automated Trial Selection Method for Optimization of Motor Imagery Based Brain-Computer Interface. PLoS ONE 11(9). https://doi.org/10.1371/journal.pone.0162657

get_metainfo(path=None)[source]#

Fetch a Zenodo record by its ID.

Examples using moabb.datasets.Zhou2016#

Tutorial 2: Using multiple datasets

Tutorial 2: Using multiple datasets

Tutorial 3: Benchmarking multiple pipelines

Tutorial 3: Benchmarking multiple pipelines

Cross-Session on Multiple Datasets

Cross-Session on Multiple Datasets

Cache on disk intermediate data processing states

Cache on disk intermediate data processing states

Fixed interval windows processing

Fixed interval windows processing

Benchmarking with MOABB showing the CO2 footprint

Benchmarking with MOABB showing the CO2 footprint

Benchmarking with MOABB

Benchmarking with MOABB

Select Electrodes and Resampling

Select Electrodes and Resampling