qaihm-bot commited on
Commit
bd05099
1 Parent(s): aa20019

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +11 -5
README.md CHANGED
@@ -30,10 +30,13 @@ More details on model performance across various devices, can be found
30
  - Input resolution: 128x128
31
 
32
 
 
 
33
  | Device | Chipset | Target Runtime | Inference Time (ms) | Peak Memory Range (MB) | Precision | Primary Compute Unit | Target Model
34
  | ---|---|---|---|---|---|---|---|
35
- | Samsung Galaxy S23 Ultra (Android 13) | Snapdragon® 8 Gen 2 | TFLite | 68.352 ms | 3 - 6 MB | FP16 | NPU | [Real-ESRGAN-x4plus.tflite](https://huggingface.co/qualcomm/Real-ESRGAN-x4plus/blob/main/Real-ESRGAN-x4plus.tflite)
36
- | Samsung Galaxy S23 Ultra (Android 13) | Snapdragon® 8 Gen 2 | QNN Model Library | 65.61 ms | 0 - 53 MB | FP16 | NPU | [Real-ESRGAN-x4plus.so](https://huggingface.co/qualcomm/Real-ESRGAN-x4plus/blob/main/Real-ESRGAN-x4plus.so)
 
37
 
38
 
39
  ## Installation
@@ -95,15 +98,17 @@ python -m qai_hub_models.models.real_esrgan_x4plus.export
95
  Profile Job summary of Real-ESRGAN-x4plus
96
  --------------------------------------------------
97
  Device: Snapdragon X Elite CRD (11)
98
- Estimated Inference Time: 73.92 ms
99
  Estimated Peak Memory Range: 0.20-0.20 MB
100
  Compute Units: NPU (1030) | Total (1030)
101
 
102
 
103
  ```
 
 
104
  ## How does this work?
105
 
106
- This [export script](https://github.com/quic/ai-hub-models/blob/main/qai_hub_models/models/Real-ESRGAN-x4plus/export.py)
107
  leverages [Qualcomm® AI Hub](https://aihub.qualcomm.com/) to optimize, validate, and deploy this model
108
  on-device. Lets go through each step below in detail:
109
 
@@ -180,6 +185,7 @@ spot check the output with expected output.
180
  AI Hub. [Sign up for access](https://myaccount.qualcomm.com/signup).
181
 
182
 
 
183
  ## Run demo on a cloud-hosted device
184
 
185
  You can also run the demo on-device.
@@ -216,7 +222,7 @@ Explore all available models on [Qualcomm® AI Hub](https://aihub.qualcomm.com/)
216
  ## License
217
  - The license for the original implementation of Real-ESRGAN-x4plus can be found
218
  [here](https://github.com/xinntao/Real-ESRGAN/blob/master/LICENSE).
219
- - The license for the compiled assets for on-device deployment can be found [here]({deploy_license_url})
220
 
221
  ## References
222
  * [Real-ESRGAN: Training Real-World Blind Super-Resolution with Pure Synthetic Data](https://arxiv.org/abs/2107.10833)
 
30
  - Input resolution: 128x128
31
 
32
 
33
+
34
+
35
  | Device | Chipset | Target Runtime | Inference Time (ms) | Peak Memory Range (MB) | Precision | Primary Compute Unit | Target Model
36
  | ---|---|---|---|---|---|---|---|
37
+ | Samsung Galaxy S23 Ultra (Android 13) | Snapdragon® 8 Gen 2 | TFLite | 71.761 ms | 4 - 12 MB | FP16 | NPU | [Real-ESRGAN-x4plus.tflite](https://huggingface.co/qualcomm/Real-ESRGAN-x4plus/blob/main/Real-ESRGAN-x4plus.tflite)
38
+ | Samsung Galaxy S23 Ultra (Android 13) | Snapdragon® 8 Gen 2 | QNN Model Library | 70.398 ms | 0 - 101 MB | FP16 | NPU | [Real-ESRGAN-x4plus.so](https://huggingface.co/qualcomm/Real-ESRGAN-x4plus/blob/main/Real-ESRGAN-x4plus.so)
39
+
40
 
41
 
42
  ## Installation
 
98
  Profile Job summary of Real-ESRGAN-x4plus
99
  --------------------------------------------------
100
  Device: Snapdragon X Elite CRD (11)
101
+ Estimated Inference Time: 73.91 ms
102
  Estimated Peak Memory Range: 0.20-0.20 MB
103
  Compute Units: NPU (1030) | Total (1030)
104
 
105
 
106
  ```
107
+
108
+
109
  ## How does this work?
110
 
111
+ This [export script](https://aihub.qualcomm.com/models/real_esrgan_x4plus/qai_hub_models/models/Real-ESRGAN-x4plus/export.py)
112
  leverages [Qualcomm® AI Hub](https://aihub.qualcomm.com/) to optimize, validate, and deploy this model
113
  on-device. Lets go through each step below in detail:
114
 
 
185
  AI Hub. [Sign up for access](https://myaccount.qualcomm.com/signup).
186
 
187
 
188
+
189
  ## Run demo on a cloud-hosted device
190
 
191
  You can also run the demo on-device.
 
222
  ## License
223
  - The license for the original implementation of Real-ESRGAN-x4plus can be found
224
  [here](https://github.com/xinntao/Real-ESRGAN/blob/master/LICENSE).
225
+ - The license for the compiled assets for on-device deployment can be found [here](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/Qualcomm+AI+Hub+Proprietary+License.pdf)
226
 
227
  ## References
228
  * [Real-ESRGAN: Training Real-World Blind Super-Resolution with Pure Synthetic Data](https://arxiv.org/abs/2107.10833)