HBN#

Healthy Brain Network dataset

HBN dataset [Alexander et al., 2017].

This dataset consists of recordings from children watching four different age-appropriate videos: (1) an educational video clip (Fun with Fractals), (2) a short animated film (The Present), (3) a short clip of an animated film (Despicable Me), and (4) a trailer for a feature-length movie (Diary of a Wimpy Kid). The eye gaze was recorded at a sampling rate of 120 Hz.

Check the respective paper for details [Alexander et al., 2017].

How to Download#

import pymovements as pm

# Initialize the dataset object with its name
# Specify your local directory for saving and loading data
dataset = pm.Dataset(name='HBN', path='path/to/your/data/directory')

# Download the dataset and extract all archives.
dataset.download()

# Load the dataset into memory for processing
dataset.load()