GazeOnFaces#

GazeOnFaces dataset

GazeOnFaces dataset [Coutrot et al., 2016].

This dataset includes monocular eye tracking data from single participants in a single session. Eye movements are recorded at a sampling frequency of 60 Hz using an EyeLink 1000 video-based eye tracker and are provided as pixel coordinates.

Participants were sat 57 cm away from the screen (19-inch LCD monitor, screen res=1280×1024, 60 Hz). Recordings of the eye movements of one eye in monocular pupil/corneal reflection tracking mode.

Check the respective paper for details [Coutrot et al., 2016].

Warning#

This dataset currently cannot be fully processed by pymovements due to an error during archive extraction.

See issue #1346 for reference.

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

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

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