qaihm-bot commited on
Commit
439884f
1 Parent(s): 849836f

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -36,7 +36,7 @@ More details on model performance across various devices, can be found
36
 
37
  | Device | Chipset | Target Runtime | Inference Time (ms) | Peak Memory Range (MB) | Precision | Primary Compute Unit | Target Model
38
  | ---|---|---|---|---|---|---|---|
39
- | Samsung Galaxy S23 Ultra (Android 13) | Snapdragon® 8 Gen 2 | TFLite | 7.13 ms | 1 - 23 MB | FP16 | NPU | [FFNet-54S-Quantized.tflite](https://huggingface.co/qualcomm/FFNet-54S-Quantized/blob/main/FFNet-54S-Quantized.tflite)
40
 
41
 
42
  ## Installation
@@ -96,9 +96,9 @@ python -m qai_hub_models.models.ffnet_54s_quantized.export
96
  ```
97
  Profile Job summary of FFNet-54S-Quantized
98
  --------------------------------------------------
99
- Device: Samsung Galaxy S23 Ultra (13)
100
- Estimated Inference Time: 7.13 ms
101
- Estimated Peak Memory Range: 0.61-22.86 MB
102
  Compute Units: NPU (118) | Total (118)
103
 
104
 
@@ -204,7 +204,7 @@ Explore all available models on [Qualcomm® AI Hub](https://aihub.qualcomm.com/)
204
  ## License
205
  - The license for the original implementation of FFNet-54S-Quantized can be found
206
  [here](https://github.com/Qualcomm-AI-research/FFNet/blob/master/LICENSE).
207
- - 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).
208
 
209
  ## References
210
  * [Simple and Efficient Architectures for Semantic Segmentation](https://arxiv.org/abs/2206.08236)
 
36
 
37
  | Device | Chipset | Target Runtime | Inference Time (ms) | Peak Memory Range (MB) | Precision | Primary Compute Unit | Target Model
38
  | ---|---|---|---|---|---|---|---|
39
+ | Samsung Galaxy S23 Ultra (Android 13) | Snapdragon® 8 Gen 2 | TFLite | 7.127 ms | 1 - 2 MB | INT8 | NPU | [FFNet-54S-Quantized.tflite](https://huggingface.co/qualcomm/FFNet-54S-Quantized/blob/main/FFNet-54S-Quantized.tflite)
40
 
41
 
42
  ## Installation
 
96
  ```
97
  Profile Job summary of FFNet-54S-Quantized
98
  --------------------------------------------------
99
+ Device: Samsung Galaxy S24 (14)
100
+ Estimated Inference Time: 5.14 ms
101
+ Estimated Peak Memory Range: 0.02-68.36 MB
102
  Compute Units: NPU (118) | Total (118)
103
 
104
 
 
204
  ## License
205
  - The license for the original implementation of FFNet-54S-Quantized can be found
206
  [here](https://github.com/Qualcomm-AI-research/FFNet/blob/master/LICENSE).
207
+ - The license for the compiled assets for on-device deployment can be found [here]({deploy_license_url})
208
 
209
  ## References
210
  * [Simple and Efficient Architectures for Semantic Segmentation](https://arxiv.org/abs/2206.08236)