qaihm-bot commited on
Commit
a3b19ce
·
verified ·
1 Parent(s): 2c11023

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 | 6.736 ms | 1 - 3 MB | FP16 | NPU | [DDRNet23-Slim.tflite](https://huggingface.co/qualcomm/DDRNet23-Slim/blob/main/DDRNet23-Slim.tflite)
40
 
41
 
42
  ## Installation
@@ -96,9 +96,9 @@ python -m qai_hub_models.models.ddrnet23_slim.export
96
  ```
97
  Profile Job summary of DDRNet23-Slim
98
  --------------------------------------------------
99
- Device: Samsung Galaxy S23 Ultra (13)
100
- Estimated Inference Time: 6.74 ms
101
- Estimated Peak Memory Range: 0.95-3.10 MB
102
  Compute Units: NPU (131) | Total (131)
103
 
104
 
@@ -218,7 +218,7 @@ Explore all available models on [Qualcomm® AI Hub](https://aihub.qualcomm.com/)
218
  ## License
219
  - The license for the original implementation of DDRNet23-Slim can be found
220
  [here](https://github.com/chenjun2hao/DDRNet.pytorch/blob/main/LICENSE).
221
- - 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).
222
 
223
  ## References
224
  * [Deep Dual-resolution Networks for Real-time and Accurate Semantic Segmentation of Road Scenes](https://arxiv.org/abs/2101.06085)
 
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 | 6.741 ms | 1 - 27 MB | FP16 | NPU | [DDRNet23-Slim.tflite](https://huggingface.co/qualcomm/DDRNet23-Slim/blob/main/DDRNet23-Slim.tflite)
40
 
41
 
42
  ## Installation
 
96
  ```
97
  Profile Job summary of DDRNet23-Slim
98
  --------------------------------------------------
99
+ Device: Samsung Galaxy S24 (14)
100
+ Estimated Inference Time: 4.64 ms
101
+ Estimated Peak Memory Range: 0.04-65.76 MB
102
  Compute Units: NPU (131) | Total (131)
103
 
104
 
 
218
  ## License
219
  - The license for the original implementation of DDRNet23-Slim can be found
220
  [here](https://github.com/chenjun2hao/DDRNet.pytorch/blob/main/LICENSE).
221
+ - The license for the compiled assets for on-device deployment can be found [here]({deploy_license_url})
222
 
223
  ## References
224
  * [Deep Dual-resolution Networks for Real-time and Accurate Semantic Segmentation of Road Scenes](https://arxiv.org/abs/2101.06085)