Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -12,9 +12,12 @@ tags:
|
|
12 |
# HRNetPose: Optimized for Mobile Deployment
|
13 |
## Perform accurate human pose estimation
|
14 |
|
|
|
15 |
HRNet performs pose estimation in high-resolution representations.
|
16 |
|
17 |
-
This model is an implementation of
|
|
|
|
|
18 |
This repository provides scripts to run HRNetPose on Qualcomm® devices.
|
19 |
More details on model performance across various devices, can be found
|
20 |
[here](https://aihub.qualcomm.com/models/hrnet_pose).
|
|
|
12 |
# HRNetPose: Optimized for Mobile Deployment
|
13 |
## Perform accurate human pose estimation
|
14 |
|
15 |
+
|
16 |
HRNet performs pose estimation in high-resolution representations.
|
17 |
|
18 |
+
This model is an implementation of Posenet-Mobilenet found [here](https://github.com/quic/aimet-model-zoo/tree/develop/aimet_zoo_torch/hrnet_posenet).
|
19 |
+
|
20 |
+
|
21 |
This repository provides scripts to run HRNetPose on Qualcomm® devices.
|
22 |
More details on model performance across various devices, can be found
|
23 |
[here](https://aihub.qualcomm.com/models/hrnet_pose).
|