Job TreeNavigate the job tree to view your child job details
Loading job tree...
Detect faces in image and video with MediaPipe.
Code
ready
Outputs
waiting for outputs
Logs
listening for logs...
README

Face Detection

Detects faces using the MediaPipe face recognition module.

Example Detection

sample image

{
  "frame_number": 0,
  "boxes": [
    {
      "x1": 554,
      "y1": 152,
      "x2": 775,
      "y2": 373,
      "class_name": "face",
      "score": 0.8979795575141907
    }
  ]
}