question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Head pose estimation

See original GitHub issue

Hello How I can determine the head pose angle using the landmarks obtained from face_recognition.face_landmarks(image)?

Issue Analytics

  • State:open
  • Created 5 years ago
  • Comments:6

github_iconTop GitHub Comments

1reaction
alaa-yahiacommented, Jun 3, 2020

Thanks for sharing!

1reaction
forwitaicommented, Jun 3, 2020

Hello, In case you might be interested, I eventually used face_recognition for the face detection part, and managed to do the head pose estimation with another library “DeepGaze”.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Head Pose Estimation | Papers With Code
Monocular head pose estimation requires learning a model that computes the intrinsic Euler angles for pose (yaw, pitch, roll) from an input image...
Read more >
yinguobing/head-pose-estimation - GitHub
A pre-trained deep learning model take the face image as input and output 68 facial landmarks. Pose estimation. After getting 68 facial landmarks,...
Read more >
Head Pose Estimation using Python | Towards Data Science
Head pose estimation is one of the computer vision tasks that exist. In this task, we want to know the object's pose from...
Read more >
Head Pose Estimation using OpenCV and Dlib
This is a tutorial on head pose estimation using OpenCV ( C++ and Python ) and Dlib. We use solvePnP and solvePnPRansac for...
Read more >
Head Pose Estimation with Computer Vision - InData Labs
Simply put, head pose estimation means detecting the position of a human head in the image. Particularly, it means detecting the head's Euler ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found