shreyajn commited on
Commit
1354ce9
·
verified ·
1 Parent(s): cecacfe

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +5 -3
README.md CHANGED
@@ -12,11 +12,13 @@ tags:
12
  # OpenPose: Optimized for Mobile Deployment
13
  ## Human pose estimation
14
 
 
15
  OpenPose is a machine learning model that estimates body and hand pose in an image and returns location and confidence for each of 19 joints.
16
 
17
- This is based on the implementation of OpenPose found
18
- [here]({source_repo}). More details on model performance
19
- accross various devices, can be found [here](https://aihub.qualcomm.com/models/openpose).
 
20
 
21
  ### Model Details
22
 
 
12
  # OpenPose: Optimized for Mobile Deployment
13
  ## Human pose estimation
14
 
15
+
16
  OpenPose is a machine learning model that estimates body and hand pose in an image and returns location and confidence for each of 19 joints.
17
 
18
+ This model is an implementation of Posenet-Mobilenet found [here](https://github.com/CMU-Perceptual-Computing-Lab/openpose).
19
+
20
+
21
+ More details on model performance accross various devices, can be found [here](https://aihub.qualcomm.com/models/openpose).
22
 
23
  ### Model Details
24