v0.46.1
Browse filesSee https://github.com/quic/ai-hub-models/releases/v0.46.1 for changelog.
- README.md +77 -217
- precompiled/qualcomm-qcs8275-proxy/CenterNet-2D_float.bin +0 -3
- precompiled/qualcomm-qcs8275-proxy/tool-versions.yaml +0 -3
- precompiled/qualcomm-qcs8450-proxy/CenterNet-2D_float.bin +0 -3
- precompiled/qualcomm-qcs8450-proxy/tool-versions.yaml +0 -3
- precompiled/qualcomm-qcs8550-proxy/CenterNet-2D_float.bin +0 -3
- precompiled/qualcomm-qcs8550-proxy/CenterNet-2D_float.onnx.zip +0 -3
- precompiled/qualcomm-qcs8550-proxy/tool-versions.yaml +0 -4
- precompiled/qualcomm-qcs9075-proxy/CenterNet-2D_float.bin +0 -3
- precompiled/qualcomm-qcs9075-proxy/tool-versions.yaml +0 -3
- precompiled/qualcomm-sa7255p/CenterNet-2D_float.bin +0 -3
- precompiled/qualcomm-sa7255p/tool-versions.yaml +0 -3
- precompiled/qualcomm-sa8295p/CenterNet-2D_float.bin +0 -3
- precompiled/qualcomm-sa8295p/tool-versions.yaml +0 -3
- precompiled/qualcomm-sa8775p/CenterNet-2D_float.bin +0 -3
- precompiled/qualcomm-sa8775p/tool-versions.yaml +0 -3
- precompiled/qualcomm-snapdragon-8-elite-for-galaxy/CenterNet-2D_float.bin +0 -3
- precompiled/qualcomm-snapdragon-8-elite-for-galaxy/CenterNet-2D_float.onnx.zip +0 -3
- precompiled/qualcomm-snapdragon-8-elite-for-galaxy/tool-versions.yaml +0 -4
- precompiled/qualcomm-snapdragon-8-elite-gen5/CenterNet-2D_float.bin +0 -3
- precompiled/qualcomm-snapdragon-8-elite-gen5/CenterNet-2D_float.onnx.zip +0 -3
- precompiled/qualcomm-snapdragon-8-elite-gen5/tool-versions.yaml +0 -4
- precompiled/qualcomm-snapdragon-8gen3/CenterNet-2D_float.bin +0 -3
- precompiled/qualcomm-snapdragon-8gen3/CenterNet-2D_float.onnx.zip +0 -3
- precompiled/qualcomm-snapdragon-8gen3/tool-versions.yaml +0 -4
- precompiled/qualcomm-snapdragon-x-elite/CenterNet-2D_float.bin +0 -3
- precompiled/qualcomm-snapdragon-x-elite/CenterNet-2D_float.onnx.zip +0 -3
- precompiled/qualcomm-snapdragon-x-elite/tool-versions.yaml +0 -4
README.md
CHANGED
|
@@ -9,235 +9,95 @@ pipeline_tag: object-detection
|
|
| 9 |
|
| 10 |

|
| 11 |
|
| 12 |
-
# CenterNet-2D: Optimized for
|
| 13 |
-
## Object Detection
|
| 14 |
-
|
| 15 |
|
| 16 |
CenterNet-2D is machine learning model that detects objects by finding their center points.
|
| 17 |
|
| 18 |
-
This
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
|
| 31 |
-
|
| 32 |
-
|
| 33 |
-
|
| 34 |
-
|
| 35 |
-
|
| 36 |
-
|
|
| 37 |
-
|
| 38 |
-
|
|
| 39 |
-
|
|
| 40 |
-
|
|
| 41 |
-
|
|
| 42 |
-
|
|
| 43 |
-
|
|
| 44 |
-
|
|
| 45 |
-
|
|
| 46 |
-
|
|
| 47 |
-
|
|
| 48 |
-
|
|
| 49 |
-
|
| 50 |
-
|
| 51 |
-
|
| 52 |
-
|
| 53 |
-
|
| 54 |
-
|
| 55 |
-
|
| 56 |
-
|
| 57 |
-
|
| 58 |
-
|
| 59 |
-
|
| 60 |
-
|
| 61 |
-
|
| 62 |
-
|
| 63 |
-
|
| 64 |
-
|
| 65 |
-
|
| 66 |
-
|
| 67 |
-
|
| 68 |
-
|
| 69 |
-
|
| 70 |
-
|
| 71 |
-
|
| 72 |
-
|
| 73 |
-
|
| 74 |
-
|
| 75 |
-
|
| 76 |
-
|
| 77 |
-
|
| 78 |
-
|
| 79 |
-
|
| 80 |
-
|
| 81 |
-
|
| 82 |
-
|
| 83 |
-
|
| 84 |
-
|
| 85 |
-
|
| 86 |
-
|
| 87 |
-
|
| 88 |
-
|
| 89 |
-
|
| 90 |
-
|
| 91 |
-
|
| 92 |
-
|
| 93 |
-
|
| 94 |
-
**NOTE**: If you want running in a Jupyter Notebook or Google Colab like
|
| 95 |
-
environment, please add the following to your cell (instead of the above).
|
| 96 |
-
```
|
| 97 |
-
%run -m qai_hub_models.models.centernet_2d.demo
|
| 98 |
-
```
|
| 99 |
-
|
| 100 |
-
|
| 101 |
-
### Run model on a cloud-hosted device
|
| 102 |
-
|
| 103 |
-
In addition to the demo, you can also run the model on a cloud-hosted Qualcomm®
|
| 104 |
-
device. This script does the following:
|
| 105 |
-
* Performance check on-device on a cloud-hosted device
|
| 106 |
-
* Downloads compiled assets that can be deployed on-device for Android.
|
| 107 |
-
* Accuracy check between PyTorch and on-device outputs.
|
| 108 |
-
|
| 109 |
-
```bash
|
| 110 |
-
python -m qai_hub_models.models.centernet_2d.export
|
| 111 |
-
```
|
| 112 |
-
|
| 113 |
-
|
| 114 |
-
|
| 115 |
-
## How does this work?
|
| 116 |
-
|
| 117 |
-
This [export script](https://aihub.qualcomm.com/models/centernet_2d/qai_hub_models/models/CenterNet-2D/export.py)
|
| 118 |
-
leverages [Qualcomm® AI Hub](https://aihub.qualcomm.com/) to optimize, validate, and deploy this model
|
| 119 |
-
on-device. Lets go through each step below in detail:
|
| 120 |
-
|
| 121 |
-
Step 1: **Compile model for on-device deployment**
|
| 122 |
-
|
| 123 |
-
To compile a PyTorch model for on-device deployment, we first trace the model
|
| 124 |
-
in memory using the `jit.trace` and then call the `submit_compile_job` API.
|
| 125 |
-
|
| 126 |
-
```python
|
| 127 |
-
import torch
|
| 128 |
-
|
| 129 |
-
import qai_hub as hub
|
| 130 |
-
from qai_hub_models.models.centernet_2d import Model
|
| 131 |
-
|
| 132 |
-
# Load the model
|
| 133 |
-
torch_model = Model.from_pretrained()
|
| 134 |
-
|
| 135 |
-
# Device
|
| 136 |
-
device = hub.Device("Samsung Galaxy S25")
|
| 137 |
-
|
| 138 |
-
# Trace model
|
| 139 |
-
input_shape = torch_model.get_input_spec()
|
| 140 |
-
sample_inputs = torch_model.sample_inputs()
|
| 141 |
-
|
| 142 |
-
pt_model = torch.jit.trace(torch_model, [torch.tensor(data[0]) for _, data in sample_inputs.items()])
|
| 143 |
-
|
| 144 |
-
# Compile model on a specific device
|
| 145 |
-
compile_job = hub.submit_compile_job(
|
| 146 |
-
model=pt_model,
|
| 147 |
-
device=device,
|
| 148 |
-
input_specs=torch_model.get_input_spec(),
|
| 149 |
-
)
|
| 150 |
-
|
| 151 |
-
# Get target model to run on-device
|
| 152 |
-
target_model = compile_job.get_target_model()
|
| 153 |
-
|
| 154 |
-
```
|
| 155 |
-
|
| 156 |
-
|
| 157 |
-
Step 2: **Performance profiling on cloud-hosted device**
|
| 158 |
-
|
| 159 |
-
After compiling models from step 1. Models can be profiled model on-device using the
|
| 160 |
-
`target_model`. Note that this scripts runs the model on a device automatically
|
| 161 |
-
provisioned in the cloud. Once the job is submitted, you can navigate to a
|
| 162 |
-
provided job URL to view a variety of on-device performance metrics.
|
| 163 |
-
```python
|
| 164 |
-
profile_job = hub.submit_profile_job(
|
| 165 |
-
model=target_model,
|
| 166 |
-
device=device,
|
| 167 |
-
)
|
| 168 |
-
|
| 169 |
-
```
|
| 170 |
-
|
| 171 |
-
Step 3: **Verify on-device accuracy**
|
| 172 |
-
|
| 173 |
-
To verify the accuracy of the model on-device, you can run on-device inference
|
| 174 |
-
on sample input data on the same cloud hosted device.
|
| 175 |
-
```python
|
| 176 |
-
input_data = torch_model.sample_inputs()
|
| 177 |
-
inference_job = hub.submit_inference_job(
|
| 178 |
-
model=target_model,
|
| 179 |
-
device=device,
|
| 180 |
-
inputs=input_data,
|
| 181 |
-
)
|
| 182 |
-
on_device_output = inference_job.download_output_data()
|
| 183 |
-
|
| 184 |
-
```
|
| 185 |
-
With the output of the model, you can compute like PSNR, relative errors or
|
| 186 |
-
spot check the output with expected output.
|
| 187 |
-
|
| 188 |
-
**Note**: This on-device profiling and inference requires access to Qualcomm®
|
| 189 |
-
AI Hub Workbench. [Sign up for access](https://myaccount.qualcomm.com/signup).
|
| 190 |
-
|
| 191 |
-
|
| 192 |
-
|
| 193 |
-
## Run demo on a cloud-hosted device
|
| 194 |
-
|
| 195 |
-
You can also run the demo on-device.
|
| 196 |
-
|
| 197 |
-
```bash
|
| 198 |
-
python -m qai_hub_models.models.centernet_2d.demo --eval-mode on-device
|
| 199 |
-
```
|
| 200 |
-
|
| 201 |
-
**NOTE**: If you want running in a Jupyter Notebook or Google Colab like
|
| 202 |
-
environment, please add the following to your cell (instead of the above).
|
| 203 |
-
```
|
| 204 |
-
%run -m qai_hub_models.models.centernet_2d.demo -- --eval-mode on-device
|
| 205 |
-
```
|
| 206 |
-
|
| 207 |
-
|
| 208 |
-
## Deploying compiled model to Android
|
| 209 |
-
|
| 210 |
-
|
| 211 |
-
The models can be deployed using multiple runtimes:
|
| 212 |
-
- TensorFlow Lite (`.tflite` export): [This
|
| 213 |
-
tutorial](https://www.tensorflow.org/lite/android/quickstart) provides a
|
| 214 |
-
guide to deploy the .tflite model in an Android application.
|
| 215 |
-
|
| 216 |
-
|
| 217 |
-
- QNN (`.so` export ): This [sample
|
| 218 |
-
app](https://docs.qualcomm.com/bundle/publicresource/topics/80-63442-50/sample_app.html)
|
| 219 |
-
provides instructions on how to use the `.so` shared library in an Android application.
|
| 220 |
-
|
| 221 |
-
|
| 222 |
-
## View on Qualcomm® AI Hub
|
| 223 |
-
Get more details on CenterNet-2D's performance across various devices [here](https://aihub.qualcomm.com/models/centernet_2d).
|
| 224 |
-
Explore all available models on [Qualcomm® AI Hub](https://aihub.qualcomm.com/)
|
| 225 |
-
|
| 226 |
|
| 227 |
## License
|
| 228 |
* The license for the original implementation of CenterNet-2D can be found
|
| 229 |
[here](https://github.com/xingyizhou/CenterNet/blob/master/LICENSE).
|
| 230 |
|
| 231 |
-
|
| 232 |
-
|
| 233 |
## References
|
| 234 |
* [Objects as Points](https://arxiv.org/abs/1904.07850)
|
| 235 |
* [Source Model Implementation](https://github.com/xingyizhou/CenterNet)
|
| 236 |
|
| 237 |
-
|
| 238 |
-
|
| 239 |
## Community
|
| 240 |
* Join [our AI Hub Slack community](https://aihub.qualcomm.com/community/slack) to collaborate, post questions and learn more about on-device AI.
|
| 241 |
* For questions or feedback please [reach out to us](mailto:ai-hub-support@qti.qualcomm.com).
|
| 242 |
-
|
| 243 |
-
|
|
|
|
| 9 |
|
| 10 |

|
| 11 |
|
| 12 |
+
# CenterNet-2D: Optimized for Qualcomm Devices
|
|
|
|
|
|
|
| 13 |
|
| 14 |
CenterNet-2D is machine learning model that detects objects by finding their center points.
|
| 15 |
|
| 16 |
+
This is based on the implementation of CenterNet-2D found [here](https://github.com/xingyizhou/CenterNet).
|
| 17 |
+
This repository contains pre-exported model files optimized for Qualcomm® devices. You can use the [Qualcomm® AI Hub Models](https://github.com/quic/ai-hub-models/blob/main/qai_hub_models/models/centernet_2d) library to export with custom configurations. More details on model performance across various devices, can be found [here](#performance-summary).
|
| 18 |
+
|
| 19 |
+
Qualcomm AI Hub Models uses [Qualcomm AI Hub Workbench](https://workbench.aihub.qualcomm.com) to compile, profile, and evaluate this model. [Sign up](https://myaccount.qualcomm.com/signup) to run these models on a hosted Qualcomm® device.
|
| 20 |
+
|
| 21 |
+
## Getting Started
|
| 22 |
+
There are two ways to deploy this model on your device:
|
| 23 |
+
|
| 24 |
+
### Option 1: Download Pre-Exported Models
|
| 25 |
+
|
| 26 |
+
Below are pre-exported model assets ready for deployment.
|
| 27 |
+
|
| 28 |
+
| Runtime | Precision | Chipset | SDK Versions | Download |
|
| 29 |
+
|---|---|---|---|---|
|
| 30 |
+
| PRECOMPILED_QNN_ONNX | float | Snapdragon® X Elite | QAIRT 2.37, ONNX Runtime 1.23.0 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/centernet_2d/releases/v0.46.1/centernet_2d-precompiled_qnn_onnx-float-qualcomm_snapdragon_x_elite.zip)
|
| 31 |
+
| PRECOMPILED_QNN_ONNX | float | Snapdragon® 8 Gen 3 Mobile | QAIRT 2.37, ONNX Runtime 1.23.0 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/centernet_2d/releases/v0.46.1/centernet_2d-precompiled_qnn_onnx-float-qualcomm_snapdragon_8gen3.zip)
|
| 32 |
+
| PRECOMPILED_QNN_ONNX | float | Qualcomm® QCS8550 (Proxy) | QAIRT 2.37, ONNX Runtime 1.23.0 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/centernet_2d/releases/v0.46.1/centernet_2d-precompiled_qnn_onnx-float-qualcomm_qcs8550_proxy.zip)
|
| 33 |
+
| PRECOMPILED_QNN_ONNX | float | Snapdragon® 8 Elite For Galaxy Mobile | QAIRT 2.37, ONNX Runtime 1.23.0 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/centernet_2d/releases/v0.46.1/centernet_2d-precompiled_qnn_onnx-float-qualcomm_snapdragon_8_elite_for_galaxy.zip)
|
| 34 |
+
| PRECOMPILED_QNN_ONNX | float | Snapdragon® 8 Elite Gen 5 Mobile | QAIRT 2.37, ONNX Runtime 1.23.0 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/centernet_2d/releases/v0.46.1/centernet_2d-precompiled_qnn_onnx-float-qualcomm_snapdragon_8_elite_gen5.zip)
|
| 35 |
+
| PRECOMPILED_QNN_ONNX | float | Qualcomm® QCS9075 | QAIRT 2.37, ONNX Runtime 1.23.0 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/centernet_2d/releases/v0.46.1/centernet_2d-precompiled_qnn_onnx-float-qualcomm_qcs9075.zip)
|
| 36 |
+
| QNN_CONTEXT_BINARY | float | Snapdragon® X Elite | QAIRT 2.42 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/centernet_2d/releases/v0.46.1/centernet_2d-qnn_context_binary-float-qualcomm_snapdragon_x_elite.zip)
|
| 37 |
+
| QNN_CONTEXT_BINARY | float | Snapdragon® 8 Gen 3 Mobile | QAIRT 2.42 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/centernet_2d/releases/v0.46.1/centernet_2d-qnn_context_binary-float-qualcomm_snapdragon_8gen3.zip)
|
| 38 |
+
| QNN_CONTEXT_BINARY | float | Qualcomm® QCS8275 (Proxy) | QAIRT 2.42 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/centernet_2d/releases/v0.46.1/centernet_2d-qnn_context_binary-float-qualcomm_qcs8275_proxy.zip)
|
| 39 |
+
| QNN_CONTEXT_BINARY | float | Qualcomm® QCS8550 (Proxy) | QAIRT 2.42 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/centernet_2d/releases/v0.46.1/centernet_2d-qnn_context_binary-float-qualcomm_qcs8550_proxy.zip)
|
| 40 |
+
| QNN_CONTEXT_BINARY | float | Qualcomm® SA8775P | QAIRT 2.42 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/centernet_2d/releases/v0.46.1/centernet_2d-qnn_context_binary-float-qualcomm_sa8775p.zip)
|
| 41 |
+
| QNN_CONTEXT_BINARY | float | Snapdragon® 8 Elite For Galaxy Mobile | QAIRT 2.42 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/centernet_2d/releases/v0.46.1/centernet_2d-qnn_context_binary-float-qualcomm_snapdragon_8_elite_for_galaxy.zip)
|
| 42 |
+
| QNN_CONTEXT_BINARY | float | Snapdragon® 8 Elite Gen 5 Mobile | QAIRT 2.42 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/centernet_2d/releases/v0.46.1/centernet_2d-qnn_context_binary-float-qualcomm_snapdragon_8_elite_gen5.zip)
|
| 43 |
+
| QNN_CONTEXT_BINARY | float | Qualcomm® SA7255P | QAIRT 2.42 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/centernet_2d/releases/v0.46.1/centernet_2d-qnn_context_binary-float-qualcomm_sa7255p.zip)
|
| 44 |
+
| QNN_CONTEXT_BINARY | float | Qualcomm® SA8295P | QAIRT 2.42 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/centernet_2d/releases/v0.46.1/centernet_2d-qnn_context_binary-float-qualcomm_sa8295p.zip)
|
| 45 |
+
| QNN_CONTEXT_BINARY | float | Qualcomm® QCS9075 | QAIRT 2.42 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/centernet_2d/releases/v0.46.1/centernet_2d-qnn_context_binary-float-qualcomm_qcs9075.zip)
|
| 46 |
+
| QNN_CONTEXT_BINARY | float | Qualcomm® QCS8450 (Proxy) | QAIRT 2.42 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/centernet_2d/releases/v0.46.1/centernet_2d-qnn_context_binary-float-qualcomm_qcs8450_proxy.zip)
|
| 47 |
+
|
| 48 |
+
For more device-specific assets and performance metrics, visit **[CenterNet-2D on Qualcomm® AI Hub](https://aihub.qualcomm.com/models/centernet_2d)**.
|
| 49 |
+
|
| 50 |
+
|
| 51 |
+
### Option 2: Export with Custom Configurations
|
| 52 |
+
|
| 53 |
+
Use the [Qualcomm® AI Hub Models](https://github.com/quic/ai-hub-models/blob/main/qai_hub_models/models/centernet_2d) Python library to compile and export the model with your own:
|
| 54 |
+
- Custom weights (e.g., fine-tuned checkpoints)
|
| 55 |
+
- Custom input shapes
|
| 56 |
+
- Target device and runtime configurations
|
| 57 |
+
|
| 58 |
+
This option is ideal if you need to customize the model beyond the default configuration provided here.
|
| 59 |
+
|
| 60 |
+
See our repository for [CenterNet-2D on GitHub](https://github.com/quic/ai-hub-models/blob/main/qai_hub_models/models/centernet_2d) for usage instructions.
|
| 61 |
+
|
| 62 |
+
## Model Details
|
| 63 |
+
|
| 64 |
+
**Model Type:** Model_use_case.object_detection
|
| 65 |
+
|
| 66 |
+
**Model Stats:**
|
| 67 |
+
- Model checkpoint: ctdet_coco_dla_2x.pth
|
| 68 |
+
- Input resolution: 1 x 3 x 512 x 512
|
| 69 |
+
- Number of parameters: 20.2M
|
| 70 |
+
- Model size: 37.6 MB
|
| 71 |
+
|
| 72 |
+
## Performance Summary
|
| 73 |
+
| Model | Runtime | Precision | Chipset | Inference Time (ms) | Peak Memory Range (MB) | Primary Compute Unit
|
| 74 |
+
|---|---|---|---|---|---|---
|
| 75 |
+
| CenterNet-2D | PRECOMPILED_QNN_ONNX | float | Snapdragon® X Elite | 382.325 ms | 56 - 56 MB | NPU
|
| 76 |
+
| CenterNet-2D | PRECOMPILED_QNN_ONNX | float | Snapdragon® 8 Gen 3 Mobile | 300.016 ms | 20 - 32 MB | NPU
|
| 77 |
+
| CenterNet-2D | PRECOMPILED_QNN_ONNX | float | Qualcomm® QCS8550 (Proxy) | 396.256 ms | 0 - 62 MB | NPU
|
| 78 |
+
| CenterNet-2D | PRECOMPILED_QNN_ONNX | float | Qualcomm® QCS9075 | 395.818 ms | 9 - 14 MB | NPU
|
| 79 |
+
| CenterNet-2D | PRECOMPILED_QNN_ONNX | float | Snapdragon® 8 Elite For Galaxy Mobile | 290.376 ms | 14 - 26 MB | NPU
|
| 80 |
+
| CenterNet-2D | PRECOMPILED_QNN_ONNX | float | Snapdragon® 8 Elite Gen 5 Mobile | 286.62 ms | 17 - 28 MB | NPU
|
| 81 |
+
| CenterNet-2D | QNN_CONTEXT_BINARY | float | Snapdragon® X Elite | 453.824 ms | 3 - 3 MB | NPU
|
| 82 |
+
| CenterNet-2D | QNN_CONTEXT_BINARY | float | Snapdragon® 8 Gen 3 Mobile | 302.668 ms | 3 - 11 MB | NPU
|
| 83 |
+
| CenterNet-2D | QNN_CONTEXT_BINARY | float | Qualcomm® QCS8275 (Proxy) | 571.069 ms | 0 - 9 MB | NPU
|
| 84 |
+
| CenterNet-2D | QNN_CONTEXT_BINARY | float | Qualcomm® QCS8550 (Proxy) | 440.566 ms | 4 - 5 MB | NPU
|
| 85 |
+
| CenterNet-2D | QNN_CONTEXT_BINARY | float | Qualcomm® SA8775P | 464.476 ms | 2 - 11 MB | NPU
|
| 86 |
+
| CenterNet-2D | QNN_CONTEXT_BINARY | float | Qualcomm® QCS9075 | 455.061 ms | 3 - 13 MB | NPU
|
| 87 |
+
| CenterNet-2D | QNN_CONTEXT_BINARY | float | Qualcomm® QCS8450 (Proxy) | 646.934 ms | 3 - 13 MB | NPU
|
| 88 |
+
| CenterNet-2D | QNN_CONTEXT_BINARY | float | Qualcomm® SA7255P | 571.069 ms | 0 - 9 MB | NPU
|
| 89 |
+
| CenterNet-2D | QNN_CONTEXT_BINARY | float | Qualcomm® SA8295P | 498.197 ms | 0 - 5 MB | NPU
|
| 90 |
+
| CenterNet-2D | QNN_CONTEXT_BINARY | float | Snapdragon® 8 Elite For Galaxy Mobile | 305.276 ms | 0 - 9 MB | NPU
|
| 91 |
+
| CenterNet-2D | QNN_CONTEXT_BINARY | float | Snapdragon® 8 Elite Gen 5 Mobile | 237.254 ms | 3 - 13 MB | NPU
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 92 |
|
| 93 |
## License
|
| 94 |
* The license for the original implementation of CenterNet-2D can be found
|
| 95 |
[here](https://github.com/xingyizhou/CenterNet/blob/master/LICENSE).
|
| 96 |
|
|
|
|
|
|
|
| 97 |
## References
|
| 98 |
* [Objects as Points](https://arxiv.org/abs/1904.07850)
|
| 99 |
* [Source Model Implementation](https://github.com/xingyizhou/CenterNet)
|
| 100 |
|
|
|
|
|
|
|
| 101 |
## Community
|
| 102 |
* Join [our AI Hub Slack community](https://aihub.qualcomm.com/community/slack) to collaborate, post questions and learn more about on-device AI.
|
| 103 |
* For questions or feedback please [reach out to us](mailto:ai-hub-support@qti.qualcomm.com).
|
|
|
|
|
|
precompiled/qualcomm-qcs8275-proxy/CenterNet-2D_float.bin
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:966951fb4835897b9e70b311679582bc87716c944a60bb2207ad693ac4598557
|
| 3 |
-
size 60268544
|
|
|
|
|
|
|
|
|
|
|
|
precompiled/qualcomm-qcs8275-proxy/tool-versions.yaml
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
tool_versions:
|
| 2 |
-
qnn_context_binary:
|
| 3 |
-
qairt: 2.41.0.251128145156_191518-auto
|
|
|
|
|
|
|
|
|
|
|
|
precompiled/qualcomm-qcs8450-proxy/CenterNet-2D_float.bin
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:f4ae8788cdb6e710f2180c1d83bd1037d0aba2a0d5664ce34ee644bb7c74bd0b
|
| 3 |
-
size 56336384
|
|
|
|
|
|
|
|
|
|
|
|
precompiled/qualcomm-qcs8450-proxy/tool-versions.yaml
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
tool_versions:
|
| 2 |
-
qnn_context_binary:
|
| 3 |
-
qairt: 2.41.0.251128145156_191518
|
|
|
|
|
|
|
|
|
|
|
|
precompiled/qualcomm-qcs8550-proxy/CenterNet-2D_float.bin
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:e275bf399de401ccac830880f363ec02de60a0e216e1da1c2baa8b27327bfddf
|
| 3 |
-
size 59604992
|
|
|
|
|
|
|
|
|
|
|
|
precompiled/qualcomm-qcs8550-proxy/CenterNet-2D_float.onnx.zip
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:d05dcd7985862cd92efa3a49c9024dcf4c6074a8ef9f4c5e9a551a03ad697f1d
|
| 3 |
-
size 42715376
|
|
|
|
|
|
|
|
|
|
|
|
precompiled/qualcomm-qcs8550-proxy/tool-versions.yaml
DELETED
|
@@ -1,4 +0,0 @@
|
|
| 1 |
-
tool_versions:
|
| 2 |
-
precompiled_qnn_onnx:
|
| 3 |
-
qairt: 2.37.1.250807093845_124904
|
| 4 |
-
onnx_runtime: 1.23.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
precompiled/qualcomm-qcs9075-proxy/CenterNet-2D_float.bin
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:86ab3eea6af56ecc1dd518825e28ca76a2b8f1090794b173848079b95796c255
|
| 3 |
-
size 59686912
|
|
|
|
|
|
|
|
|
|
|
|
precompiled/qualcomm-qcs9075-proxy/tool-versions.yaml
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
tool_versions:
|
| 2 |
-
qnn_context_binary:
|
| 3 |
-
qairt: 2.41.0.251128145156_191518-auto
|
|
|
|
|
|
|
|
|
|
|
|
precompiled/qualcomm-sa7255p/CenterNet-2D_float.bin
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:966951fb4835897b9e70b311679582bc87716c944a60bb2207ad693ac4598557
|
| 3 |
-
size 60268544
|
|
|
|
|
|
|
|
|
|
|
|
precompiled/qualcomm-sa7255p/tool-versions.yaml
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
tool_versions:
|
| 2 |
-
qnn_context_binary:
|
| 3 |
-
qairt: 2.41.0.251128145156_191518-auto
|
|
|
|
|
|
|
|
|
|
|
|
precompiled/qualcomm-sa8295p/CenterNet-2D_float.bin
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:9cb10cff2cc8c53b068a391ec6274bd9d0a01bdd5e7506b5fc22c06ad4f90dc0
|
| 3 |
-
size 56328192
|
|
|
|
|
|
|
|
|
|
|
|
precompiled/qualcomm-sa8295p/tool-versions.yaml
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
tool_versions:
|
| 2 |
-
qnn_context_binary:
|
| 3 |
-
qairt: 2.41.0.251128145156_191518-auto
|
|
|
|
|
|
|
|
|
|
|
|
precompiled/qualcomm-sa8775p/CenterNet-2D_float.bin
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:86ab3eea6af56ecc1dd518825e28ca76a2b8f1090794b173848079b95796c255
|
| 3 |
-
size 59686912
|
|
|
|
|
|
|
|
|
|
|
|
precompiled/qualcomm-sa8775p/tool-versions.yaml
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
tool_versions:
|
| 2 |
-
qnn_context_binary:
|
| 3 |
-
qairt: 2.41.0.251128145156_191518-auto
|
|
|
|
|
|
|
|
|
|
|
|
precompiled/qualcomm-snapdragon-8-elite-for-galaxy/CenterNet-2D_float.bin
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:ca506a77769af4e2ae2edb066036a2626283f273d6bc4971ed6232b5bdb1ab3e
|
| 3 |
-
size 62853120
|
|
|
|
|
|
|
|
|
|
|
|
precompiled/qualcomm-snapdragon-8-elite-for-galaxy/CenterNet-2D_float.onnx.zip
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:17a1fdc26e17cb345f2d4a4c1157e89c497a9dcc5e76ab1f158031a1ef18e4cf
|
| 3 |
-
size 43499109
|
|
|
|
|
|
|
|
|
|
|
|
precompiled/qualcomm-snapdragon-8-elite-for-galaxy/tool-versions.yaml
DELETED
|
@@ -1,4 +0,0 @@
|
|
| 1 |
-
tool_versions:
|
| 2 |
-
precompiled_qnn_onnx:
|
| 3 |
-
qairt: 2.37.1.250807093845_124904
|
| 4 |
-
onnx_runtime: 1.23.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
precompiled/qualcomm-snapdragon-8-elite-gen5/CenterNet-2D_float.bin
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:62c0cc35d84f96620d7e876a76f8cb5a2b4827f15e95ad928e60f4926157b653
|
| 3 |
-
size 57081856
|
|
|
|
|
|
|
|
|
|
|
|
precompiled/qualcomm-snapdragon-8-elite-gen5/CenterNet-2D_float.onnx.zip
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:6719a3fda8b39095a6a3eef39241cc9dff952f21362e17cc918ad8bbd15b108e
|
| 3 |
-
size 43428522
|
|
|
|
|
|
|
|
|
|
|
|
precompiled/qualcomm-snapdragon-8-elite-gen5/tool-versions.yaml
DELETED
|
@@ -1,4 +0,0 @@
|
|
| 1 |
-
tool_versions:
|
| 2 |
-
precompiled_qnn_onnx:
|
| 3 |
-
qairt: 2.37.1.250807093845_124904
|
| 4 |
-
onnx_runtime: 1.23.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
precompiled/qualcomm-snapdragon-8gen3/CenterNet-2D_float.bin
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:15139d8d56f59ffd851e32f9509f723d4bd666164f3c8a9796eb3c538e7d2a62
|
| 3 |
-
size 60088320
|
|
|
|
|
|
|
|
|
|
|
|
precompiled/qualcomm-snapdragon-8gen3/CenterNet-2D_float.onnx.zip
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:24e8240173748462884235adaf27ca8565a095a81d542db678af624aeda5190b
|
| 3 |
-
size 42595830
|
|
|
|
|
|
|
|
|
|
|
|
precompiled/qualcomm-snapdragon-8gen3/tool-versions.yaml
DELETED
|
@@ -1,4 +0,0 @@
|
|
| 1 |
-
tool_versions:
|
| 2 |
-
precompiled_qnn_onnx:
|
| 3 |
-
qairt: 2.37.1.250807093845_124904
|
| 4 |
-
onnx_runtime: 1.23.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
precompiled/qualcomm-snapdragon-x-elite/CenterNet-2D_float.bin
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:a86cbac319e9d77589e962faafb5f7d87229e8d89b3d0f6729430305c9717de3
|
| 3 |
-
size 59604992
|
|
|
|
|
|
|
|
|
|
|
|
precompiled/qualcomm-snapdragon-x-elite/CenterNet-2D_float.onnx.zip
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:cd31dffcb33d4c4e1664d15a6bfb19eb5c93e28bd959688c30d370699bb1824c
|
| 3 |
-
size 42948985
|
|
|
|
|
|
|
|
|
|
|
|
precompiled/qualcomm-snapdragon-x-elite/tool-versions.yaml
DELETED
|
@@ -1,4 +0,0 @@
|
|
| 1 |
-
tool_versions:
|
| 2 |
-
precompiled_qnn_onnx:
|
| 3 |
-
qairt: 2.37.1.250807093845_124904
|
| 4 |
-
onnx_runtime: 1.23.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|