Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 1.02 KB

README.md

File metadata and controls

31 lines (17 loc) · 1.02 KB

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