Upload README.md with huggingface_hub
Browse files
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
|
18 |
-
|
19 |
-
|
|
|
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 |
|