Datasets:

nm000242 / README.md
bruAristimunha's picture
Metadata stub for nm000242
e20c320 verified
---
pretty_name: "Visual imagery EEG dataset from Gao et al 2026"
license: other
tags:
- eeg
- neuroscience
- eegdash
- brain-computer-interface
- pytorch
- visual
- other
size_categories:
- n<1K
task_categories:
- other
---
# Visual imagery EEG dataset from Gao et al 2026
**Dataset ID:** `nm000242`
_Gao2026_Visual_imagery_et_
**Canonical aliases:** `Gao2026`
> **At a glance:** EEG · Visual other · healthy · 22 subjects · 125 recordings · CC-BY-NC-ND-4.0
## Load this dataset
This repo is a **pointer**. The raw EEG data lives at its canonical source
(OpenNeuro / NEMAR); [EEGDash](https://github.com/eegdash/EEGDash) streams it
on demand and returns a PyTorch / braindecode dataset.
```python
# pip install eegdash
from eegdash import EEGDashDataset
ds = EEGDashDataset(dataset="nm000242", cache_dir="./cache")
print(len(ds), "recordings")
```
You can also load it by canonical alias — these are registered classes in `eegdash.dataset`:
```python
from eegdash.dataset import Gao2026
ds = Gao2026(cache_dir="./cache")
```
If the dataset has been mirrored to the HF Hub in braindecode's Zarr layout,
you can also pull it directly:
```python
from braindecode.datasets import BaseConcatDataset
ds = BaseConcatDataset.pull_from_hub("EEGDash/nm000242")
```
## Dataset metadata
| | |
|---|---|
| **Subjects** | 22 |
| **Recordings** | 125 |
| **Tasks (count)** | 1 |
| **Channels** | 32 (×125) |
| **Sampling rate (Hz)** | 1000 (×125) |
| **Total duration (h)** | 98.5 |
| **Size on disk** | 31.7 GB |
| **Recording type** | EEG |
| **Experimental modality** | Visual |
| **Paradigm type** | Other |
| **Population** | Healthy |
| **Source** | nemar |
| **License** | CC-BY-NC-ND-4.0 |
## Links
- **NEMAR:** [nm000242](https://nemar.org/dataexplorer/detail?dataset_id=nm000242)
- **Browse 700+ datasets:** [EEGDash catalog](https://huggingface.co/spaces/EEGDash/catalog)
- **Docs:** <https://eegdash.org>
- **Code:** <https://github.com/eegdash/EEGDash>
---
_Auto-generated from [dataset_summary.csv](https://github.com/eegdash/EEGDash/blob/main/eegdash/dataset/dataset_summary.csv) and the [EEGDash API](https://data.eegdash.org/api/eegdash/datasets/summary/nm000242). Do not edit this file by hand — update the upstream source and re-run `scripts/push_metadata_stubs.py`._