shoeffner / gaze

Gaze tracking using ordinary webcams (eye tracking works, gaze tracking not). My master's thesis project.
https://shoeffner.github.io/gaze
MIT License
9 stars 5 forks source link

Implement some Head pose estimation #4

Closed shoeffner closed 6 years ago

shoeffner commented 7 years ago

E.g. Vatahska et al. (2007): Feature-based Head Pose Estimation from Images.

https://www.hrl.uni-bonn.de/papers/vatahska07humanoids.pdf

However, this paper uses some trained classifiers which are not available online (maybe they were in the past, see http://hrl.informatik.uni-freiburg.de/publications/archive/ which links to the dead http://planning.cs.cmu.edu/humanoids07/index.shtml (Archive's 2011 version https://web.archive.org/web/20110612050832/http://planning.cs.cmu.edu:80/humanoids07/papers.shtml does not have links to the models either, it seems). The conference website is also missing (https://www.ieee.org/conferences_events/conferences/conferencedetails/index.html?Conf_ID=13447 links to humainoids2007.org ).

shoeffner commented 7 years ago

Take a look at https://www.learnopencv.com/head-pose-estimation-using-opencv-and-dlib/