Head Pose Estimation using OpenCV and Python

6,000.00

Head Pose Estimation using OpenCV and Python

100 in stock

SKU: Head Pose Estimation using OpenCV and Python Categories: ,

Description

Head Pose Estimation using OpenCV and Python

This Project is to estimate human head pose from videos using TensorFlow and OpenCV.

There are three major steps:

  1. Face detection. A face detector is adopted to provide a face box containing a human face. Then the face box is expanded and transformed to a square to suit the needs of later steps.

  2. Facial landmark detection. A custom trained facial landmark detector based on TensorFlow is responsible for output 68 facial landmarks.

  3. Pose estimation. Once we got the 68 facial landmarks, a mutual PnP algorithms is adopted to calculate the pose.

The marks is detected frame by frame, which result in small variance between adjacent frames. This makes the pose unstable. A Kalman filter is used to solve this problem, 

Additional information

Weight 1.000000 kg

Reviews

There are no reviews yet.

Be the first to review “Head Pose Estimation using OpenCV and Python”

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.