shreyajn commited on
Commit
cb977b0
·
verified ·
1 Parent(s): 1aa6af1

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -15,9 +15,12 @@ tags:
15
  # Posenet-Mobilenet-Quantized: Optimized for Mobile Deployment
16
  ## Quantized human pose estimator
17
 
 
18
  Posenet performs pose estimation on human images.
19
 
20
- This model is an implementation of Posenet-Mobilenet-Quantized found [here]({source_repo}).
 
 
21
  This repository provides scripts to run Posenet-Mobilenet-Quantized on Qualcomm® devices.
22
  More details on model performance across various devices, can be found
23
  [here](https://aihub.qualcomm.com/models/posenet_mobilenet_quantized).
 
15
  # Posenet-Mobilenet-Quantized: Optimized for Mobile Deployment
16
  ## Quantized human pose estimator
17
 
18
+
19
  Posenet performs pose estimation on human images.
20
 
21
+ This model is an implementation of Posenet-Mobilenet found [here](https://github.com/rwightman/posenet-pytorch).
22
+
23
+
24
  This repository provides scripts to run Posenet-Mobilenet-Quantized on Qualcomm® devices.
25
  More details on model performance across various devices, can be found
26
  [here](https://aihub.qualcomm.com/models/posenet_mobilenet_quantized).