shreyajn commited on
Commit
6460062
·
verified ·
1 Parent(s): 2384b16

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +4 -1
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 Facial-Landmark-Detection found [here]({source_repo}).
 
 
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).