qaihm-bot commited on
Commit
a3dee8a
1 Parent(s): 74966e1

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +11 -5
README.md CHANGED
@@ -31,10 +31,13 @@ More details on model performance across various devices, can be found
31
  - Model size: 174 MB
32
 
33
 
 
 
34
  | Device | Chipset | Target Runtime | Inference Time (ms) | Peak Memory Range (MB) | Precision | Primary Compute Unit | Target Model
35
  | ---|---|---|---|---|---|---|---|
36
- | Samsung Galaxy S23 Ultra (Android 13) | Snapdragon® 8 Gen 2 | TFLite | 87.216 ms | 2 - 132 MB | FP16 | NPU | [LaMa-Dilated.tflite](https://huggingface.co/qualcomm/LaMa-Dilated/blob/main/LaMa-Dilated.tflite)
37
- | Samsung Galaxy S23 Ultra (Android 13) | Snapdragon® 8 Gen 2 | QNN Model Library | 81.054 ms | 3 - 43 MB | FP16 | NPU | [LaMa-Dilated.so](https://huggingface.co/qualcomm/LaMa-Dilated/blob/main/LaMa-Dilated.so)
 
38
 
39
 
40
  ## Installation
@@ -96,15 +99,17 @@ python -m qai_hub_models.models.lama_dilated.export
96
  Profile Job summary of LaMa-Dilated
97
  --------------------------------------------------
98
  Device: Snapdragon X Elite CRD (11)
99
- Estimated Inference Time: 92.18 ms
100
  Estimated Peak Memory Range: 4.01-4.01 MB
101
  Compute Units: NPU (333) | Total (333)
102
 
103
 
104
  ```
 
 
105
  ## How does this work?
106
 
107
- This [export script](https://github.com/quic/ai-hub-models/blob/main/qai_hub_models/models/LaMa-Dilated/export.py)
108
  leverages [Qualcomm® AI Hub](https://aihub.qualcomm.com/) to optimize, validate, and deploy this model
109
  on-device. Lets go through each step below in detail:
110
 
@@ -181,6 +186,7 @@ spot check the output with expected output.
181
  AI Hub. [Sign up for access](https://myaccount.qualcomm.com/signup).
182
 
183
 
 
184
  ## Run demo on a cloud-hosted device
185
 
186
  You can also run the demo on-device.
@@ -217,7 +223,7 @@ Explore all available models on [Qualcomm® AI Hub](https://aihub.qualcomm.com/)
217
  ## License
218
  - The license for the original implementation of LaMa-Dilated can be found
219
  [here](https://github.com/advimman/lama/blob/main/LICENSE).
220
- - The license for the compiled assets for on-device deployment can be found [here]({deploy_license_url})
221
 
222
  ## References
223
  * [Resolution-robust Large Mask Inpainting with Fourier Convolutions](https://arxiv.org/abs/2109.07161)
 
31
  - Model size: 174 MB
32
 
33
 
34
+
35
+
36
  | Device | Chipset | Target Runtime | Inference Time (ms) | Peak Memory Range (MB) | Precision | Primary Compute Unit | Target Model
37
  | ---|---|---|---|---|---|---|---|
38
+ | Samsung Galaxy S23 Ultra (Android 13) | Snapdragon® 8 Gen 2 | TFLite | 86.343 ms | 3 - 133 MB | FP16 | NPU | [LaMa-Dilated.tflite](https://huggingface.co/qualcomm/LaMa-Dilated/blob/main/LaMa-Dilated.tflite)
39
+ | Samsung Galaxy S23 Ultra (Android 13) | Snapdragon® 8 Gen 2 | QNN Model Library | 81.307 ms | 3 - 41 MB | FP16 | NPU | [LaMa-Dilated.so](https://huggingface.co/qualcomm/LaMa-Dilated/blob/main/LaMa-Dilated.so)
40
+
41
 
42
 
43
  ## Installation
 
99
  Profile Job summary of LaMa-Dilated
100
  --------------------------------------------------
101
  Device: Snapdragon X Elite CRD (11)
102
+ Estimated Inference Time: 91.92 ms
103
  Estimated Peak Memory Range: 4.01-4.01 MB
104
  Compute Units: NPU (333) | Total (333)
105
 
106
 
107
  ```
108
+
109
+
110
  ## How does this work?
111
 
112
+ This [export script](https://aihub.qualcomm.com/models/lama_dilated/qai_hub_models/models/LaMa-Dilated/export.py)
113
  leverages [Qualcomm® AI Hub](https://aihub.qualcomm.com/) to optimize, validate, and deploy this model
114
  on-device. Lets go through each step below in detail:
115
 
 
186
  AI Hub. [Sign up for access](https://myaccount.qualcomm.com/signup).
187
 
188
 
189
+
190
  ## Run demo on a cloud-hosted device
191
 
192
  You can also run the demo on-device.
 
223
  ## License
224
  - The license for the original implementation of LaMa-Dilated can be found
225
  [here](https://github.com/advimman/lama/blob/main/LICENSE).
226
+ - 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)
227
 
228
  ## References
229
  * [Resolution-robust Large Mask Inpainting with Fourier Convolutions](https://arxiv.org/abs/2109.07161)