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.
facemesh_demo.mp4
Install requirements:
python3 -m pip install -r requirements.txt
python3 main.py