shreyajn commited on
Commit
7e93f2f
1 Parent(s): 3dc8e12

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +4 -1
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 LiteHRNet found [here](https://github.com/HRNet/Lite-HRNet).
 
 
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).