Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -13,9 +13,12 @@ tags:
|
|
13 |
# MediaPipe-Face-Detection: Optimized for Mobile Deployment
|
14 |
## Detect faces and locate facial features in real-time video and image streams
|
15 |
|
|
|
16 |
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.
|
17 |
|
18 |
-
This model is an implementation of
|
|
|
|
|
19 |
This repository provides scripts to run MediaPipe-Face-Detection on Qualcomm® devices.
|
20 |
More details on model performance across various devices, can be found
|
21 |
[here](https://aihub.qualcomm.com/models/mediapipe_face).
|
|
|
13 |
# MediaPipe-Face-Detection: Optimized for Mobile Deployment
|
14 |
## Detect faces and locate facial features in real-time video and image streams
|
15 |
|
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 Posenet-Mobilenet found [here](https://github.com/zmurez/MediaPipePyTorch/).
|
20 |
+
|
21 |
+
|
22 |
This repository provides scripts to run MediaPipe-Face-Detection on Qualcomm® devices.
|
23 |
More details on model performance across various devices, can be found
|
24 |
[here](https://aihub.qualcomm.com/models/mediapipe_face).
|