lincolnhard / head-pose-estimation

Real-time head pose estimation built with OpenCV and dlib
MIT License
580 stars 172 forks source link

compiled on Ubuntu #1

Open sarmadm opened 7 years ago

sarmadm commented 7 years ago

Hi

How this code can be compiled on Ubuntu

lincolnhard commented 7 years ago

Hi, Sorry for the very late reply. Can you compile now? It relies on OpenCV and dlib. You can find how to install them below: https://docs.opencv.org/2.4/doc/tutorials/introduction/linux_install/linux_install.html http://dlib.net/compile.html

devanandd8245 commented 6 years ago

Can i get some training procedures to be followed for obtaining the model file int he format .dat as used in this code for ubuntu python

devanandd8245 commented 6 years ago

I would like to train the algorithm with my datasets and produce the output of the head pose estimation application. Please provide me some training procedures to be followed so that i can produce .dat model file which can be used in this algorithm to obtain the outputs of facial landmarks.