OpenGaze: Open Source Toolkit for Camera-Based Gaze Estimation and Interaction
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Xucong Zhang e505acdb29 initial commit 4 years ago
caffe-layers initial commit 4 years ago
content initial commit 4 years ago
exe initial commit 4 years ago
imgs initial commit 4 years ago
include initial commit 4 years ago
pre-complile initial commit 4 years ago
src initial commit 4 years ago
.gitignore initial commit 4 years ago
CMakeLists.txt initial commit 4 years ago
README.md initial commit 4 years ago
RELEASE.md initial commit 4 years ago
default.cfg initial commit 4 years ago
download_models.sh initial commit 4 years ago
install.sh initial commit 4 years ago

README.md

OpenGaze: Open Source Toolkit for Camera-Based Gaze Estimation and Interaction

Appearance-based gaze estimation methods that only require an off-the-shelf camera have significantly improved and promise a wide range of new applications in gaze-based interaction and attentive user interfaces. However, these methods are not yet widely used in the human-computer interaction (HCI) community.

To democratize their use in HCI, we present OpenGaze, the first software toolkit that is specifically developed for gaze interface designers. OpenGaze is open source and aims to implement state-of-the-art methods for camera-based gaze estimation and interaction.

Functionality

The toolkit is capable of performing the following gaze-related tasks:

  • Gaze Estimation Show estimated gaze on the screen given screen-camera relationship.

Demo

 

  • Gaze Visualization Show gaze direction inital from the center of faces in the input image.

Demo

 

  • Personal Calibration Perform personal calibration and remapped the gaze target on the screen.

Demo

 

Installation

Unix Installation

Use

Command line arguments

Citation

If you use any of the resources provided on this page in any of your publications, please cite the following paper:

Evaluation of Appearance-Based Methods and Implications for Gaze-Based Applications?
Xucong Zhang, Yusuke Sugano, Andreas Bulling
Proc. ACM SIGCHI Conference on Human Factors in Computing Systems (CHI), 2019

BibTex, PDF

License

The license agreement can be found in Copyright.txt

You have to respect boost, OpenFace and OpenCV licenses.

Furthermore, you have to respect the licenses of the datasets used for model training.