An open API service indexing awesome lists of open source software.

https://github.com/zafarrehan/face_mesh_landmarks

This repository uses Mediapipe's face_mesh to detect 468 3D landmarks on human face in real-rime
https://github.com/zafarrehan/face_mesh_landmarks

mediapipe-facemesh opencv-python

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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