Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -14,9 +14,12 @@ tags:
|
|
14 |
# MediaPipe-Face-Detection-Quantized: Optimized for Mobile Deployment
|
15 |
## Detect faces and locate facial features in real-time video and image streams
|
16 |
|
|
|
17 |
Designed for sub-millisecond processing, this model predicts bounding boxes and pose skeletons (left eye, right eye, nose tip, mouth, left eye tragion, and right eye tragion) of faces in an image.
|
18 |
|
19 |
-
This model is an implementation of
|
|
|
|
|
20 |
This repository provides scripts to run MediaPipe-Face-Detection-Quantized on Qualcomm® devices.
|
21 |
More details on model performance across various devices, can be found
|
22 |
[here](https://aihub.qualcomm.com/models/mediapipe_face_quantized).
|
|
|
14 |
# MediaPipe-Face-Detection-Quantized: Optimized for Mobile Deployment
|
15 |
## Detect faces and locate facial features in real-time video and image streams
|
16 |
|
17 |
+
|
18 |
Designed for sub-millisecond processing, this model predicts bounding boxes and pose skeletons (left eye, right eye, nose tip, mouth, left eye tragion, and right eye tragion) of faces in an image.
|
19 |
|
20 |
+
This model is an implementation of Posenet-Mobilenet found [here](https://github.com/zmurez/MediaPipePyTorch/).
|
21 |
+
|
22 |
+
|
23 |
This repository provides scripts to run MediaPipe-Face-Detection-Quantized on Qualcomm® devices.
|
24 |
More details on model performance across various devices, can be found
|
25 |
[here](https://aihub.qualcomm.com/models/mediapipe_face_quantized).
|