Face Detection

 

Blazeface on CPU (70-80 FPS)

Summary

MediaPipe Face Detection is a fast and accurate face detection solution that works seamlessly with multi-face support and 6 landmarks. It is based on the BlazeFace platform and is optimized for mobile GPU inference.

BlazeFace is an improved but unique version of the MobileNetV1 feature extraction network. It uses a lightweight extraction network that is optimized for GPU-based devices.

In this tutorial, I will show you how implement your own face detector app at 70-80 FPS on CPU in 5 minutes.


Win10 • Mac • Linux • Python

Requirements

PC / Laptop

GET

WebCam

GET

PyCharm Community

DOWNLOAD

Implementation

Download Files

Video Tutorial

 
©Augmented Startups 2021