Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -13,9 +13,12 @@ tags:
|
|
| 13 |
# Facial-Landmark-Detection: Optimized for Mobile Deployment
|
| 14 |
## Facial landmark predictor with 3DMM
|
| 15 |
|
|
|
|
| 16 |
Facial landmark is a deep learning model that can predict 68 landmarks from a single image. It can also be used as a backbone in building more complex models for specific use cases.
|
| 17 |
|
| 18 |
-
This model is an implementation of
|
|
|
|
|
|
|
| 19 |
This repository provides scripts to run Facial-Landmark-Detection on Qualcomm® devices.
|
| 20 |
More details on model performance across various devices, can be found
|
| 21 |
[here](https://aihub.qualcomm.com/models/facemap_3dmm).
|
|
|
|
| 13 |
# Facial-Landmark-Detection: Optimized for Mobile Deployment
|
| 14 |
## Facial landmark predictor with 3DMM
|
| 15 |
|
| 16 |
+
|
| 17 |
Facial landmark is a deep learning model that can predict 68 landmarks from a single image. It can also be used as a backbone in building more complex models for specific use cases.
|
| 18 |
|
| 19 |
+
This model is an implementation of Posenet-Mobilenet found [here](https://github.com/quic/ai-hub-models/blob/main/qai_hub_models/models/facemap_3dmm/model.py).
|
| 20 |
+
|
| 21 |
+
|
| 22 |
This repository provides scripts to run Facial-Landmark-Detection on Qualcomm® devices.
|
| 23 |
More details on model performance across various devices, can be found
|
| 24 |
[here](https://aihub.qualcomm.com/models/facemap_3dmm).
|