Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/parisneo/mediapipe_face_landmarks

List of landmarks for Mediapipe's face 468 landmarks extractor
https://github.com/parisneo/mediapipe_face_landmarks

Last synced: 4 days ago
JSON representation

List of landmarks for Mediapipe's face 468 landmarks extractor

Awesome Lists containing this project

README

        

# Media pipe Face landmarks
I was using the mediapipe library to extract facial landmarks from images. But when I needed to process the output, It was very difficult to find on the internet which landmark corresponds to what point on the face.

So I built a little software to extract those landmarks and then plot them in a white image where you can find the id of each landmark. that's useful if you want to use a subset of these landmarks.

The file mp_face_landmarks.png is a high resolution image with numbers for each landmark. You can simply zoom in it and get all the landmarks you want.

![Face in numbers](mp_face_landmarks.png)

A version with some connections
![Face in numbers](mp_face_landmarks_with_links.png)