qaihm-bot commited on
Commit
fea61a8
·
verified ·
1 Parent(s): fc06fab

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +9 -9
README.md CHANGED
@@ -32,8 +32,8 @@ More details on model performance across various devices, can be found
32
 
33
  | Device | Chipset | Target Runtime | Inference Time (ms) | Peak Memory Range (MB) | Precision | Primary Compute Unit | Target Model
34
  | ---|---|---|---|---|---|---|---|
35
- | Samsung Galaxy S23 Ultra (Android 13) | Snapdragon® 8 Gen 2 | TFLite | 2.574 ms | 0 - 2 MB | FP16 | NPU | [HRNetPose.tflite](https://huggingface.co/qualcomm/HRNetPose/blob/main/HRNetPose.tflite)
36
- | Samsung Galaxy S23 Ultra (Android 13) | Snapdragon® 8 Gen 2 | QNN Model Library | 2.611 ms | 0 - 46 MB | FP16 | NPU | [HRNetPose.so](https://huggingface.co/qualcomm/HRNetPose/blob/main/HRNetPose.so)
37
 
38
 
39
  ## Installation
@@ -94,16 +94,16 @@ python -m qai_hub_models.models.hrnet_pose.export
94
  ```
95
  Profile Job summary of HRNetPose
96
  --------------------------------------------------
97
- Device: Samsung Galaxy S23 Ultra (13)
98
- Estimated Inference Time: 2.57 ms
99
- Estimated Peak Memory Range: 0.02-1.93 MB
100
  Compute Units: NPU (515) | Total (515)
101
 
102
  Profile Job summary of HRNetPose
103
  --------------------------------------------------
104
- Device: Samsung Galaxy S23 Ultra (13)
105
- Estimated Inference Time: 2.61 ms
106
- Estimated Peak Memory Range: 0.01-46.11 MB
107
  Compute Units: NPU (747) | Total (747)
108
 
109
 
@@ -223,7 +223,7 @@ Explore all available models on [Qualcomm® AI Hub](https://aihub.qualcomm.com/)
223
  ## License
224
  - The license for the original implementation of HRNetPose can be found
225
  [here](https://github.com/quic/aimet-model-zoo/blob/develop/LICENSE.pdf).
226
- - The license for the compiled assets for on-device deployment can be found [here](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/Qualcomm+AI+Hub+Proprietary+License.pdf).
227
 
228
  ## References
229
  * [Deep High-Resolution Representation Learning for Human Pose Estimation](https://arxiv.org/abs/1902.09212)
 
32
 
33
  | Device | Chipset | Target Runtime | Inference Time (ms) | Peak Memory Range (MB) | Precision | Primary Compute Unit | Target Model
34
  | ---|---|---|---|---|---|---|---|
35
+ | Samsung Galaxy S23 Ultra (Android 13) | Snapdragon® 8 Gen 2 | TFLite | 2.519 ms | 0 - 3 MB | FP16 | NPU | [HRNetPose.tflite](https://huggingface.co/qualcomm/HRNetPose/blob/main/HRNetPose.tflite)
36
+ | Samsung Galaxy S23 Ultra (Android 13) | Snapdragon® 8 Gen 2 | QNN Model Library | 2.608 ms | 0 - 55 MB | FP16 | NPU | [HRNetPose.so](https://huggingface.co/qualcomm/HRNetPose/blob/main/HRNetPose.so)
37
 
38
 
39
  ## Installation
 
94
  ```
95
  Profile Job summary of HRNetPose
96
  --------------------------------------------------
97
+ Device: Samsung Galaxy S24 (14)
98
+ Estimated Inference Time: 1.88 ms
99
+ Estimated Peak Memory Range: 0.02-98.61 MB
100
  Compute Units: NPU (515) | Total (515)
101
 
102
  Profile Job summary of HRNetPose
103
  --------------------------------------------------
104
+ Device: Samsung Galaxy S24 (14)
105
+ Estimated Inference Time: 1.92 ms
106
+ Estimated Peak Memory Range: 0.58-169.97 MB
107
  Compute Units: NPU (747) | Total (747)
108
 
109
 
 
223
  ## License
224
  - The license for the original implementation of HRNetPose can be found
225
  [here](https://github.com/quic/aimet-model-zoo/blob/develop/LICENSE.pdf).
226
+ - The license for the compiled assets for on-device deployment can be found [here]({deploy_license_url})
227
 
228
  ## References
229
  * [Deep High-Resolution Representation Learning for Human Pose Estimation](https://arxiv.org/abs/1902.09212)