qaihm-bot commited on
Commit
248d7e8
·
verified ·
1 Parent(s): 88f2263

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

Files changed (2) hide show
  1. README.md +104 -98
  2. release_assets.json +7 -7
README.md CHANGED
@@ -15,7 +15,7 @@ pipeline_tag: image-to-image
15
  DnCNN is a 17-layer denoising convolutional neural network that uses residual learning to remove Gaussian noise (sigma=25) from grayscale images. The network predicts the noise residual and subtracts it from the input to produce a clean image.
16
 
17
  This is based on the implementation of DnCNN found [here](https://github.com/cszn/KAIR).
18
- 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.3/src/qai_hub_models/models/dncnn) library to export with custom configurations. More details on model performance across various devices, can be found [here](#performance-summary).
19
 
20
  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.
21
 
@@ -28,26 +28,26 @@ Below are pre-exported model assets ready for deployment.
28
 
29
  | Runtime | Precision | Chipset | SDK Versions | Download |
30
  |---|---|---|---|---|
31
- | ONNX | float | Universal | QAIRT 2.45, ONNX Runtime 1.25.0 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/dncnn/releases/v0.57.3/dncnn-onnx-float.zip)
32
- | ONNX | w8a8 | Universal | QAIRT 2.45, ONNX Runtime 1.25.0 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/dncnn/releases/v0.57.3/dncnn-onnx-w8a8.zip)
33
- | QNN_DLC | float | Universal | QAIRT 2.45 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/dncnn/releases/v0.57.3/dncnn-qnn_dlc-float.zip)
34
- | QNN_DLC | w8a8 | Universal | QAIRT 2.45 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/dncnn/releases/v0.57.3/dncnn-qnn_dlc-w8a8.zip)
35
- | TFLITE | float | Universal | QAIRT 2.45 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/dncnn/releases/v0.57.3/dncnn-tflite-float.zip)
36
- | TFLITE | w8a8 | Universal | QAIRT 2.45 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/dncnn/releases/v0.57.3/dncnn-tflite-w8a8.zip)
37
 
38
  For more device-specific assets and performance metrics, visit **[DnCNN on Qualcomm® AI Hub](https://aihub.qualcomm.com/models/dncnn)**.
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/v0.57.3/src/qai_hub_models/models/dncnn) 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 [DnCNN on GitHub](https://github.com/qualcomm/ai-hub-models/blob/v0.57.3/src/qai_hub_models/models/dncnn) for usage instructions.
51
 
52
  ## Model Details
53
 
@@ -63,96 +63,102 @@ See our repository for [DnCNN on GitHub](https://github.com/qualcomm/ai-hub-mode
63
  ## Performance Summary
64
  | Model | Runtime | Precision | Chipset | Inference Time (ms) | Peak Memory Range (MB) | Primary Compute Unit
65
  |---|---|---|---|---|---|---
66
- | DnCNN | ONNX | float | Snapdragon® X2 Elite | 4.042 ms | 213 - 213 MB | NPU
67
- | DnCNN | ONNX | float | Snapdragon® X Elite | 7.137 ms | 180 - 180 MB | NPU
68
- | DnCNN | ONNX | float | Snapdragon® 8 Gen 3 Mobile | 5.17 ms | 2 - 171 MB | NPU
69
- | DnCNN | ONNX | float | Snapdragon® 8 Gen 1 Mobile | 13.831 ms | 1 - 170 MB | NPU
70
- | DnCNN | ONNX | float | Qualcomm® QCS8550 (Proxy) | 6.94 ms | 1 - 4 MB | NPU
71
- | DnCNN | ONNX | float | Qualcomm® QCS8450 | 13.831 ms | 1 - 170 MB | NPU
72
- | DnCNN | ONNX | float | Snapdragon® 8 Elite Mobile | 4.126 ms | 0 - 143 MB | NPU
73
- | DnCNN | ONNX | float | Snapdragon® 8 Elite Gen 5 Mobile | 3.133 ms | 0 - 141 MB | NPU
74
- | DnCNN | ONNX | float | Qualcomm® QCS9075 | 14.5 ms | 0 - 46 MB | NPU
75
- | DnCNN | ONNX | float | Qualcomm® QCS8750 | 4.126 ms | 0 - 143 MB | NPU
76
- | DnCNN | ONNX | float | Qualcomm® QCS7181 | 7.137 ms | 180 - 180 MB | NPU
77
- | DnCNN | ONNX | w8a8 | Snapdragon® X2 Elite | 1.042 ms | 213 - 213 MB | NPU
78
- | DnCNN | ONNX | w8a8 | Snapdragon® X Elite | 1.875 ms | 149 - 149 MB | NPU
79
- | DnCNN | ONNX | w8a8 | Snapdragon® 8 Gen 3 Mobile | 1.337 ms | 0 - 37 MB | NPU
80
- | DnCNN | ONNX | w8a8 | Snapdragon® 8 Gen 1 Mobile | 2.401 ms | 0 - 44 MB | NPU
81
- | DnCNN | ONNX | w8a8 | Qualcomm® QCS6490 | 7.86 ms | 0 - 46 MB | NPU
82
- | DnCNN | ONNX | w8a8 | Qualcomm® QCS8550 (Proxy) | 1.797 ms | 0 - 23 MB | NPU
83
- | DnCNN | ONNX | w8a8 | Qualcomm® QCS8450 | 2.401 ms | 0 - 44 MB | NPU
84
- | DnCNN | ONNX | w8a8 | Snapdragon® 8 Elite Gen 5 Mobile | 0.76 ms | 0 - 27 MB | NPU
85
- | DnCNN | ONNX | w8a8 | Snapdragon® 7 Gen 4 Mobile | 3.261 ms | 0 - 143 MB | NPU
86
- | DnCNN | ONNX | w8a8 | Qualcomm® QCM6690 | 40.034 ms | 0 - 139 MB | NPU
87
- | DnCNN | ONNX | w8a8 | Qualcomm® QCS9075 | 1.946 ms | 0 - 46 MB | NPU
88
- | DnCNN | ONNX | w8a8 | Snapdragon® 8 Elite Mobile | 1.23 ms | 0 - 30 MB | NPU
89
- | DnCNN | ONNX | w8a8 | Qualcomm® QCS7790 | 3.261 ms | 0 - 143 MB | NPU
90
- | DnCNN | ONNX | w8a8 | Qualcomm® QCS8750 | 1.23 ms | 0 - 30 MB | NPU
91
- | DnCNN | ONNX | w8a8 | Qualcomm® QCS7181 | 1.875 ms | 149 - 149 MB | NPU
92
- | DnCNN | QNN_DLC | float | Snapdragon® X2 Elite | 4.176 ms | 0 - 0 MB | NPU
93
- | DnCNN | QNN_DLC | float | Snapdragon® X Elite | 7.206 ms | 0 - 0 MB | NPU
94
- | DnCNN | QNN_DLC | float | Snapdragon® 8 Gen 3 Mobile | 5.05 ms | 0 - 177 MB | NPU
95
- | DnCNN | QNN_DLC | float | Snapdragon® 8 Gen 1 Mobile | 13.731 ms | 0 - 176 MB | NPU
96
- | DnCNN | QNN_DLC | float | Qualcomm® QCS8275 | 55.986 ms | 0 - 141 MB | NPU
97
- | DnCNN | QNN_DLC | float | Qualcomm® QCS8550 (Proxy) | 6.7 ms | 0 - 2 MB | NPU
98
- | DnCNN | QNN_DLC | float | Qualcomm® QCS8450 | 13.731 ms | 0 - 176 MB | NPU
99
- | DnCNN | QNN_DLC | float | Snapdragon® 8 Elite Mobile | 4.035 ms | 0 - 140 MB | NPU
100
- | DnCNN | QNN_DLC | float | Qualcomm® SA8295P | 15.291 ms | 0 - 139 MB | NPU
101
- | DnCNN | QNN_DLC | float | Snapdragon® 8 Elite Gen 5 Mobile | 2.974 ms | 0 - 145 MB | NPU
102
- | DnCNN | QNN_DLC | float | Qualcomm® SA7255P | 55.986 ms | 0 - 141 MB | NPU
103
- | DnCNN | QNN_DLC | float | Qualcomm® QCS9075 | 14.179 ms | 2 - 4 MB | NPU
104
- | DnCNN | QNN_DLC | float | Qualcomm® QCS8750 | 4.035 ms | 0 - 140 MB | NPU
105
- | DnCNN | QNN_DLC | float | Qualcomm® QCS7181 | 7.206 ms | 0 - 0 MB | NPU
106
- | DnCNN | QNN_DLC | w8a8 | Snapdragon® X2 Elite | 1.172 ms | 0 - 0 MB | NPU
107
- | DnCNN | QNN_DLC | w8a8 | Snapdragon® X Elite | 2.01 ms | 1 - 1 MB | NPU
108
- | DnCNN | QNN_DLC | w8a8 | Snapdragon® 8 Gen 3 Mobile | 1.327 ms | 0 - 46 MB | NPU
109
- | DnCNN | QNN_DLC | w8a8 | Snapdragon® 8 Gen 1 Mobile | 2.414 ms | 0 - 53 MB | NPU
110
- | DnCNN | QNN_DLC | w8a8 | Qualcomm® QCS6490 | 7.566 ms | 0 - 2 MB | NPU
111
- | DnCNN | QNN_DLC | w8a8 | Qualcomm® QCS8275 | 7.608 ms | 0 - 28 MB | NPU
112
- | DnCNN | QNN_DLC | w8a8 | Qualcomm® QCS8550 (Proxy) | 1.792 ms | 0 - 1 MB | NPU
113
- | DnCNN | QNN_DLC | w8a8 | Qualcomm® QCS8450 | 2.414 ms | 0 - 53 MB | NPU
114
- | DnCNN | QNN_DLC | w8a8 | Snapdragon® 8 Elite Gen 5 Mobile | 0.753 ms | 0 - 28 MB | NPU
115
- | DnCNN | QNN_DLC | w8a8 | Snapdragon® 7 Gen 4 Mobile | 3.255 ms | 0 - 140 MB | NPU
116
- | DnCNN | QNN_DLC | w8a8 | Qualcomm® QCM6690 | 38.856 ms | 0 - 140 MB | NPU
117
- | DnCNN | QNN_DLC | w8a8 | Qualcomm® QCS9075 | 1.928 ms | 2 - 4 MB | NPU
118
- | DnCNN | QNN_DLC | w8a8 | Qualcomm® SA7255P | 7.608 ms | 0 - 28 MB | NPU
119
- | DnCNN | QNN_DLC | w8a8 | Snapdragon® 8 Elite Mobile | 1.207 ms | 0 - 30 MB | NPU
120
- | DnCNN | QNN_DLC | w8a8 | Qualcomm® SA8295P | 4.206 ms | 0 - 26 MB | NPU
121
- | DnCNN | QNN_DLC | w8a8 | Qualcomm® QCS7790 | 3.255 ms | 0 - 140 MB | NPU
122
- | DnCNN | QNN_DLC | w8a8 | Qualcomm® QCS8750 | 1.207 ms | 0 - 30 MB | NPU
123
- | DnCNN | QNN_DLC | w8a8 | Qualcomm® QCS7181 | 2.01 ms | 1 - 1 MB | NPU
124
- | DnCNN | TFLITE | float | Snapdragon® 8 Gen 3 Mobile | 5.199 ms | 0 - 179 MB | NPU
125
- | DnCNN | TFLITE | float | Snapdragon® 8 Gen 1 Mobile | 14.1 ms | 1 - 180 MB | NPU
126
- | DnCNN | TFLITE | float | Qualcomm® QCS8275 | 56.398 ms | 0 - 142 MB | NPU
127
- | DnCNN | TFLITE | float | Qualcomm® QCS8550 (Proxy) | 6.946 ms | 0 - 3 MB | NPU
128
- | DnCNN | TFLITE | float | Qualcomm® SA8775P | 2195.166 ms | 0 - 26 MB | GPU
129
- | DnCNN | TFLITE | float | Qualcomm® SA8650P | 2195.166 ms | 0 - 26 MB | GPU
130
- | DnCNN | TFLITE | float | Qualcomm® SA8255P | 2195.166 ms | 0 - 26 MB | GPU
131
- | DnCNN | TFLITE | float | Qualcomm® QCS8450 | 14.1 ms | 1 - 180 MB | NPU
 
 
 
 
 
 
 
 
 
132
  | DnCNN | TFLITE | float | Snapdragon® 8 Elite Mobile | 4.128 ms | 0 - 143 MB | NPU
133
- | DnCNN | TFLITE | float | Qualcomm® SA8295P | 15.612 ms | 0 - 141 MB | NPU
134
- | DnCNN | TFLITE | float | Snapdragon® 8 Elite Gen 5 Mobile | 3.097 ms | 0 - 147 MB | NPU
135
- | DnCNN | TFLITE | float | Qualcomm® SA7255P | 56.398 ms | 0 - 142 MB | NPU
136
- | DnCNN | TFLITE | float | Qualcomm® QCS9075 | 14.225 ms | 0 - 4 MB | NPU
137
- | DnCNN | TFLITE | float | Qualcomm® QCS8750 | 4.128 ms | 0 - 143 MB | NPU
138
- | DnCNN | TFLITE | w8a8 | Snapdragon® 8 Gen 3 Mobile | 1.302 ms | 0 - 46 MB | NPU
139
- | DnCNN | TFLITE | w8a8 | Snapdragon® 8 Gen 1 Mobile | 2.315 ms | 0 - 51 MB | NPU
140
- | DnCNN | TFLITE | w8a8 | Qualcomm® QCS6490 | 7.798 ms | 0 - 3 MB | NPU
141
- | DnCNN | TFLITE | w8a8 | Qualcomm® QCS8275 | 7.521 ms | 0 - 29 MB | NPU
142
- | DnCNN | TFLITE | w8a8 | Qualcomm® QCS8550 (Proxy) | 1.721 ms | 0 - 3 MB | NPU
143
- | DnCNN | TFLITE | w8a8 | Qualcomm® SA8775P | 2203.903 ms | 1 - 26 MB | GPU
144
- | DnCNN | TFLITE | w8a8 | Qualcomm® SA8650P | 2203.903 ms | 1 - 26 MB | GPU
145
- | DnCNN | TFLITE | w8a8 | Qualcomm® SA8255P | 2203.903 ms | 1 - 26 MB | GPU
146
- | DnCNN | TFLITE | w8a8 | Qualcomm® QCS8450 | 2.315 ms | 0 - 51 MB | NPU
147
- | DnCNN | TFLITE | w8a8 | Snapdragon® 8 Elite Gen 5 Mobile | 0.724 ms | 0 - 29 MB | NPU
148
- | DnCNN | TFLITE | w8a8 | Snapdragon® 7 Gen 4 Mobile | 3.213 ms | 0 - 141 MB | NPU
149
- | DnCNN | TFLITE | w8a8 | Qualcomm® QCM6690 | 38.925 ms | 0 - 140 MB | NPU
150
- | DnCNN | TFLITE | w8a8 | Qualcomm® QCS9075 | 1.853 ms | 0 - 3 MB | NPU
151
- | DnCNN | TFLITE | w8a8 | Qualcomm® SA7255P | 7.521 ms | 0 - 29 MB | NPU
152
- | DnCNN | TFLITE | w8a8 | Snapdragon® 8 Elite Mobile | 1.175 ms | 0 - 33 MB | NPU
153
- | DnCNN | TFLITE | w8a8 | Qualcomm® SA8295P | 4.179 ms | 0 - 27 MB | NPU
154
- | DnCNN | TFLITE | w8a8 | Qualcomm® QCS7790 | 3.213 ms | 0 - 141 MB | NPU
155
- | DnCNN | TFLITE | w8a8 | Qualcomm® QCS8750 | 1.175 ms | 0 - 33 MB | NPU
156
 
157
  ## License
158
  * The license for the original implementation of DnCNN can be found
 
15
  DnCNN is a 17-layer denoising convolutional neural network that uses residual learning to remove Gaussian noise (sigma=25) from grayscale images. The network predicts the noise residual and subtracts it from the input to produce a clean image.
16
 
17
  This is based on the implementation of DnCNN found [here](https://github.com/cszn/KAIR).
18
+ 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.58.0/src/qai_hub_models/models/dncnn) library to export with custom configurations. More details on model performance across various devices, can be found [here](#performance-summary).
19
 
20
  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.
21
 
 
28
 
29
  | Runtime | Precision | Chipset | SDK Versions | Download |
30
  |---|---|---|---|---|
31
+ | ONNX | float | Universal | QAIRT 2.45, ONNX Runtime 1.25.0 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/dncnn/releases/v0.58.0/dncnn-onnx-float.zip)
32
+ | ONNX | w8a8 | Universal | QAIRT 2.45, ONNX Runtime 1.25.0 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/dncnn/releases/v0.58.0/dncnn-onnx-w8a8.zip)
33
+ | QNN_DLC | float | Universal | QAIRT 2.45 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/dncnn/releases/v0.58.0/dncnn-qnn_dlc-float.zip)
34
+ | QNN_DLC | w8a8 | Universal | QAIRT 2.45 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/dncnn/releases/v0.58.0/dncnn-qnn_dlc-w8a8.zip)
35
+ | TFLITE | float | Universal | QAIRT 2.45 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/dncnn/releases/v0.58.0/dncnn-tflite-float.zip)
36
+ | TFLITE | w8a8 | Universal | QAIRT 2.45 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/dncnn/releases/v0.58.0/dncnn-tflite-w8a8.zip)
37
 
38
  For more device-specific assets and performance metrics, visit **[DnCNN on Qualcomm® AI Hub](https://aihub.qualcomm.com/models/dncnn)**.
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/v0.58.0/src/qai_hub_models/models/dncnn) 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 [DnCNN on GitHub](https://github.com/qualcomm/ai-hub-models/blob/v0.58.0/src/qai_hub_models/models/dncnn) 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
+ | DnCNN | ONNX | float | Snapdragon® X2 Elite | 4.046 ms | 1 - 1 MB | NPU
67
+ | DnCNN | ONNX | float | Snapdragon® X Elite | 7.147 ms | 0 - 0 MB | NPU
68
+ | DnCNN | ONNX | float | Snapdragon® 8 Gen 3 Mobile | 5.169 ms | 1 - 178 MB | NPU
69
+ | DnCNN | ONNX | float | Snapdragon® 8 Gen 1 Mobile | 13.769 ms | 1 - 179 MB | NPU
70
+ | DnCNN | ONNX | float | Qualcomm® Dragonwing™ QCS8550 (Proxy) | 6.88 ms | 1 - 3 MB | NPU
71
+ | DnCNN | ONNX | float | Qualcomm® QCS8450 | 13.769 ms | 1 - 179 MB | NPU
72
+ | DnCNN | ONNX | float | Qualcomm® Dragonwing™ IQ-9075 | 14.207 ms | 1 - 4 MB | NPU
73
+ | DnCNN | ONNX | float | Snapdragon® 8 Elite Gen 5 Mobile | 3.205 ms | 0 - 144 MB | NPU
74
+ | DnCNN | ONNX | float | Snapdragon® 8 Elite Mobile | 4.122 ms | 0 - 139 MB | NPU
75
+ | DnCNN | ONNX | float | Qualcomm® Dragonwing™ Q-8750 | 4.122 ms | 0 - 139 MB | NPU
76
+ | DnCNN | ONNX | float | Qualcomm® Dragonwing™ IQ-X7181 | 7.147 ms | 0 - 0 MB | NPU
77
+ | DnCNN | ONNX | w8a8 | Snapdragon® X2 Elite | 1.047 ms | 1 - 1 MB | NPU
78
+ | DnCNN | ONNX | w8a8 | Snapdragon® X Elite | 1.87 ms | 0 - 0 MB | NPU
79
+ | DnCNN | ONNX | w8a8 | Snapdragon® 8 Gen 3 Mobile | 1.338 ms | 0 - 49 MB | NPU
80
+ | DnCNN | ONNX | w8a8 | Snapdragon® 8 Gen 1 Mobile | 2.386 ms | 0 - 52 MB | NPU
81
+ | DnCNN | ONNX | w8a8 | Qualcomm® Dragonwing™ QCS6490 | 9.407 ms | 0 - 3 MB | NPU
82
+ | DnCNN | ONNX | w8a8 | Qualcomm® Dragonwing™ QCS8550 (Proxy) | 1.79 ms | 0 - 78 MB | NPU
83
+ | DnCNN | ONNX | w8a8 | Qualcomm® QCS8450 | 2.386 ms | 0 - 52 MB | NPU
84
+ | DnCNN | ONNX | w8a8 | Snapdragon® 8 Elite Mobile | 1.224 ms | 0 - 34 MB | NPU
85
+ | DnCNN | ONNX | w8a8 | Snapdragon® 7 Gen 4 Mobile | 3.259 ms | 0 - 143 MB | NPU
86
+ | DnCNN | ONNX | w8a8 | Snapdragon® 8 Elite Gen 5 Mobile | 0.811 ms | 0 - 31 MB | NPU
87
+ | DnCNN | ONNX | w8a8 | Qualcomm® Dragonwing™ IQ-9075 | 1.888 ms | 0 - 3 MB | NPU
88
+ | DnCNN | ONNX | w8a8 | Qualcomm® Dragonwing™ Q-6690 | 40.072 ms | 0 - 143 MB | NPU
89
+ | DnCNN | ONNX | w8a8 | Qualcomm® Dragonwing™ Q-7790 | 3.259 ms | 0 - 143 MB | NPU
90
+ | DnCNN | ONNX | w8a8 | Qualcomm® Dragonwing™ Q-8750 | 1.224 ms | 0 - 34 MB | NPU
91
+ | DnCNN | ONNX | w8a8 | Qualcomm® Dragonwing™ IQ-X7181 | 1.87 ms | 0 - 0 MB | NPU
92
+ | DnCNN | QNN_DLC | float | Snapdragon® X2 Elite | 4.165 ms | 0 - 0 MB | NPU
93
+ | DnCNN | QNN_DLC | float | Snapdragon® X Elite | 7.282 ms | 0 - 0 MB | NPU
94
+ | DnCNN | QNN_DLC | float | Snapdragon® 8 Gen 3 Mobile | 5.074 ms | 0 - 177 MB | NPU
95
+ | DnCNN | QNN_DLC | float | Snapdragon® 8 Gen 1 Mobile | 13.432 ms | 0 - 177 MB | NPU
96
+ | DnCNN | QNN_DLC | float | Qualcomm® QCS8275 | 55.975 ms | 0 - 141 MB | NPU
97
+ | DnCNN | QNN_DLC | float | Qualcomm® Dragonwing™ QCS8550 (Proxy) | 6.698 ms | 0 - 6 MB | NPU
98
+ | DnCNN | QNN_DLC | float | Qualcomm® SA8775P | 13.864 ms | 0 - 143 MB | NPU
99
+ | DnCNN | QNN_DLC | float | Qualcomm® SA8650P | 13.864 ms | 0 - 143 MB | NPU
100
+ | DnCNN | QNN_DLC | float | Qualcomm® SA8255P | 13.864 ms | 0 - 143 MB | NPU
101
+ | DnCNN | QNN_DLC | float | Qualcomm® QCS8450 | 13.432 ms | 0 - 177 MB | NPU
102
+ | DnCNN | QNN_DLC | float | Qualcomm® Dragonwing™ IQ-9075 | 13.738 ms | 2 - 4 MB | NPU
103
+ | DnCNN | QNN_DLC | float | Snapdragon® 8 Elite Gen 5 Mobile | 2.967 ms | 0 - 148 MB | NPU
104
+ | DnCNN | QNN_DLC | float | Qualcomm® SA7255P | 55.975 ms | 0 - 141 MB | NPU
105
+ | DnCNN | QNN_DLC | float | Snapdragon® 8 Elite Mobile | 4.029 ms | 0 - 141 MB | NPU
106
+ | DnCNN | QNN_DLC | float | Qualcomm® SA8295P | 15.319 ms | 0 - 139 MB | NPU
107
+ | DnCNN | QNN_DLC | float | Qualcomm® Dragonwing™ Q-8750 | 4.029 ms | 0 - 141 MB | NPU
108
+ | DnCNN | QNN_DLC | float | Qualcomm® Dragonwing™ IQ-X7181 | 7.282 ms | 0 - 0 MB | NPU
109
+ | DnCNN | QNN_DLC | w8a8 | Snapdragon® X2 Elite | 1.182 ms | 0 - 0 MB | NPU
110
+ | DnCNN | QNN_DLC | w8a8 | Snapdragon® X Elite | 2.005 ms | 0 - 0 MB | NPU
111
+ | DnCNN | QNN_DLC | w8a8 | Snapdragon® 8 Gen 3 Mobile | 1.335 ms | 0 - 45 MB | NPU
112
+ | DnCNN | QNN_DLC | w8a8 | Snapdragon® 8 Gen 1 Mobile | 2.379 ms | 0 - 50 MB | NPU
113
+ | DnCNN | QNN_DLC | w8a8 | Qualcomm® Dragonwing™ QCS6490 | 9.235 ms | 0 - 2 MB | NPU
114
+ | DnCNN | QNN_DLC | w8a8 | Qualcomm® QCS8275 | 7.59 ms | 0 - 28 MB | NPU
115
+ | DnCNN | QNN_DLC | w8a8 | Qualcomm® Dragonwing™ QCS8550 (Proxy) | 1.788 ms | 0 - 1 MB | NPU
116
+ | DnCNN | QNN_DLC | w8a8 | Qualcomm® SA8775P | 2.007 ms | 0 - 30 MB | NPU
117
+ | DnCNN | QNN_DLC | w8a8 | Qualcomm® SA8650P | 2.007 ms | 0 - 30 MB | NPU
118
+ | DnCNN | QNN_DLC | w8a8 | Qualcomm® SA8255P | 2.007 ms | 0 - 30 MB | NPU
119
+ | DnCNN | QNN_DLC | w8a8 | Qualcomm® QCS8450 | 2.379 ms | 0 - 50 MB | NPU
120
+ | DnCNN | QNN_DLC | w8a8 | Snapdragon® 8 Elite Mobile | 1.212 ms | 0 - 29 MB | NPU
121
+ | DnCNN | QNN_DLC | w8a8 | Snapdragon® 7 Gen 4 Mobile | 3.251 ms | 0 - 140 MB | NPU
122
+ | DnCNN | QNN_DLC | w8a8 | Snapdragon® 8 Elite Gen 5 Mobile | 0.81 ms | 0 - 28 MB | NPU
123
+ | DnCNN | QNN_DLC | w8a8 | Qualcomm® Dragonwing™ IQ-9075 | 1.868 ms | 2 - 4 MB | NPU
124
+ | DnCNN | QNN_DLC | w8a8 | Qualcomm® Dragonwing™ Q-6690 | 39.54 ms | 0 - 140 MB | NPU
125
+ | DnCNN | QNN_DLC | w8a8 | Qualcomm® SA7255P | 7.59 ms | 0 - 28 MB | NPU
126
+ | DnCNN | QNN_DLC | w8a8 | Qualcomm® SA8295P | 4.232 ms | 0 - 26 MB | NPU
127
+ | DnCNN | QNN_DLC | w8a8 | Qualcomm® Dragonwing™ Q-7790 | 3.251 ms | 0 - 140 MB | NPU
128
+ | DnCNN | QNN_DLC | w8a8 | Qualcomm® Dragonwing™ Q-8750 | 1.212 ms | 0 - 29 MB | NPU
129
+ | DnCNN | QNN_DLC | w8a8 | Qualcomm® Dragonwing™ IQ-X7181 | 2.005 ms | 0 - 0 MB | NPU
130
+ | DnCNN | TFLITE | float | Snapdragon® 8 Gen 3 Mobile | 5.204 ms | 0 - 179 MB | NPU
131
+ | DnCNN | TFLITE | float | Snapdragon® 8 Gen 1 Mobile | 13.885 ms | 0 - 179 MB | NPU
132
+ | DnCNN | TFLITE | float | Qualcomm® QCS8275 | 56.399 ms | 0 - 142 MB | NPU
133
+ | DnCNN | TFLITE | float | Qualcomm® Dragonwing™ QCS8550 (Proxy) | 6.905 ms | 0 - 2 MB | NPU
134
+ | DnCNN | TFLITE | float | Qualcomm® SA8775P | 14.16 ms | 0 - 145 MB | NPU
135
+ | DnCNN | TFLITE | float | Qualcomm® SA8650P | 14.16 ms | 0 - 145 MB | NPU
136
+ | DnCNN | TFLITE | float | Qualcomm® SA8255P | 14.16 ms | 0 - 145 MB | NPU
137
+ | DnCNN | TFLITE | float | Qualcomm® QCS8450 | 13.885 ms | 0 - 179 MB | NPU
138
+ | DnCNN | TFLITE | float | Qualcomm® Dragonwing™ IQ-9075 | 14.3 ms | 0 - 4 MB | NPU
139
+ | DnCNN | TFLITE | float | Snapdragon® 8 Elite Gen 5 Mobile | 3.163 ms | 0 - 149 MB | NPU
140
+ | DnCNN | TFLITE | float | Qualcomm® SA7255P | 56.399 ms | 0 - 142 MB | NPU
141
  | DnCNN | TFLITE | float | Snapdragon® 8 Elite Mobile | 4.128 ms | 0 - 143 MB | NPU
142
+ | DnCNN | TFLITE | float | Qualcomm® SA8295P | 15.582 ms | 0 - 141 MB | NPU
143
+ | DnCNN | TFLITE | float | Qualcomm® Dragonwing™ Q-8750 | 4.128 ms | 0 - 143 MB | NPU
144
+ | DnCNN | TFLITE | w8a8 | Snapdragon® 8 Gen 3 Mobile | 1.295 ms | 0 - 47 MB | NPU
145
+ | DnCNN | TFLITE | w8a8 | Snapdragon® 8 Gen 1 Mobile | 2.33 ms | 0 - 52 MB | NPU
146
+ | DnCNN | TFLITE | w8a8 | Qualcomm® Dragonwing™ QCS6490 | 9.344 ms | 0 - 3 MB | NPU
147
+ | DnCNN | TFLITE | w8a8 | Qualcomm® QCS8275 | 7.504 ms | 0 - 29 MB | NPU
148
+ | DnCNN | TFLITE | w8a8 | Qualcomm® Dragonwing™ QCS8550 (Proxy) | 1.707 ms | 0 - 76 MB | NPU
149
+ | DnCNN | TFLITE | w8a8 | Qualcomm® SA8775P | 1.984 ms | 0 - 31 MB | NPU
150
+ | DnCNN | TFLITE | w8a8 | Qualcomm® SA8650P | 1.984 ms | 0 - 31 MB | NPU
151
+ | DnCNN | TFLITE | w8a8 | Qualcomm® SA8255P | 1.984 ms | 0 - 31 MB | NPU
152
+ | DnCNN | TFLITE | w8a8 | Qualcomm® QCS8450 | 2.33 ms | 0 - 52 MB | NPU
153
+ | DnCNN | TFLITE | w8a8 | Snapdragon® 8 Elite Mobile | 1.183 ms | 0 - 33 MB | NPU
154
+ | DnCNN | TFLITE | w8a8 | Snapdragon® 7 Gen 4 Mobile | 3.214 ms | 0 - 141 MB | NPU
155
+ | DnCNN | TFLITE | w8a8 | Snapdragon® 8 Elite Gen 5 Mobile | 0.77 ms | 0 - 29 MB | NPU
156
+ | DnCNN | TFLITE | w8a8 | Qualcomm® Dragonwing™ IQ-9075 | 1.817 ms | 0 - 3 MB | NPU
157
+ | DnCNN | TFLITE | w8a8 | Qualcomm® Dragonwing™ Q-6690 | 38.938 ms | 0 - 140 MB | NPU
158
+ | DnCNN | TFLITE | w8a8 | Qualcomm® SA7255P | 7.504 ms | 0 - 29 MB | NPU
159
+ | DnCNN | TFLITE | w8a8 | Qualcomm® SA8295P | 4.19 ms | 0 - 27 MB | NPU
160
+ | DnCNN | TFLITE | w8a8 | Qualcomm® Dragonwing™ Q-7790 | 3.214 ms | 0 - 141 MB | NPU
161
+ | DnCNN | TFLITE | w8a8 | Qualcomm® Dragonwing™ Q-8750 | 1.183 ms | 0 - 33 MB | NPU
 
 
 
162
 
163
  ## License
164
  * The license for the original implementation of DnCNN can be found
release_assets.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "version": "0.57.3",
3
  "precisions": {
4
  "float": {
5
  "universal_assets": {
@@ -8,20 +8,20 @@
8
  "qairt": "2.45.0.260326154327",
9
  "litert": "1.4.4"
10
  },
11
- "download_url": "https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/dncnn/releases/v0.57.3/dncnn-tflite-float.zip"
12
  },
13
  "qnn_dlc": {
14
  "tool_versions": {
15
  "qairt": "2.45.0.260326154327"
16
  },
17
- "download_url": "https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/dncnn/releases/v0.57.3/dncnn-qnn_dlc-float.zip"
18
  },
19
  "onnx": {
20
  "tool_versions": {
21
  "qairt": "2.45.0.260326154327",
22
  "onnx_runtime": "1.25.0"
23
  },
24
- "download_url": "https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/dncnn/releases/v0.57.3/dncnn-onnx-float.zip"
25
  }
26
  }
27
  },
@@ -32,20 +32,20 @@
32
  "qairt": "2.45.0.260326154327",
33
  "litert": "1.4.4"
34
  },
35
- "download_url": "https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/dncnn/releases/v0.57.3/dncnn-tflite-w8a8.zip"
36
  },
37
  "qnn_dlc": {
38
  "tool_versions": {
39
  "qairt": "2.45.0.260326154327"
40
  },
41
- "download_url": "https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/dncnn/releases/v0.57.3/dncnn-qnn_dlc-w8a8.zip"
42
  },
43
  "onnx": {
44
  "tool_versions": {
45
  "qairt": "2.45.0.260326154327",
46
  "onnx_runtime": "1.25.0"
47
  },
48
- "download_url": "https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/dncnn/releases/v0.57.3/dncnn-onnx-w8a8.zip"
49
  }
50
  }
51
  }
 
1
  {
2
+ "version": "0.58.0",
3
  "precisions": {
4
  "float": {
5
  "universal_assets": {
 
8
  "qairt": "2.45.0.260326154327",
9
  "litert": "1.4.4"
10
  },
11
+ "download_url": "https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/dncnn/releases/v0.58.0/dncnn-tflite-float.zip"
12
  },
13
  "qnn_dlc": {
14
  "tool_versions": {
15
  "qairt": "2.45.0.260326154327"
16
  },
17
+ "download_url": "https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/dncnn/releases/v0.58.0/dncnn-qnn_dlc-float.zip"
18
  },
19
  "onnx": {
20
  "tool_versions": {
21
  "qairt": "2.45.0.260326154327",
22
  "onnx_runtime": "1.25.0"
23
  },
24
+ "download_url": "https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/dncnn/releases/v0.58.0/dncnn-onnx-float.zip"
25
  }
26
  }
27
  },
 
32
  "qairt": "2.45.0.260326154327",
33
  "litert": "1.4.4"
34
  },
35
+ "download_url": "https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/dncnn/releases/v0.58.0/dncnn-tflite-w8a8.zip"
36
  },
37
  "qnn_dlc": {
38
  "tool_versions": {
39
  "qairt": "2.45.0.260326154327"
40
  },
41
+ "download_url": "https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/dncnn/releases/v0.58.0/dncnn-qnn_dlc-w8a8.zip"
42
  },
43
  "onnx": {
44
  "tool_versions": {
45
  "qairt": "2.45.0.260326154327",
46
  "onnx_runtime": "1.25.0"
47
  },
48
+ "download_url": "https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/dncnn/releases/v0.58.0/dncnn-onnx-w8a8.zip"
49
  }
50
  }
51
  }