qaihm-bot commited on
Commit
c1c337f
1 Parent(s): d1b4b70

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +39 -19
README.md CHANGED
@@ -15,7 +15,7 @@ tags:
15
 
16
  HRNet performs pose estimation in high-resolution representations.
17
 
18
- This model is an implementation of HRNetPoseQuantized found [here](https://github.com/quic/aimet-model-zoo/tree/develop/aimet_zoo_torch/hrnet_posenet).
19
  This repository provides scripts to run HRNetPoseQuantized on Qualcomm® devices.
20
  More details on model performance across various devices, can be found
21
  [here](https://aihub.qualcomm.com/models/hrnet_pose_quantized).
@@ -30,15 +30,31 @@ More details on model performance across various devices, can be found
30
  - Number of parameters: 28.5M
31
  - Model size: 109 MB
32
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
33
 
34
 
35
 
36
- | Device | Chipset | Target Runtime | Inference Time (ms) | Peak Memory Range (MB) | Precision | Primary Compute Unit | Target Model
37
- | ---|---|---|---|---|---|---|---|
38
- | Samsung Galaxy S23 Ultra (Android 13) | Snapdragon® 8 Gen 2 | TFLite | 0.966 ms | 0 - 2 MB | INT8 | NPU | [HRNetPoseQuantized.tflite](https://huggingface.co/qualcomm/HRNetPoseQuantized/blob/main/HRNetPoseQuantized.tflite)
39
- | Samsung Galaxy S23 Ultra (Android 13) | Snapdragon® 8 Gen 2 | QNN Model Library | 1.25 ms | 0 - 21 MB | INT8 | NPU | [HRNetPoseQuantized.so](https://huggingface.co/qualcomm/HRNetPoseQuantized/blob/main/HRNetPoseQuantized.so)
40
-
41
-
42
 
43
  ## Installation
44
 
@@ -94,16 +110,16 @@ device. This script does the following:
94
  ```bash
95
  python -m qai_hub_models.models.hrnet_pose_quantized.export
96
  ```
97
-
98
  ```
99
- Profile Job summary of HRNetPoseQuantized
100
- --------------------------------------------------
101
- Device: Snapdragon X Elite CRD (11)
102
- Estimated Inference Time: 1.33 ms
103
- Estimated Peak Memory Range: 0.31-0.31 MB
104
- Compute Units: NPU (487) | Total (487)
105
-
106
-
 
107
  ```
108
 
109
 
@@ -142,15 +158,19 @@ provides instructions on how to use the `.so` shared library in an Android appl
142
  Get more details on HRNetPoseQuantized's performance across various devices [here](https://aihub.qualcomm.com/models/hrnet_pose_quantized).
143
  Explore all available models on [Qualcomm® AI Hub](https://aihub.qualcomm.com/)
144
 
 
145
  ## License
146
- - The license for the original implementation of HRNetPoseQuantized can be found
147
- [here](https://github.com/quic/aimet-model-zoo/blob/develop/LICENSE.pdf).
148
- - 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)
 
149
 
150
  ## References
151
  * [Deep High-Resolution Representation Learning for Human Pose Estimation](https://arxiv.org/abs/1902.09212)
152
  * [Source Model Implementation](https://github.com/quic/aimet-model-zoo/tree/develop/aimet_zoo_torch/hrnet_posenet)
153
 
 
 
154
  ## Community
155
  * Join [our AI Hub Slack community](https://aihub.qualcomm.com/community/slack) to collaborate, post questions and learn more about on-device AI.
156
  * For questions or feedback please [reach out to us](mailto:[email protected]).
 
15
 
16
  HRNet performs pose estimation in high-resolution representations.
17
 
18
+ This model is an implementation of HRNetPoseQuantized found [here]({source_repo}).
19
  This repository provides scripts to run HRNetPoseQuantized on Qualcomm® devices.
20
  More details on model performance across various devices, can be found
21
  [here](https://aihub.qualcomm.com/models/hrnet_pose_quantized).
 
30
  - Number of parameters: 28.5M
31
  - Model size: 109 MB
32
 
33
+ | Model | Device | Chipset | Target Runtime | Inference Time (ms) | Peak Memory Range (MB) | Precision | Primary Compute Unit | Target Model
34
+ |---|---|---|---|---|---|---|---|---|
35
+ | HRNetPoseQuantized | Samsung Galaxy S23 | Snapdragon® 8 Gen 2 | TFLITE | 0.956 ms | 0 - 2 MB | INT8 | NPU | [HRNetPoseQuantized.tflite](https://huggingface.co/qualcomm/HRNetPoseQuantized/blob/main/HRNetPoseQuantized.tflite) |
36
+ | HRNetPoseQuantized | Samsung Galaxy S23 | Snapdragon® 8 Gen 2 | QNN | 1.251 ms | 0 - 8 MB | INT8 | NPU | [HRNetPoseQuantized.so](https://huggingface.co/qualcomm/HRNetPoseQuantized/blob/main/HRNetPoseQuantized.so) |
37
+ | HRNetPoseQuantized | Samsung Galaxy S24 | Snapdragon® 8 Gen 3 | TFLITE | 0.792 ms | 0 - 109 MB | INT8 | NPU | [HRNetPoseQuantized.tflite](https://huggingface.co/qualcomm/HRNetPoseQuantized/blob/main/HRNetPoseQuantized.tflite) |
38
+ | HRNetPoseQuantized | Samsung Galaxy S24 | Snapdragon® 8 Gen 3 | QNN | 1.051 ms | 0 - 33 MB | INT8 | NPU | [HRNetPoseQuantized.so](https://huggingface.co/qualcomm/HRNetPoseQuantized/blob/main/HRNetPoseQuantized.so) |
39
+ | HRNetPoseQuantized | RB3 Gen 2 (Proxy) | QCS6490 Proxy | TFLITE | 3.825 ms | 0 - 69 MB | INT8 | NPU | [HRNetPoseQuantized.tflite](https://huggingface.co/qualcomm/HRNetPoseQuantized/blob/main/HRNetPoseQuantized.tflite) |
40
+ | HRNetPoseQuantized | RB3 Gen 2 (Proxy) | QCS6490 Proxy | QNN | 5.523 ms | 0 - 8 MB | INT8 | NPU | Use Export Script |
41
+ | HRNetPoseQuantized | RB5 (Proxy) | QCS8250 Proxy | TFLITE | 17.117 ms | 0 - 4 MB | INT8 | NPU | [HRNetPoseQuantized.tflite](https://huggingface.co/qualcomm/HRNetPoseQuantized/blob/main/HRNetPoseQuantized.tflite) |
42
+ | HRNetPoseQuantized | QCS8550 (Proxy) | QCS8550 Proxy | TFLITE | 0.953 ms | 0 - 3 MB | INT8 | NPU | [HRNetPoseQuantized.tflite](https://huggingface.co/qualcomm/HRNetPoseQuantized/blob/main/HRNetPoseQuantized.tflite) |
43
+ | HRNetPoseQuantized | QCS8550 (Proxy) | QCS8550 Proxy | QNN | 1.199 ms | 0 - 1 MB | INT8 | NPU | Use Export Script |
44
+ | HRNetPoseQuantized | SA8255 (Proxy) | SA8255P Proxy | TFLITE | 0.952 ms | 0 - 2 MB | INT8 | NPU | [HRNetPoseQuantized.tflite](https://huggingface.co/qualcomm/HRNetPoseQuantized/blob/main/HRNetPoseQuantized.tflite) |
45
+ | HRNetPoseQuantized | SA8255 (Proxy) | SA8255P Proxy | QNN | 1.211 ms | 0 - 2 MB | INT8 | NPU | Use Export Script |
46
+ | HRNetPoseQuantized | SA8775 (Proxy) | SA8775P Proxy | TFLITE | 0.962 ms | 0 - 2 MB | INT8 | NPU | [HRNetPoseQuantized.tflite](https://huggingface.co/qualcomm/HRNetPoseQuantized/blob/main/HRNetPoseQuantized.tflite) |
47
+ | HRNetPoseQuantized | SA8775 (Proxy) | SA8775P Proxy | QNN | 1.221 ms | 0 - 1 MB | INT8 | NPU | Use Export Script |
48
+ | HRNetPoseQuantized | SA8650 (Proxy) | SA8650P Proxy | TFLITE | 0.96 ms | 0 - 18 MB | INT8 | NPU | [HRNetPoseQuantized.tflite](https://huggingface.co/qualcomm/HRNetPoseQuantized/blob/main/HRNetPoseQuantized.tflite) |
49
+ | HRNetPoseQuantized | SA8650 (Proxy) | SA8650P Proxy | QNN | 1.212 ms | 0 - 1 MB | INT8 | NPU | Use Export Script |
50
+ | HRNetPoseQuantized | QCS8450 (Proxy) | QCS8450 Proxy | TFLITE | 1.172 ms | 0 - 109 MB | INT8 | NPU | [HRNetPoseQuantized.tflite](https://huggingface.co/qualcomm/HRNetPoseQuantized/blob/main/HRNetPoseQuantized.tflite) |
51
+ | HRNetPoseQuantized | QCS8450 (Proxy) | QCS8450 Proxy | QNN | 1.524 ms | 0 - 38 MB | INT8 | NPU | Use Export Script |
52
+ | HRNetPoseQuantized | Snapdragon 8 Elite QRD | Snapdragon® 8 Elite | TFLITE | 0.663 ms | 0 - 64 MB | INT8 | NPU | [HRNetPoseQuantized.tflite](https://huggingface.co/qualcomm/HRNetPoseQuantized/blob/main/HRNetPoseQuantized.tflite) |
53
+ | HRNetPoseQuantized | Snapdragon 8 Elite QRD | Snapdragon® 8 Elite | QNN | 0.746 ms | 0 - 32 MB | INT8 | NPU | Use Export Script |
54
+ | HRNetPoseQuantized | Snapdragon X Elite CRD | Snapdragon® X Elite | QNN | 1.343 ms | 0 - 0 MB | INT8 | NPU | Use Export Script |
55
 
56
 
57
 
 
 
 
 
 
 
58
 
59
  ## Installation
60
 
 
110
  ```bash
111
  python -m qai_hub_models.models.hrnet_pose_quantized.export
112
  ```
 
113
  ```
114
+ Profiling Results
115
+ ------------------------------------------------------------
116
+ HRNetPoseQuantized
117
+ Device : Samsung Galaxy S23 (13)
118
+ Runtime : TFLITE
119
+ Estimated inference time (ms) : 1.0
120
+ Estimated peak memory usage (MB): [0, 2]
121
+ Total # Ops : 518
122
+ Compute Unit(s) : NPU (518 ops)
123
  ```
124
 
125
 
 
158
  Get more details on HRNetPoseQuantized's performance across various devices [here](https://aihub.qualcomm.com/models/hrnet_pose_quantized).
159
  Explore all available models on [Qualcomm® AI Hub](https://aihub.qualcomm.com/)
160
 
161
+
162
  ## License
163
+ * The license for the original implementation of HRNetPoseQuantized can be found [here](https://github.com/quic/aimet-model-zoo/blob/develop/LICENSE.pdf).
164
+ * 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)
165
+
166
+
167
 
168
  ## References
169
  * [Deep High-Resolution Representation Learning for Human Pose Estimation](https://arxiv.org/abs/1902.09212)
170
  * [Source Model Implementation](https://github.com/quic/aimet-model-zoo/tree/develop/aimet_zoo_torch/hrnet_posenet)
171
 
172
+
173
+
174
  ## Community
175
  * Join [our AI Hub Slack community](https://aihub.qualcomm.com/community/slack) to collaborate, post questions and learn more about on-device AI.
176
  * For questions or feedback please [reach out to us](mailto:[email protected]).