This demo shows the blazeface model detecting faces in a live camera feed. The demo renders a semi-transparent red box over faces, and blue dots over facial landmarks (eyes, ears, nose, and mouth).06-12-2020
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.06-12-2020
https://cdn.jsdelivr.net/npm/@tensorflow-models/facemesh06-12-2020
Detect and locate human faces within an image, and returns high-precision face bounding boxes.Face⁺⁺ also allows you to store metadata of each detected face for future use.07-01-2021