No Examples Found
Face Detection
Detects faces using the MediaPipe face recognition module.
Example Detection
{
"frame_number": 0,
"boxes": [
{
"x1": 554,
"y1": 152,
"x2": 775,
"y2": 373,
"class_name": "face",
"score": 0.8979795575141907
}
]
}