Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/parisneo/mediapipe_face_landmarks
- Owner: ParisNeo
- License: mit
- Created: 2021-05-24T20:56:20.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-05-24T21:19:37.000Z (over 3 years ago)
- Last Synced: 2024-10-31T11:29:20.919Z (about 2 months ago)
- Size: 150 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)