abhisharma7 / FacePoseEstimation

Face Pose Estimation using Haar Cascasde, HOG and Dlib Library.
MIT License
7 stars 1 forks source link

I have run the program but the result is a little strange for me #2

Open Ostnie opened 6 years ago

Ostnie commented 6 years ago

I am do some work about face pose estimation ,in other programs, they always give me 3 or 6 degree such as pitch ,yaw , roll , But I only received bounding box value from your code ,Is there anything wrong? Maybe your repo's function is detect the hunman face ? Many thanks!

abhisharma7 commented 6 years ago

Its a relatively simple program and don't in that much depth of degree. I am using dlip for pose estimation, please check is it installed on your system or not?

Abhishek

Ostnie commented 6 years ago

I have installed dlib in my computer and I have used it to detect face ,I don't know how to use it for pose estimation ,could you please tell me where can I find the way to use it ? Many thanks!

Ostnie commented 6 years ago

@abhisharma7 I have tried to use dilb and opencv for head pose estimation ,but when the range of yaw are larger than 60 degree ,the dlib is difficult to detect the face ,how do you solve this problem?