@ -4,8 +4,6 @@ Appearance-based gaze estimation methods that only require an off-the-shelf came
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.
title = {Evaluation of Appearance-Based Methods for Gaze-Based Applications},<br/>
@ -55,11 +53,11 @@ abstract = {Appearance-based gaze estimation methods that only require an off-th
## License
The license agreement can be found in Copyright.txt
The license agreement can be found in [LICENSE](https://gitlab.hcics.simtech.uni-stuttgart.de/public-projects/opengaze/LICENSE).
You have to respect boost, OpenFace and OpenCV licenses.
Furthermore, you have to respect the licenses of the datasets used for [model training](:https://github.molgen.mpg.de/perceptual/opengaze/wiki/Model-training).
Furthermore, you have to respect the licenses of the datasets used for [model training](https://gitlab.hcics.simtech.uni-stuttgart.de/public-projects/opengaze/wikis/Model-training).
## Code layout
* caffe-layers: Our customized layers for the Caffe library.