Skip to content

EyeCon-AAAD/EyeTracker-TF2

Repository files navigation

EyeTracker-TF2

Tensorflow 2 and Keras Implementation of EyeTracking for Everyone paper by Torralba et al.

Configuration

Model was trained on the small dataset of 48K training samples and 5000 validation samples found here with the following configuration:

  • Python 3.8
  • Tensorflow 2.5.0
  • Keras 2.4.3
  • Numpy 1.19.5

Results

Results are obtained on 64x64 images. The results are expressed in terms of Mean Absolute Error (MAE) and Standard Deviation. The network was tested on the aforementioned dataset.

Input Size MAE STD MSE Loss
64x64 0.89, 0.99 1.09, 1.22 2.2281

Acknowledgments

This work wouldn't be accomplished without the contribution of hugochan and gdubrg

About

Tensorflow 2 implementation of Eye-Tracker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages