qaihm-bot commited on
Commit
64f2f2e
·
verified ·
1 Parent(s): c22b1ba

See https://github.com/qualcomm/ai-hub-models/releases/v0.50.0 for changelog.

Files changed (2) hide show
  1. README.md +5 -5
  2. release_assets.json +1 -0
README.md CHANGED
@@ -13,7 +13,7 @@ pipeline_tag: other
13
 
14
  CenterPoint is a LiDAR-based 3D object detection model that detects objects by predicting their centers and regressing other attributes. It is designed for high accuracy and real-time performance in autonomous driving applications.
15
 
16
- This repository contains pre-exported model files optimized for Qualcomm® devices. You can use the [Qualcomm® AI Hub Models](https://github.com/qualcomm/ai-hub-models/tree/v0.49.1/qai_hub_models/models/centerpoint) library to export with custom configurations. More details on model performance across various devices, can be found [here](#performance-summary).
17
 
18
  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.
19
 
@@ -26,22 +26,22 @@ Below are pre-exported model assets ready for deployment.
26
 
27
  | Runtime | Precision | Chipset | SDK Versions | Download |
28
  |---|---|---|---|---|
29
- | QNN_DLC | float | Universal | QAIRT 2.43 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/centerpoint/releases/v0.49.1/centerpoint-qnn_dlc-float.zip)
30
- | TFLITE | float | Universal | TFLite 2.17.0 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/centerpoint/releases/v0.49.1/centerpoint-tflite-float.zip)
31
 
32
  For more device-specific assets and performance metrics, visit **[CenterPoint on Qualcomm® AI Hub](https://aihub.qualcomm.com/models/centerpoint)**.
33
 
34
 
35
  ### Option 2: Export with Custom Configurations
36
 
37
- Use the [Qualcomm® AI Hub Models](https://github.com/qualcomm/ai-hub-models/tree/v0.49.1/qai_hub_models/models/centerpoint) Python library to compile and export the model with your own:
38
  - Custom weights (e.g., fine-tuned checkpoints)
39
  - Custom input shapes
40
  - Target device and runtime configurations
41
 
42
  This option is ideal if you need to customize the model beyond the default configuration provided here.
43
 
44
- See our repository for [CenterPoint on GitHub](https://github.com/qualcomm/ai-hub-models/tree/v0.49.1/qai_hub_models/models/centerpoint) for usage instructions.
45
 
46
  ## Model Details
47
 
 
13
 
14
  CenterPoint is a LiDAR-based 3D object detection model that detects objects by predicting their centers and regressing other attributes. It is designed for high accuracy and real-time performance in autonomous driving applications.
15
 
16
+ This repository contains pre-exported model files optimized for Qualcomm® devices. You can use the [Qualcomm® AI Hub Models](https://github.com/qualcomm/ai-hub-models/blob/main/qai_hub_models/models/centerpoint) library to export with custom configurations. More details on model performance across various devices, can be found [here](#performance-summary).
17
 
18
  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.
19
 
 
26
 
27
  | Runtime | Precision | Chipset | SDK Versions | Download |
28
  |---|---|---|---|---|
29
+ | QNN_DLC | float | Universal | QAIRT 2.43 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/centerpoint/releases/v0.50.0/centerpoint-qnn_dlc-float.zip)
30
+ | TFLITE | float | Universal | TFLite 2.17.0 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/centerpoint/releases/v0.50.0/centerpoint-tflite-float.zip)
31
 
32
  For more device-specific assets and performance metrics, visit **[CenterPoint on Qualcomm® AI Hub](https://aihub.qualcomm.com/models/centerpoint)**.
33
 
34
 
35
  ### Option 2: Export with Custom Configurations
36
 
37
+ Use the [Qualcomm® AI Hub Models](https://github.com/qualcomm/ai-hub-models/blob/main/qai_hub_models/models/centerpoint) Python library to compile and export the model with your own:
38
  - Custom weights (e.g., fine-tuned checkpoints)
39
  - Custom input shapes
40
  - Target device and runtime configurations
41
 
42
  This option is ideal if you need to customize the model beyond the default configuration provided here.
43
 
44
+ See our repository for [CenterPoint on GitHub](https://github.com/qualcomm/ai-hub-models/blob/main/qai_hub_models/models/centerpoint) for usage instructions.
45
 
46
  ## Model Details
47
 
release_assets.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"version":"0.50.0","precisions":{"float":{"universal_assets":{"tflite":{"tool_versions":{"tflite":"2.17.0"},"download_url":"https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/centerpoint/releases/v0.50.0/centerpoint-tflite-float.zip"},"qnn_dlc":{"tool_versions":{"qairt":"2.43.0.260127150333_193827"},"download_url":"https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/centerpoint/releases/v0.50.0/centerpoint-qnn_dlc-float.zip"}}}}}