InteRead#
Interrupted Reading dataset
InteRead dataset [Zermiani et al., 2024].
This dataset includes monocular eye tracking data in an interrupted reading task. Automatic interruption occurred during a reading task and participants continued reading after the pause. Eye movements are recorded at a sampling frequency of 1200Hz with a video-based eye tracker. Provided data are raw gaze samples and precomputed event files both in pixel coordinates.
For more details, check the paper [Zermiani et al., 2024].
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='InteRead', path='path/to/your/data/directory')
# Download the dataset and extract all archives.
dataset.download()
# Load the dataset into memory for processing
dataset.load()