qaihm-bot commited on
Commit
3ac030c
·
verified ·
1 Parent(s): 0403d3d

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
  - Model size: 430 KB
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 | 1.838 ms | 0 - 2 MB | FP16 | NPU | [SINet.tflite](https://huggingface.co/qualcomm/SINet/blob/main/SINet.tflite)
36
- | Samsung Galaxy S23 Ultra (Android 13) | Snapdragon® 8 Gen 2 | QNN Model Library | 1.175 ms | 0 - 7 MB | FP16 | NPU | [SINet.so](https://huggingface.co/qualcomm/SINet/blob/main/SINet.so)
 
37
 
38
 
39
  ## Installation
@@ -94,15 +97,17 @@ python -m qai_hub_models.models.sinet.export
94
  Profile Job summary of SINet
95
  --------------------------------------------------
96
  Device: Snapdragon X Elite CRD (11)
97
- Estimated Inference Time: 1.41 ms
98
  Estimated Peak Memory Range: 0.57-0.57 MB
99
  Compute Units: NPU (186) | Total (186)
100
 
101
 
102
  ```
 
 
103
  ## How does this work?
104
 
105
- This [export script](https://github.com/quic/ai-hub-models/blob/main/qai_hub_models/models/SINet/export.py)
106
  leverages [Qualcomm® AI Hub](https://aihub.qualcomm.com/) to optimize, validate, and deploy this model
107
  on-device. Lets go through each step below in detail:
108
 
@@ -179,6 +184,7 @@ spot check the output with expected output.
179
  AI Hub. [Sign up for access](https://myaccount.qualcomm.com/signup).
180
 
181
 
 
182
  ## Run demo on a cloud-hosted device
183
 
184
  You can also run the demo on-device.
@@ -215,7 +221,7 @@ Explore all available models on [Qualcomm® AI Hub](https://aihub.qualcomm.com/)
215
  ## License
216
  - The license for the original implementation of SINet can be found
217
  [here](https://github.com/clovaai/ext_portrait_segmentation/blob/master/LICENSE).
218
- - The license for the compiled assets for on-device deployment can be found [here]({deploy_license_url})
219
 
220
  ## References
221
  * [SINet: Extreme Lightweight Portrait Segmentation Networks with Spatial Squeeze Modules and Information Blocking Decoder](https://arxiv.org/abs/1911.09099)
 
30
  - Model size: 430 KB
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 | 1.808 ms | 0 - 2 MB | FP16 | NPU | [SINet.tflite](https://huggingface.co/qualcomm/SINet/blob/main/SINet.tflite)
38
+ | Samsung Galaxy S23 Ultra (Android 13) | Snapdragon® 8 Gen 2 | QNN Model Library | 1.17 ms | 0 - 4 MB | FP16 | NPU | [SINet.so](https://huggingface.co/qualcomm/SINet/blob/main/SINet.so)
39
+
40
 
41
 
42
  ## Installation
 
97
  Profile Job summary of SINet
98
  --------------------------------------------------
99
  Device: Snapdragon X Elite CRD (11)
100
+ Estimated Inference Time: 1.35 ms
101
  Estimated Peak Memory Range: 0.57-0.57 MB
102
  Compute Units: NPU (186) | Total (186)
103
 
104
 
105
  ```
106
+
107
+
108
  ## How does this work?
109
 
110
+ This [export script](https://aihub.qualcomm.com/models/sinet/qai_hub_models/models/SINet/export.py)
111
  leverages [Qualcomm® AI Hub](https://aihub.qualcomm.com/) to optimize, validate, and deploy this model
112
  on-device. Lets go through each step below in detail:
113
 
 
184
  AI Hub. [Sign up for access](https://myaccount.qualcomm.com/signup).
185
 
186
 
187
+
188
  ## Run demo on a cloud-hosted device
189
 
190
  You can also run the demo on-device.
 
221
  ## License
222
  - The license for the original implementation of SINet can be found
223
  [here](https://github.com/clovaai/ext_portrait_segmentation/blob/master/LICENSE).
224
+ - 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)
225
 
226
  ## References
227
  * [SINet: Extreme Lightweight Portrait Segmentation Networks with Spatial Squeeze Modules and Information Blocking Decoder](https://arxiv.org/abs/1911.09099)