Tracker that uses an artificial intelligence to track the orientation and position of your face using a webcam
Just go to the releases page
- Run
GazeTracker.exe
- Select the webcam and the resolution you want to use
- Once it's running check that your face angles and position is correctly detected. It works better if the camera is far away and you don't wear glasses or things that cover your face that could mess the AI
- Check the port number at the bottom of
GazeTracker
and change it if you want - Open
OpenTrack
- In the
Input
dropdown of OpenTrack selectUDP over network
- Click on the button next to the
Input
dropdown and in the popup write the same port that you selected before - Click
start
in OpenTrack - You might need to adjust the axes. To do so, check the OpenTrack wiki
You will need to have the CL Eye Driver installed if you want to use this type of webcam. You can get it here
- Try to use a webcam with a wide field of view and at eye level to correctly detect pitch angles
- Usually a lower resolution increase the framerate and makes the work easier for the AI
- You need to run the
download_models.ps1
script to download the AI models (~500 Mb). - Build it with visual studio 2019 and make sure that the
Libs
content is copied to the output
This tracker uses the amazing Tada's OpenFace API.
Unfortunately the AI model doesn't work well with people who wear glasses and training it takes a lot of time and knowledge