apletea / GazeEstimation

Implementation of gaze tracking as described in article

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GazeEstimation

This is a Gaze Detector

Build Linux

git clone --recursive https://github.com/apletea/GazeEstimation
cd GazeEstimation
mkdir build
cd build
cmake ..
make -j6
cd bin
./demo

Here some options but most common used input_vid:

--input_vid=$path_to_video

Results

About

Implementation of gaze tracking as described in article


Languages

Language:C++ 75.9%Language:CMake 24.1%