Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/qxresearch/face-mesh-detection

Face Mesh Detection of Static Image & Live Video Using Python
https://github.com/qxresearch/face-mesh-detection

computer-vision face-landmark-detection mediapipe mediapipe-facemesh opencv opencv-python python

Last synced: about 3 hours ago
JSON representation

Face Mesh Detection of Static Image & Live Video Using Python

Awesome Lists containing this project

README

        



sam

Face Mesh Detection



Face Mesh Detection with MediaPipe (468 Face Landmarks)

[![GitHub](https://img.shields.io/static/v1.svg?label=Collaborators&message=1&color=success&logo=github&style=social)](https://github.com/qxresearch/Simple-Harmonic-Motion/graphs/contributors)
[![YouTube](https://img.shields.io/static/v1.svg?label=YouTube&message=@qxresearch&color=grey&logo=youtube&style=flat&logoColor=white&colorA=critical)](https://www.youtube.com/channel/UCX7oe66V8zyFpAJyMfPL9VA)
[![GitHub followers](https://img.shields.io/github/followers/xiaowuc2?style=social)]("https://github.com/xiaowuc2")
[![Twitter Follow](https://img.shields.io/twitter/follow/qxresearch?label=%40qxresearch&style=social)](https://twitter.com/qxresearchAi)
AUR last modified
[![Open All Collab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1o-Q_jhZI25Gl2lCTTHKsQWktLZgaNF_Z?usp=sharing)

MediaPipe Face Mesh is a face geometry solution that estimates 468 3D face landmarks in real-time even on mobile devices. It employs machine learning (ML) to infer the 3D surface geometry, requiring only a single camera input without the need for a dedicated depth sensor. Utilizing lightweight model architectures together with GPU acceleration throughout the pipeline, the solution delivers real-time performance critical for live experiences.


Results : Static Image



Logo


Results : Web Camera



Logo

Using mediapipe we will estimate 468 face landmarks in live video, which could be really helpful in AR effects utilizing facial surface geometry and face recognition. In the demo website you'll be able to see your unique facial landmarks. In this project we've also used partial static image to discovere as much landmarks as possible.

---
### Citation (MediaPipe)
```
@article{lugaresi2019mediapipe,
title={Mediapipe: A framework for building perception pipelines},
author={Lugaresi, Camillo and Tang, Jiuqiang and Nash, Hadon and McClanahan, Chris and Uboweja, Esha and Hays, Michael and Zhang, Fan and Chang, Chuo-Ling and Yong, Ming Guang and Lee, Juhyun and others},
journal={arXiv preprint arXiv:1906.08172},
year={2019}
}
```
---

YouTube : [@qxresearch/mediapipe-face-mesh]()


Live Demo : [Your-face-mesh]()

Tags : `mediapipe` `face-mesh` `openCV` `python` `facial-landmark-detection`

Google Colab : [![Open All Collab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1o-Q_jhZI25Gl2lCTTHKsQWktLZgaNF_Z?usp=sharing)