MarekKowalski/DeepAlignmentNetwork
A deep neural network for face alignment
This tool helps researchers and computer vision engineers precisely locate key facial features, like eyes, nose, and mouth corners, in images or video streams. It takes an image of a face as input and outputs the exact coordinates of 68 facial landmarks. Anyone working on projects requiring detailed facial analysis would find this useful.
511 stars. No commits in the last 6 months.
Use this if you need a robust way to automatically identify and mark specific points on faces within your datasets for research or application development.
Not ideal if you are looking for a pre-packaged application with a graphical user interface for end-user face analysis, as this requires some programming knowledge to set up.
Stars
511
Forks
137
Language
Python
License
MIT
Category
Last pushed
Apr 23, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/MarekKowalski/DeepAlignmentNetwork"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related frameworks
1adrianb/face-alignment
:fire: 2D and 3D Face alignment library build using pytorch
patlevin/face-detection-tflite
Face and iris detection for Python based on MediaPipe
robmarkcole/HASS-Deepstack-face
Home Assistant custom component for using Deepstack face recognition
SamYuen101234/Masked_Face_Recognition
2020/2021 HKUST CSE FYP Masked Facial Recognition, developer: Sam Yuen, Alex Xie, Tony Cheng
parulnith/Face-Detection-in-Python-using-OpenCV
Face Detection with Python using OpenCV