PotsdamBingeRemotePVT#
Potsdam Binge Remote PVT dataset
PotsdamBingeRemotePVT 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 1000 Hz using an EyeLink 1000 Plus video-based eye tracker 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='PotsdamBingeRemotePVT', path='path/to/your/data/directory')
# Download the dataset and extract all archives.
dataset.download()
# Load the dataset into memory for processing
dataset.load()