Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -12,9 +12,12 @@ tags:
|
|
12 |
# LiteHRNet: Optimized for Mobile Deployment
|
13 |
## Human pose estimation
|
14 |
|
|
|
15 |
LiteHRNet is a machine learning model that detects human pose and returns a location and confidence for each of 17 joints.
|
16 |
|
17 |
-
This model is an implementation of
|
|
|
|
|
18 |
This repository provides scripts to run LiteHRNet on Qualcomm® devices.
|
19 |
More details on model performance across various devices, can be found
|
20 |
[here](https://aihub.qualcomm.com/models/litehrnet).
|
|
|
12 |
# LiteHRNet: Optimized for Mobile Deployment
|
13 |
## Human pose estimation
|
14 |
|
15 |
+
|
16 |
LiteHRNet is a machine learning model that detects human pose and returns a location and confidence for each of 17 joints.
|
17 |
|
18 |
+
This model is an implementation of Posenet-Mobilenet found [here](https://github.com/HRNet/Lite-HRNet).
|
19 |
+
|
20 |
+
|
21 |
This repository provides scripts to run LiteHRNet on Qualcomm® devices.
|
22 |
More details on model performance across various devices, can be found
|
23 |
[here](https://aihub.qualcomm.com/models/litehrnet).
|