A Deep learning based Gaze Tracker using a Hourglass Convolutional Neural Network.
- Pytorch 0.4
- dlib
- Face detection and alignment using Dlib
- Crop eyes and feed to CNN as input
- CNN output heatmaps corresponding to salient keypoints
- Convert highest intensity on heatmap to keypoints using OpenCV
- python live.py