Skip to content

tan264/Head-Pose-Estimation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Head Pose Estimation using MediaPipe and OpenCV in Android(Kotlin)

Overview

This project focuses on developing an application that allows users to position their faces within an oval region on a live camera preview. The application utilizes MediaPipe Face Landmarker to detect the presence of a human face and extract facial landmarks. OpenCV is then used to calculate the yaw and pitch angles, enabling the determination of the directness and orientation of the face (i.e., facing straight, right, left, up, or down).
Note: To integrate OpenCV into the project, I use this repo

Demo