Google Mediapipe

Cross-platform, customizable ML solutions for live and streaming media : Google Mediapipe


Face Detection

I am not very impressed…the library was not able to detect all the faces. This is a sample output…

As is clearly visible only about (4/10) faces are detected.

Pasted image 20240605162707.png

Although tweaking the parameters in the options seems to produce better results :

Pasted image 20240605165609.png

Lowering the min_detection_confidence to 0.2 resulted in a better output :

Pasted image 20240605165552.png

Still not all faces are detected (8/10).