qaihm-bot commited on
Commit
b9f72de
1 Parent(s): f130acd

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +5 -4
README.md CHANGED
@@ -30,14 +30,15 @@ More details on model performance across various devices, can be found
30
  - Input resolution: 513x513
31
  - Number of parameters: 5.80M
32
  - Model size: 22.2 MB
 
33
 
34
 
35
 
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 | 13.087 ms | 18 - 20 MB | FP16 | NPU | [DeepLabV3-Plus-MobileNet.tflite](https://huggingface.co/qualcomm/DeepLabV3-Plus-MobileNet/blob/main/DeepLabV3-Plus-MobileNet.tflite)
40
- | Samsung Galaxy S23 Ultra (Android 13) | Snapdragon® 8 Gen 2 | QNN Model Library | 12.849 ms | 3 - 17 MB | FP16 | NPU | [DeepLabV3-Plus-MobileNet.so](https://huggingface.co/qualcomm/DeepLabV3-Plus-MobileNet/blob/main/DeepLabV3-Plus-MobileNet.so)
41
 
42
 
43
 
@@ -99,8 +100,8 @@ python -m qai_hub_models.models.deeplabv3_plus_mobilenet.export
99
  Profile Job summary of DeepLabV3-Plus-MobileNet
100
  --------------------------------------------------
101
  Device: SA8255 (Proxy) (13)
102
- Estimated Inference Time: 12.92 ms
103
- Estimated Peak Memory Range: 3.04-17.74 MB
104
  Compute Units: NPU (124) | Total (124)
105
 
106
 
 
30
  - Input resolution: 513x513
31
  - Number of parameters: 5.80M
32
  - Model size: 22.2 MB
33
+ - Number of output classes: 21
34
 
35
 
36
 
37
 
38
  | Device | Chipset | Target Runtime | Inference Time (ms) | Peak Memory Range (MB) | Precision | Primary Compute Unit | Target Model
39
  | ---|---|---|---|---|---|---|---|
40
+ | Samsung Galaxy S23 Ultra (Android 13) | Snapdragon® 8 Gen 2 | TFLite | 13.088 ms | 21 - 36 MB | FP16 | NPU | [DeepLabV3-Plus-MobileNet.tflite](https://huggingface.co/qualcomm/DeepLabV3-Plus-MobileNet/blob/main/DeepLabV3-Plus-MobileNet.tflite)
41
+ | Samsung Galaxy S23 Ultra (Android 13) | Snapdragon® 8 Gen 2 | QNN Model Library | 12.906 ms | 3 - 18 MB | FP16 | NPU | [DeepLabV3-Plus-MobileNet.so](https://huggingface.co/qualcomm/DeepLabV3-Plus-MobileNet/blob/main/DeepLabV3-Plus-MobileNet.so)
42
 
43
 
44
 
 
100
  Profile Job summary of DeepLabV3-Plus-MobileNet
101
  --------------------------------------------------
102
  Device: SA8255 (Proxy) (13)
103
+ Estimated Inference Time: 12.94 ms
104
+ Estimated Peak Memory Range: 3.05-18.20 MB
105
  Compute Units: NPU (124) | Total (124)
106
 
107