PotsdamBingeWearablePVT#

Potsdam Binge Wearable PVT dataset

PotsdamBingeWearablePVT dataset [Prasse et al., 2025].

This dataset includes monocular eye tracking data from 57 participants in two sessions with an interval of at least one week between two sessions. Eye movements are recorded at a sampling frequency of ~200 Hz (upsampled to 1000 Hz and synchronised with the EyeLink 1000 Plus tracking the right eye) using Pupil Core eye-tracking glasses and are provided as pixel coordinates. Participants are instructed to perform a PVT trial.

Check the respective repository for details.

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='PotsdamBingeWearablePVT', path='path/to/your/data/directory')

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

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