v0.57.2
Browse filesSee https://github.com/qualcomm/ai-hub-models/releases/v0.57.2 for changelog.
- README.md +6 -6
- release_assets.json +4 -4
README.md
CHANGED
|
@@ -14,7 +14,7 @@ pipeline_tag: depth-estimation
|
|
| 14 |
CREStereo (Cascaded Recurrent Network with Adaptive Correlation) is a CVPR 2022 Oral paper that achieves state-of-the-art stereo matching accuracy.
|
| 15 |
|
| 16 |
This is based on the implementation of CREStereo found [here](https://github.com/ibaiGorordo/CREStereo-Pytorch).
|
| 17 |
-
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/v0.57.
|
| 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 |
|
|
@@ -27,23 +27,23 @@ Below are pre-exported model assets ready for deployment.
|
|
| 27 |
|
| 28 |
| Runtime | Precision | Chipset | SDK Versions | Download |
|
| 29 |
|---|---|---|---|---|
|
| 30 |
-
| ONNX | float | Universal | ONNX Runtime 1.25.0 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/crestereo/releases/v0.57.
|
| 31 |
-
| QNN_DLC | float | Universal | QAIRT 2.45 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/crestereo/releases/v0.57.
|
| 32 |
-
| TFLITE | float | Universal | | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/crestereo/releases/v0.57.
|
| 33 |
|
| 34 |
For more device-specific assets and performance metrics, visit **[CREStereo on Qualcomm® AI Hub](https://aihub.qualcomm.com/models/crestereo)**.
|
| 35 |
|
| 36 |
|
| 37 |
### Option 2: Export with Custom Configurations
|
| 38 |
|
| 39 |
-
Use the [Qualcomm® AI Hub Models](https://github.com/qualcomm/ai-hub-models/blob/v0.57.
|
| 40 |
- Custom weights (e.g., fine-tuned checkpoints)
|
| 41 |
- Custom input shapes
|
| 42 |
- Target device and runtime configurations
|
| 43 |
|
| 44 |
This option is ideal if you need to customize the model beyond the default configuration provided here.
|
| 45 |
|
| 46 |
-
See our repository for [CREStereo on GitHub](https://github.com/qualcomm/ai-hub-models/blob/v0.57.
|
| 47 |
|
| 48 |
## Model Details
|
| 49 |
|
|
|
|
| 14 |
CREStereo (Cascaded Recurrent Network with Adaptive Correlation) is a CVPR 2022 Oral paper that achieves state-of-the-art stereo matching accuracy.
|
| 15 |
|
| 16 |
This is based on the implementation of CREStereo found [here](https://github.com/ibaiGorordo/CREStereo-Pytorch).
|
| 17 |
+
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/v0.57.2/src/qai_hub_models/models/crestereo) 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 |
|
|
|
|
| 27 |
|
| 28 |
| Runtime | Precision | Chipset | SDK Versions | Download |
|
| 29 |
|---|---|---|---|---|
|
| 30 |
+
| ONNX | float | Universal | ONNX Runtime 1.25.0 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/crestereo/releases/v0.57.2/crestereo-onnx-float.zip)
|
| 31 |
+
| QNN_DLC | float | Universal | QAIRT 2.45 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/crestereo/releases/v0.57.2/crestereo-qnn_dlc-float.zip)
|
| 32 |
+
| TFLITE | float | Universal | | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/crestereo/releases/v0.57.2/crestereo-tflite-float.zip)
|
| 33 |
|
| 34 |
For more device-specific assets and performance metrics, visit **[CREStereo on Qualcomm® AI Hub](https://aihub.qualcomm.com/models/crestereo)**.
|
| 35 |
|
| 36 |
|
| 37 |
### Option 2: Export with Custom Configurations
|
| 38 |
|
| 39 |
+
Use the [Qualcomm® AI Hub Models](https://github.com/qualcomm/ai-hub-models/blob/v0.57.2/src/qai_hub_models/models/crestereo) Python library to compile and export the model with your own:
|
| 40 |
- Custom weights (e.g., fine-tuned checkpoints)
|
| 41 |
- Custom input shapes
|
| 42 |
- Target device and runtime configurations
|
| 43 |
|
| 44 |
This option is ideal if you need to customize the model beyond the default configuration provided here.
|
| 45 |
|
| 46 |
+
See our repository for [CREStereo on GitHub](https://github.com/qualcomm/ai-hub-models/blob/v0.57.2/src/qai_hub_models/models/crestereo) for usage instructions.
|
| 47 |
|
| 48 |
## Model Details
|
| 49 |
|
release_assets.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"version": "0.57.
|
| 3 |
"precisions": {
|
| 4 |
"float": {
|
| 5 |
"universal_assets": {
|
|
@@ -7,19 +7,19 @@
|
|
| 7 |
"tool_versions": {
|
| 8 |
"litert": "1.4.4"
|
| 9 |
},
|
| 10 |
-
"download_url": "https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/crestereo/releases/v0.57.
|
| 11 |
},
|
| 12 |
"qnn_dlc": {
|
| 13 |
"tool_versions": {
|
| 14 |
"qairt": "2.45.0.260326154327"
|
| 15 |
},
|
| 16 |
-
"download_url": "https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/crestereo/releases/v0.57.
|
| 17 |
},
|
| 18 |
"onnx": {
|
| 19 |
"tool_versions": {
|
| 20 |
"onnx_runtime": "1.25.0"
|
| 21 |
},
|
| 22 |
-
"download_url": "https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/crestereo/releases/v0.57.
|
| 23 |
}
|
| 24 |
}
|
| 25 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"version": "0.57.2",
|
| 3 |
"precisions": {
|
| 4 |
"float": {
|
| 5 |
"universal_assets": {
|
|
|
|
| 7 |
"tool_versions": {
|
| 8 |
"litert": "1.4.4"
|
| 9 |
},
|
| 10 |
+
"download_url": "https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/crestereo/releases/v0.57.2/crestereo-tflite-float.zip"
|
| 11 |
},
|
| 12 |
"qnn_dlc": {
|
| 13 |
"tool_versions": {
|
| 14 |
"qairt": "2.45.0.260326154327"
|
| 15 |
},
|
| 16 |
+
"download_url": "https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/crestereo/releases/v0.57.2/crestereo-qnn_dlc-float.zip"
|
| 17 |
},
|
| 18 |
"onnx": {
|
| 19 |
"tool_versions": {
|
| 20 |
"onnx_runtime": "1.25.0"
|
| 21 |
},
|
| 22 |
+
"download_url": "https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/crestereo/releases/v0.57.2/crestereo-onnx-float.zip"
|
| 23 |
}
|
| 24 |
}
|
| 25 |
}
|