Skip to content

Latest commit

 

History

History
 
 

gen2-facemesh

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Facial Landmarks on DepthAI

This example shows an implementation of Facial Landmark detection that's used in MediaPipe Face Mesh. The TFLite model was taken from MediaPipe and converted to blob so that it can run on OAK devices.

Model takes input image of size 192 x 192, and predicts 468 facial landmarks and a score.

Demo

facemesh_demo.mp4

Pre-requisites

Install requirements:

python3 -m pip install -r requirements.txt

Usage

python3 main.py