Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 943 Bytes

README.org

File metadata and controls

18 lines (14 loc) · 943 Bytes

Eye tracking project: Implementation, comparison and analysis of the I-VT and I-DT gaze detection algorithms

Description

This project consists in the implementation analysis and comparison of two gaze detection eye tracking algorithms, one velocity based (I-VT) and the other dispersion based (I-DT). The development of this project was done in the Python programming language on a Google Colab notebook, where all the sections to achieve the desired results are explained in detail.

The notebook in question can be checked here.

Example of the results obtained:

./img/saccades.png ./img/centroids.png

Collaborators