head-pose-estimation
head-pose-estimation copied to clipboard
Algorithm of your estimation
Hi Yinguobing,
Thank for your code. I know you have listed three major steps of your work in the wiki. But, I was looking for more info. Can you please share an abstract level algorithm of this which can explain the whole process? I would really appreciate and cite your work. Best regards Hossain
Hi Hossain, A pretty good explaination of how pose estimation works could be found here: http://www.learnopencv.com/head-pose-estimation-using-opencv-and-dlib/
The major difference between these two works is that a CNN model is adopted instead of DLib. Wish this could help.
Thank you yinguobing.