v0.48.0
Browse filesSee https://github.com/qualcomm/ai-hub-models/releases/v0.48.0 for changelog.
README.md
CHANGED
|
@@ -14,7 +14,7 @@ pipeline_tag: image-to-image
|
|
| 14 |
DDColor is a coloring algorithm that produces natural, vivid color results from incoming black and white images.
|
| 15 |
|
| 16 |
This is based on the implementation of DDColor found [here](https://github.com/piddnad/DDColor/).
|
| 17 |
-
This repository contains pre-exported model files optimized for Qualcomm® devices. You can use the [Qualcomm® AI Hub Models](https://github.com/
|
| 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 +27,27 @@ Below are pre-exported model assets ready for deployment.
|
|
| 27 |
|
| 28 |
| Runtime | Precision | Chipset | SDK Versions | Download |
|
| 29 |
|---|---|---|---|---|
|
| 30 |
-
| ONNX | float | Universal | QAIRT 2.42, ONNX Runtime 1.24.1 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/ddcolor/releases/v0.
|
| 31 |
-
| ONNX |
|
| 32 |
-
| ONNX |
|
| 33 |
-
| QNN_DLC | float | Universal | QAIRT 2.43 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/ddcolor/releases/v0.
|
| 34 |
-
| QNN_DLC | w8a8 | Universal | QAIRT 2.43 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/ddcolor/releases/v0.
|
| 35 |
-
|
|
| 36 |
-
| TFLITE |
|
| 37 |
-
| TFLITE | w8a8 | Universal | QAIRT 2.43, TFLite 2.17.0 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/ddcolor/releases/v0.47.0/ddcolor-tflite-w8a8.zip)
|
| 38 |
|
| 39 |
For more device-specific assets and performance metrics, visit **[DDColor on Qualcomm® AI Hub](https://aihub.qualcomm.com/models/ddcolor)**.
|
| 40 |
|
| 41 |
|
| 42 |
### Option 2: Export with Custom Configurations
|
| 43 |
|
| 44 |
-
Use the [Qualcomm® AI Hub Models](https://github.com/
|
| 45 |
- Custom weights (e.g., fine-tuned checkpoints)
|
| 46 |
- Custom input shapes
|
| 47 |
- Target device and runtime configurations
|
| 48 |
|
| 49 |
This option is ideal if you need to customize the model beyond the default configuration provided here.
|
| 50 |
|
| 51 |
-
See our repository for [DDColor on GitHub](https://github.com/
|
| 52 |
|
| 53 |
## Model Details
|
| 54 |
|
|
@@ -64,28 +63,28 @@ See our repository for [DDColor on GitHub](https://github.com/quic/ai-hub-models
|
|
| 64 |
## Performance Summary
|
| 65 |
| Model | Runtime | Precision | Chipset | Inference Time (ms) | Peak Memory Range (MB) | Primary Compute Unit
|
| 66 |
|---|---|---|---|---|---|---
|
| 67 |
-
| DDColor | QNN_DLC | float | Snapdragon®
|
| 68 |
-
| DDColor | QNN_DLC | float | Snapdragon®
|
| 69 |
-
| DDColor | QNN_DLC | float |
|
| 70 |
-
| DDColor | QNN_DLC | float | Qualcomm®
|
| 71 |
-
| DDColor | QNN_DLC | float | Qualcomm®
|
| 72 |
-
| DDColor | QNN_DLC | float | Qualcomm®
|
| 73 |
-
| DDColor | QNN_DLC | float | Qualcomm®
|
| 74 |
-
| DDColor | QNN_DLC | float | Qualcomm®
|
| 75 |
-
| DDColor | QNN_DLC | float |
|
| 76 |
-
| DDColor | QNN_DLC | float | Snapdragon® 8 Elite
|
| 77 |
-
| DDColor | QNN_DLC | float | Snapdragon®
|
| 78 |
-
| DDColor | TFLITE | w8a8 | Snapdragon® 8 Gen 3 Mobile |
|
| 79 |
-
| DDColor | TFLITE | w8a8 | Qualcomm® QCS8275 (Proxy) |
|
| 80 |
-
| DDColor | TFLITE | w8a8 | Qualcomm® QCS8550 (Proxy) |
|
| 81 |
-
| DDColor | TFLITE | w8a8 | Qualcomm® SA8775P |
|
| 82 |
-
| DDColor | TFLITE | w8a8 | Qualcomm® QCM6690 |
|
| 83 |
-
| DDColor | TFLITE | w8a8 | Qualcomm® QCS8450 (Proxy) |
|
| 84 |
-
| DDColor | TFLITE | w8a8 | Qualcomm® SA7255P |
|
| 85 |
-
| DDColor | TFLITE | w8a8 | Qualcomm® SA8295P |
|
| 86 |
-
| DDColor | TFLITE | w8a8 | Snapdragon® 8 Elite For Galaxy Mobile | 967.
|
| 87 |
-
| DDColor | TFLITE | w8a8 | Snapdragon® 7 Gen 4 Mobile |
|
| 88 |
-
| DDColor | TFLITE | w8a8 | Snapdragon® 8 Elite Gen 5 Mobile |
|
| 89 |
|
| 90 |
## License
|
| 91 |
* The license for the original implementation of DDColor can be found
|
|
|
|
| 14 |
DDColor is a coloring algorithm that produces natural, vivid color results from incoming black and white images.
|
| 15 |
|
| 16 |
This is based on the implementation of DDColor found [here](https://github.com/piddnad/DDColor/).
|
| 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/main/qai_hub_models/models/ddcolor) 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 | QAIRT 2.42, ONNX Runtime 1.24.1 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/ddcolor/releases/v0.48.0/ddcolor-onnx-float.zip)
|
| 31 |
+
| ONNX | w8a16 | Universal | QAIRT 2.42, ONNX Runtime 1.24.1 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/ddcolor/releases/v0.48.0/ddcolor-onnx-w8a16.zip)
|
| 32 |
+
| ONNX | w8a8 | Universal | QAIRT 2.42, ONNX Runtime 1.24.1 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/ddcolor/releases/v0.48.0/ddcolor-onnx-w8a8.zip)
|
| 33 |
+
| QNN_DLC | float | Universal | QAIRT 2.43 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/ddcolor/releases/v0.48.0/ddcolor-qnn_dlc-float.zip)
|
| 34 |
+
| QNN_DLC | w8a8 | Universal | QAIRT 2.43 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/ddcolor/releases/v0.48.0/ddcolor-qnn_dlc-w8a8.zip)
|
| 35 |
+
| TFLITE | float | Universal | QAIRT 2.43, TFLite 2.17.0 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/ddcolor/releases/v0.48.0/ddcolor-tflite-float.zip)
|
| 36 |
+
| TFLITE | w8a8 | Universal | QAIRT 2.43, TFLite 2.17.0 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/ddcolor/releases/v0.48.0/ddcolor-tflite-w8a8.zip)
|
|
|
|
| 37 |
|
| 38 |
For more device-specific assets and performance metrics, visit **[DDColor on Qualcomm® AI Hub](https://aihub.qualcomm.com/models/ddcolor)**.
|
| 39 |
|
| 40 |
|
| 41 |
### Option 2: Export with Custom Configurations
|
| 42 |
|
| 43 |
+
Use the [Qualcomm® AI Hub Models](https://github.com/qualcomm/ai-hub-models/blob/main/qai_hub_models/models/ddcolor) Python library to compile and export the model with your own:
|
| 44 |
- Custom weights (e.g., fine-tuned checkpoints)
|
| 45 |
- Custom input shapes
|
| 46 |
- Target device and runtime configurations
|
| 47 |
|
| 48 |
This option is ideal if you need to customize the model beyond the default configuration provided here.
|
| 49 |
|
| 50 |
+
See our repository for [DDColor on GitHub](https://github.com/qualcomm/ai-hub-models/blob/main/qai_hub_models/models/ddcolor) for usage instructions.
|
| 51 |
|
| 52 |
## Model Details
|
| 53 |
|
|
|
|
| 63 |
## Performance Summary
|
| 64 |
| Model | Runtime | Precision | Chipset | Inference Time (ms) | Peak Memory Range (MB) | Primary Compute Unit
|
| 65 |
|---|---|---|---|---|---|---
|
| 66 |
+
| DDColor | QNN_DLC | float | Snapdragon® X2 Elite | 710.859 ms | 1 - 1 MB | NPU
|
| 67 |
+
| DDColor | QNN_DLC | float | Snapdragon® X Elite | 1146.932 ms | 1 - 1 MB | NPU
|
| 68 |
+
| DDColor | QNN_DLC | float | Snapdragon® 8 Gen 3 Mobile | 827.209 ms | 0 - 1370 MB | NPU
|
| 69 |
+
| DDColor | QNN_DLC | float | Qualcomm® QCS8275 (Proxy) | 2000.592 ms | 1 - 783 MB | NPU
|
| 70 |
+
| DDColor | QNN_DLC | float | Qualcomm® QCS8550 (Proxy) | 1101.226 ms | 1 - 3 MB | NPU
|
| 71 |
+
| DDColor | QNN_DLC | float | Qualcomm® SA8775P | 1107.49 ms | 1 - 753 MB | NPU
|
| 72 |
+
| DDColor | QNN_DLC | float | Qualcomm® QCS8450 (Proxy) | 1201.386 ms | 0 - 484 MB | NPU
|
| 73 |
+
| DDColor | QNN_DLC | float | Qualcomm® SA7255P | 2000.592 ms | 1 - 783 MB | NPU
|
| 74 |
+
| DDColor | QNN_DLC | float | Qualcomm® SA8295P | 1259.569 ms | 1 - 409 MB | NPU
|
| 75 |
+
| DDColor | QNN_DLC | float | Snapdragon® 8 Elite For Galaxy Mobile | 836.361 ms | 1 - 785 MB | NPU
|
| 76 |
+
| DDColor | QNN_DLC | float | Snapdragon® 8 Elite Gen 5 Mobile | 684.462 ms | 0 - 729 MB | NPU
|
| 77 |
+
| DDColor | TFLITE | w8a8 | Snapdragon® 8 Gen 3 Mobile | 1204.165 ms | 0 - 563 MB | NPU
|
| 78 |
+
| DDColor | TFLITE | w8a8 | Qualcomm® QCS8275 (Proxy) | 3031.363 ms | 1 - 332 MB | NPU
|
| 79 |
+
| DDColor | TFLITE | w8a8 | Qualcomm® QCS8550 (Proxy) | 1734.301 ms | 0 - 3 MB | NPU
|
| 80 |
+
| DDColor | TFLITE | w8a8 | Qualcomm® SA8775P | 8243.529 ms | 2 - 333 MB | NPU
|
| 81 |
+
| DDColor | TFLITE | w8a8 | Qualcomm® QCM6690 | 1740.778 ms | 95 - 496 MB | CPU
|
| 82 |
+
| DDColor | TFLITE | w8a8 | Qualcomm® QCS8450 (Proxy) | 2115.804 ms | 1 - 566 MB | NPU
|
| 83 |
+
| DDColor | TFLITE | w8a8 | Qualcomm® SA7255P | 3031.363 ms | 1 - 332 MB | NPU
|
| 84 |
+
| DDColor | TFLITE | w8a8 | Qualcomm® SA8295P | 2043.112 ms | 0 - 334 MB | NPU
|
| 85 |
+
| DDColor | TFLITE | w8a8 | Snapdragon® 8 Elite For Galaxy Mobile | 967.968 ms | 0 - 414 MB | NPU
|
| 86 |
+
| DDColor | TFLITE | w8a8 | Snapdragon® 7 Gen 4 Mobile | 492.636 ms | 94 - 464 MB | CPU
|
| 87 |
+
| DDColor | TFLITE | w8a8 | Snapdragon® 8 Elite Gen 5 Mobile | 939.886 ms | 0 - 498 MB | NPU
|
| 88 |
|
| 89 |
## License
|
| 90 |
* The license for the original implementation of DDColor can be found
|