Introduction
The Face Detection application demonstrates facial detection middleware with a simple detection box. This middleware can be easily integrated into other projects, such as the Face Blurring and Head Pose demos.
Benchmarks
The application includes a metrics overlay showing the camera, display, and inference visual statistics and timing details.
Reported FPS and Resolutions
Item | Frames per Second | Resolution |
Display | 60.00 | 1920x1080 |
Camera | 30.00 | 1920x1080 |
Inference | 60.00 | 512x384 |
Inference Timing Details
Item | Timing (ms) |
Time to load the frame into the model | 2.29 |
Running model inference on the frame | 11.97 |
Blurring Faces with the detection boxes | 2.32 |
Comments
0 comments
Please sign in to leave a comment.