Skip to content

This repository uses Mediapipe's face_mesh to detect 468 3D landmarks on human face in real-rime

Notifications You must be signed in to change notification settings

zafarRehan/face_mesh_landmarks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Face Mesh Landmarks

I am using the MediaPipe Face Mesh [ MediaPipe Face Mesh is a face geometry solution that estimates 468 3D face landmarks in real-time ] library to get the face landmarks over the image and then looping over the points to draw them over the Video/Frame

MediaPipe FaceMesh url : https://google.github.io/mediapipe/solutions/face_mesh.html

Required Libraries

pip install mediapipe
pip install opencv-python

Usage

Head to the code (face_landmarks_MP.py) and run it to experience it in real-time

The code is well-commented so all the inner details can be found in comments


Output Video

Source Video Url : https://www.youtube.com/watch?v=8CCtqtva6ok


Video By: Mrwhosetheboss

About

This repository uses Mediapipe's face_mesh to detect 468 3D landmarks on human face in real-rime

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages