MediaPipe_Face_Detection

MediaPipe Face Detection

Face detection is a computer vision technique that involves identifying and locating human faces within an image or video. The goal of face detection is to detect the presence of faces, and draw bounding boxes around them, without necessarily identifying specific facial features or landmarks.

MIT
Object Detection
PyTorch
English
by @AIOZAI
274
84

Last updated: 6 months ago


input (image) *
Maximum file size: 2MB
The input of the model is an image containing objects that are human faces and need to be identified.

Examples:

Example 1
model (options) *
The input to the model allows users to select the model used for processing
confidence (float) *
This is the value used to determine whether an object is considered a face or not. The threshold value can be adjusted to increase or decrease the detection accuracy.
output
placeholder
Log