v0.37.0
Browse filesSee https://github.com/quic/ai-hub-models/releases/v0.37.0 for changelog.
- .gitattributes +1 -0
- README.md +39 -31
- Unet-Segmentation.dlc → Unet-Segmentation_float.dlc +1 -1
- Unet-Segmentation.onnx.zip → Unet-Segmentation_float.onnx.zip +1 -1
- Unet-Segmentation.tflite → Unet-Segmentation_float.tflite +0 -0
- Unet-Segmentation_w8a8.dlc +1 -1
- precompiled/qualcomm-snapdragon-x-elite/Unet-Segmentation.onnx.zip → Unet-Segmentation_w8a8.onnx.zip +2 -2
- precompiled/qualcomm-qcs6490-proxy/Unet-Segmentation_w8a8.onnx.zip +3 -0
- precompiled/qualcomm-qcs6490-proxy/sdk_versions.yml +0 -3
- precompiled/qualcomm-qcs6490-proxy/tool-versions.yaml +3 -0
- precompiled/qualcomm-snapdragon-x-elite/{Unet-Segmentation.bin → Unet-Segmentation_float.bin} +0 -0
- precompiled/qualcomm-snapdragon-x-elite/Unet-Segmentation_float.onnx.zip +3 -0
- precompiled/qualcomm-snapdragon-x-elite/Unet-Segmentation_w8a8.onnx.zip +2 -2
- precompiled/qualcomm-snapdragon-x-elite/sdk_versions.yml +0 -5
- precompiled/qualcomm-snapdragon-x-elite/tool-versions.yaml +3 -0
- sdk_versions.yml +0 -9
- tool-versions.yaml +4 -0
.gitattributes
CHANGED
@@ -36,3 +36,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
36 |
Unet-Segmentation.so filter=lfs diff=lfs merge=lfs -text
|
37 |
Unet-Segmentation.dlc filter=lfs diff=lfs merge=lfs -text
|
38 |
Unet-Segmentation_w8a8.dlc filter=lfs diff=lfs merge=lfs -text
|
|
|
|
36 |
Unet-Segmentation.so filter=lfs diff=lfs merge=lfs -text
|
37 |
Unet-Segmentation.dlc filter=lfs diff=lfs merge=lfs -text
|
38 |
Unet-Segmentation_w8a8.dlc filter=lfs diff=lfs merge=lfs -text
|
39 |
+
Unet-Segmentation_float.dlc filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
@@ -40,62 +40,70 @@ More details on model performance across various devices, can be found
|
|
40 |
| Model | Precision | Device | Chipset | Target Runtime | Inference Time (ms) | Peak Memory Range (MB) | Primary Compute Unit | Target Model
|
41 |
|---|---|---|---|---|---|---|---|---|
|
42 |
| Unet-Segmentation | float | QCS8275 (Proxy) | Qualcomm® QCS8275 (Proxy) | TFLITE | 957.723 ms | 0 - 115 MB | NPU | [Unet-Segmentation.tflite](https://huggingface.co/qualcomm/Unet-Segmentation/blob/main/Unet-Segmentation.tflite) |
|
43 |
-
| Unet-Segmentation | float | QCS8275 (Proxy) | Qualcomm® QCS8275 (Proxy) | QNN_DLC | 943.
|
44 |
| Unet-Segmentation | float | QCS8450 (Proxy) | Qualcomm® QCS8450 (Proxy) | TFLITE | 292.328 ms | 6 - 140 MB | NPU | [Unet-Segmentation.tflite](https://huggingface.co/qualcomm/Unet-Segmentation/blob/main/Unet-Segmentation.tflite) |
|
45 |
-
| Unet-Segmentation | float | QCS8450 (Proxy) | Qualcomm® QCS8450 (Proxy) | QNN_DLC |
|
46 |
| Unet-Segmentation | float | QCS8550 (Proxy) | Qualcomm® QCS8550 (Proxy) | TFLITE | 160.967 ms | 6 - 465 MB | NPU | [Unet-Segmentation.tflite](https://huggingface.co/qualcomm/Unet-Segmentation/blob/main/Unet-Segmentation.tflite) |
|
47 |
-
| Unet-Segmentation | float | QCS8550 (Proxy) | Qualcomm® QCS8550 (Proxy) | QNN_DLC |
|
|
|
48 |
| Unet-Segmentation | float | QCS9075 (Proxy) | Qualcomm® QCS9075 (Proxy) | TFLITE | 248.534 ms | 6 - 121 MB | NPU | [Unet-Segmentation.tflite](https://huggingface.co/qualcomm/Unet-Segmentation/blob/main/Unet-Segmentation.tflite) |
|
49 |
-
| Unet-Segmentation | float | QCS9075 (Proxy) | Qualcomm® QCS9075 (Proxy) | QNN_DLC | 238.
|
50 |
| Unet-Segmentation | float | SA7255P ADP | Qualcomm® SA7255P | TFLITE | 957.723 ms | 0 - 115 MB | NPU | [Unet-Segmentation.tflite](https://huggingface.co/qualcomm/Unet-Segmentation/blob/main/Unet-Segmentation.tflite) |
|
51 |
-
| Unet-Segmentation | float | SA7255P ADP | Qualcomm® SA7255P | QNN_DLC | 943.
|
52 |
| Unet-Segmentation | float | SA8255 (Proxy) | Qualcomm® SA8255P (Proxy) | TFLITE | 152.468 ms | 6 - 465 MB | NPU | [Unet-Segmentation.tflite](https://huggingface.co/qualcomm/Unet-Segmentation/blob/main/Unet-Segmentation.tflite) |
|
53 |
-
| Unet-Segmentation | float | SA8255 (Proxy) | Qualcomm® SA8255P (Proxy) | QNN_DLC |
|
54 |
| Unet-Segmentation | float | SA8295P ADP | Qualcomm® SA8295P | TFLITE | 274.528 ms | 6 - 121 MB | NPU | [Unet-Segmentation.tflite](https://huggingface.co/qualcomm/Unet-Segmentation/blob/main/Unet-Segmentation.tflite) |
|
55 |
-
| Unet-Segmentation | float | SA8295P ADP | Qualcomm® SA8295P | QNN_DLC | 259.
|
56 |
| Unet-Segmentation | float | SA8650 (Proxy) | Qualcomm® SA8650P (Proxy) | TFLITE | 156.443 ms | 6 - 463 MB | NPU | [Unet-Segmentation.tflite](https://huggingface.co/qualcomm/Unet-Segmentation/blob/main/Unet-Segmentation.tflite) |
|
57 |
-
| Unet-Segmentation | float | SA8650 (Proxy) | Qualcomm® SA8650P (Proxy) | QNN_DLC | 139.
|
58 |
| Unet-Segmentation | float | SA8775P ADP | Qualcomm® SA8775P | TFLITE | 248.534 ms | 6 - 121 MB | NPU | [Unet-Segmentation.tflite](https://huggingface.co/qualcomm/Unet-Segmentation/blob/main/Unet-Segmentation.tflite) |
|
59 |
-
| Unet-Segmentation | float | SA8775P ADP | Qualcomm® SA8775P | QNN_DLC | 238.
|
60 |
| Unet-Segmentation | float | Samsung Galaxy S23 | Snapdragon® 8 Gen 2 Mobile | TFLITE | 153.363 ms | 6 - 238 MB | NPU | [Unet-Segmentation.tflite](https://huggingface.co/qualcomm/Unet-Segmentation/blob/main/Unet-Segmentation.tflite) |
|
61 |
-
| Unet-Segmentation | float | Samsung Galaxy S23 | Snapdragon® 8 Gen 2 Mobile | QNN_DLC |
|
62 |
-
| Unet-Segmentation | float | Samsung Galaxy S23 | Snapdragon® 8 Gen 2 Mobile | ONNX |
|
63 |
| Unet-Segmentation | float | Samsung Galaxy S24 | Snapdragon® 8 Gen 3 Mobile | TFLITE | 111.582 ms | 6 - 117 MB | NPU | [Unet-Segmentation.tflite](https://huggingface.co/qualcomm/Unet-Segmentation/blob/main/Unet-Segmentation.tflite) |
|
64 |
-
| Unet-Segmentation | float | Samsung Galaxy S24 | Snapdragon® 8 Gen 3 Mobile | QNN_DLC |
|
65 |
-
| Unet-Segmentation | float | Samsung Galaxy S24 | Snapdragon® 8 Gen 3 Mobile | ONNX |
|
66 |
| Unet-Segmentation | float | Snapdragon 8 Elite QRD | Snapdragon® 8 Elite Mobile | TFLITE | 102.945 ms | 6 - 122 MB | NPU | [Unet-Segmentation.tflite](https://huggingface.co/qualcomm/Unet-Segmentation/blob/main/Unet-Segmentation.tflite) |
|
67 |
-
| Unet-Segmentation | float | Snapdragon 8 Elite QRD | Snapdragon® 8 Elite Mobile | QNN_DLC | 95.
|
68 |
-
| Unet-Segmentation | float | Snapdragon 8 Elite QRD | Snapdragon® 8 Elite Mobile | ONNX |
|
69 |
-
| Unet-Segmentation | float | Snapdragon X Elite CRD | Snapdragon® X Elite | QNN_DLC | 132.
|
70 |
-
| Unet-Segmentation | float | Snapdragon X Elite CRD | Snapdragon® X Elite | ONNX |
|
71 |
| Unet-Segmentation | w8a8 | QCS8275 (Proxy) | Qualcomm® QCS8275 (Proxy) | TFLITE | 126.729 ms | 2 - 46 MB | NPU | [Unet-Segmentation.tflite](https://huggingface.co/qualcomm/Unet-Segmentation/blob/main/Unet-Segmentation_w8a8.tflite) |
|
72 |
-
| Unet-Segmentation | w8a8 | QCS8275 (Proxy) | Qualcomm® QCS8275 (Proxy) | QNN_DLC | 1431.
|
73 |
| Unet-Segmentation | w8a8 | QCS8450 (Proxy) | Qualcomm® QCS8450 (Proxy) | TFLITE | 53.926 ms | 2 - 84 MB | NPU | [Unet-Segmentation.tflite](https://huggingface.co/qualcomm/Unet-Segmentation/blob/main/Unet-Segmentation_w8a8.tflite) |
|
74 |
-
| Unet-Segmentation | w8a8 | QCS8450 (Proxy) | Qualcomm® QCS8450 (Proxy) | QNN_DLC | 63.
|
75 |
| Unet-Segmentation | w8a8 | QCS8550 (Proxy) | Qualcomm® QCS8550 (Proxy) | TFLITE | 37.74 ms | 0 - 902 MB | NPU | [Unet-Segmentation.tflite](https://huggingface.co/qualcomm/Unet-Segmentation/blob/main/Unet-Segmentation_w8a8.tflite) |
|
76 |
-
| Unet-Segmentation | w8a8 | QCS8550 (Proxy) | Qualcomm® QCS8550 (Proxy) | QNN_DLC | 599.
|
|
|
77 |
| Unet-Segmentation | w8a8 | QCS9075 (Proxy) | Qualcomm® QCS9075 (Proxy) | TFLITE | 34.745 ms | 2 - 45 MB | NPU | [Unet-Segmentation.tflite](https://huggingface.co/qualcomm/Unet-Segmentation/blob/main/Unet-Segmentation_w8a8.tflite) |
|
78 |
-
| Unet-Segmentation | w8a8 | QCS9075 (Proxy) | Qualcomm® QCS9075 (Proxy) | QNN_DLC | 699.
|
79 |
| Unet-Segmentation | w8a8 | RB3 Gen 2 (Proxy) | Qualcomm® QCS6490 (Proxy) | TFLITE | 312.114 ms | 2 - 291 MB | NPU | [Unet-Segmentation.tflite](https://huggingface.co/qualcomm/Unet-Segmentation/blob/main/Unet-Segmentation_w8a8.tflite) |
|
80 |
-
| Unet-Segmentation | w8a8 | RB3 Gen 2 (Proxy) | Qualcomm® QCS6490 (Proxy) | QNN_DLC | 336.
|
|
|
81 |
| Unet-Segmentation | w8a8 | RB5 (Proxy) | Qualcomm® QCS8250 (Proxy) | TFLITE | 3161.088 ms | 0 - 846 MB | NPU | [Unet-Segmentation.tflite](https://huggingface.co/qualcomm/Unet-Segmentation/blob/main/Unet-Segmentation_w8a8.tflite) |
|
|
|
82 |
| Unet-Segmentation | w8a8 | SA7255P ADP | Qualcomm® SA7255P | TFLITE | 126.729 ms | 2 - 46 MB | NPU | [Unet-Segmentation.tflite](https://huggingface.co/qualcomm/Unet-Segmentation/blob/main/Unet-Segmentation_w8a8.tflite) |
|
83 |
-
| Unet-Segmentation | w8a8 | SA7255P ADP | Qualcomm® SA7255P | QNN_DLC | 1431.
|
84 |
| Unet-Segmentation | w8a8 | SA8255 (Proxy) | Qualcomm® SA8255P (Proxy) | TFLITE | 36.017 ms | 0 - 899 MB | NPU | [Unet-Segmentation.tflite](https://huggingface.co/qualcomm/Unet-Segmentation/blob/main/Unet-Segmentation_w8a8.tflite) |
|
85 |
-
| Unet-Segmentation | w8a8 | SA8255 (Proxy) | Qualcomm® SA8255P (Proxy) | QNN_DLC | 599.
|
86 |
| Unet-Segmentation | w8a8 | SA8295P ADP | Qualcomm® SA8295P | TFLITE | 67.433 ms | 2 - 47 MB | NPU | [Unet-Segmentation.tflite](https://huggingface.co/qualcomm/Unet-Segmentation/blob/main/Unet-Segmentation_w8a8.tflite) |
|
87 |
-
| Unet-Segmentation | w8a8 | SA8295P ADP | Qualcomm® SA8295P | QNN_DLC | 64.
|
88 |
| Unet-Segmentation | w8a8 | SA8650 (Proxy) | Qualcomm® SA8650P (Proxy) | TFLITE | 38.312 ms | 0 - 900 MB | NPU | [Unet-Segmentation.tflite](https://huggingface.co/qualcomm/Unet-Segmentation/blob/main/Unet-Segmentation_w8a8.tflite) |
|
89 |
-
| Unet-Segmentation | w8a8 | SA8650 (Proxy) | Qualcomm® SA8650P (Proxy) | QNN_DLC |
|
90 |
| Unet-Segmentation | w8a8 | SA8775P ADP | Qualcomm® SA8775P | TFLITE | 34.745 ms | 2 - 45 MB | NPU | [Unet-Segmentation.tflite](https://huggingface.co/qualcomm/Unet-Segmentation/blob/main/Unet-Segmentation_w8a8.tflite) |
|
91 |
-
| Unet-Segmentation | w8a8 | SA8775P ADP | Qualcomm® SA8775P | QNN_DLC | 699.
|
92 |
| Unet-Segmentation | w8a8 | Samsung Galaxy S23 | Snapdragon® 8 Gen 2 Mobile | TFLITE | 35.529 ms | 0 - 899 MB | NPU | [Unet-Segmentation.tflite](https://huggingface.co/qualcomm/Unet-Segmentation/blob/main/Unet-Segmentation_w8a8.tflite) |
|
93 |
-
| Unet-Segmentation | w8a8 | Samsung Galaxy S23 | Snapdragon® 8 Gen 2 Mobile | QNN_DLC | 600.
|
|
|
94 |
| Unet-Segmentation | w8a8 | Samsung Galaxy S24 | Snapdragon® 8 Gen 3 Mobile | TFLITE | 29.024 ms | 1 - 82 MB | NPU | [Unet-Segmentation.tflite](https://huggingface.co/qualcomm/Unet-Segmentation/blob/main/Unet-Segmentation_w8a8.tflite) |
|
95 |
-
| Unet-Segmentation | w8a8 | Samsung Galaxy S24 | Snapdragon® 8 Gen 3 Mobile | QNN_DLC |
|
|
|
96 |
| Unet-Segmentation | w8a8 | Snapdragon 8 Elite QRD | Snapdragon® 8 Elite Mobile | TFLITE | 25.802 ms | 1 - 51 MB | NPU | [Unet-Segmentation.tflite](https://huggingface.co/qualcomm/Unet-Segmentation/blob/main/Unet-Segmentation_w8a8.tflite) |
|
97 |
-
| Unet-Segmentation | w8a8 | Snapdragon 8 Elite QRD | Snapdragon® 8 Elite Mobile | QNN_DLC | 559.
|
98 |
-
| Unet-Segmentation | w8a8 | Snapdragon
|
|
|
|
|
99 |
|
100 |
|
101 |
|
|
|
40 |
| Model | Precision | Device | Chipset | Target Runtime | Inference Time (ms) | Peak Memory Range (MB) | Primary Compute Unit | Target Model
|
41 |
|---|---|---|---|---|---|---|---|---|
|
42 |
| Unet-Segmentation | float | QCS8275 (Proxy) | Qualcomm® QCS8275 (Proxy) | TFLITE | 957.723 ms | 0 - 115 MB | NPU | [Unet-Segmentation.tflite](https://huggingface.co/qualcomm/Unet-Segmentation/blob/main/Unet-Segmentation.tflite) |
|
43 |
+
| Unet-Segmentation | float | QCS8275 (Proxy) | Qualcomm® QCS8275 (Proxy) | QNN_DLC | 943.86 ms | 3 - 131 MB | NPU | [Unet-Segmentation.dlc](https://huggingface.co/qualcomm/Unet-Segmentation/blob/main/Unet-Segmentation.dlc) |
|
44 |
| Unet-Segmentation | float | QCS8450 (Proxy) | Qualcomm® QCS8450 (Proxy) | TFLITE | 292.328 ms | 6 - 140 MB | NPU | [Unet-Segmentation.tflite](https://huggingface.co/qualcomm/Unet-Segmentation/blob/main/Unet-Segmentation.tflite) |
|
45 |
+
| Unet-Segmentation | float | QCS8450 (Proxy) | Qualcomm® QCS8450 (Proxy) | QNN_DLC | 295.194 ms | 9 - 159 MB | NPU | [Unet-Segmentation.dlc](https://huggingface.co/qualcomm/Unet-Segmentation/blob/main/Unet-Segmentation.dlc) |
|
46 |
| Unet-Segmentation | float | QCS8550 (Proxy) | Qualcomm® QCS8550 (Proxy) | TFLITE | 160.967 ms | 6 - 465 MB | NPU | [Unet-Segmentation.tflite](https://huggingface.co/qualcomm/Unet-Segmentation/blob/main/Unet-Segmentation.tflite) |
|
47 |
+
| Unet-Segmentation | float | QCS8550 (Proxy) | Qualcomm® QCS8550 (Proxy) | QNN_DLC | 137.595 ms | 10 - 57 MB | NPU | [Unet-Segmentation.dlc](https://huggingface.co/qualcomm/Unet-Segmentation/blob/main/Unet-Segmentation.dlc) |
|
48 |
+
| Unet-Segmentation | float | QCS8550 (Proxy) | Qualcomm® QCS8550 (Proxy) | ONNX | 154.299 ms | 0 - 92 MB | NPU | [Unet-Segmentation.onnx.zip](https://huggingface.co/qualcomm/Unet-Segmentation/blob/main/Unet-Segmentation.onnx.zip) |
|
49 |
| Unet-Segmentation | float | QCS9075 (Proxy) | Qualcomm® QCS9075 (Proxy) | TFLITE | 248.534 ms | 6 - 121 MB | NPU | [Unet-Segmentation.tflite](https://huggingface.co/qualcomm/Unet-Segmentation/blob/main/Unet-Segmentation.tflite) |
|
50 |
+
| Unet-Segmentation | float | QCS9075 (Proxy) | Qualcomm® QCS9075 (Proxy) | QNN_DLC | 238.794 ms | 1 - 129 MB | NPU | [Unet-Segmentation.dlc](https://huggingface.co/qualcomm/Unet-Segmentation/blob/main/Unet-Segmentation.dlc) |
|
51 |
| Unet-Segmentation | float | SA7255P ADP | Qualcomm® SA7255P | TFLITE | 957.723 ms | 0 - 115 MB | NPU | [Unet-Segmentation.tflite](https://huggingface.co/qualcomm/Unet-Segmentation/blob/main/Unet-Segmentation.tflite) |
|
52 |
+
| Unet-Segmentation | float | SA7255P ADP | Qualcomm® SA7255P | QNN_DLC | 943.86 ms | 3 - 131 MB | NPU | [Unet-Segmentation.dlc](https://huggingface.co/qualcomm/Unet-Segmentation/blob/main/Unet-Segmentation.dlc) |
|
53 |
| Unet-Segmentation | float | SA8255 (Proxy) | Qualcomm® SA8255P (Proxy) | TFLITE | 152.468 ms | 6 - 465 MB | NPU | [Unet-Segmentation.tflite](https://huggingface.co/qualcomm/Unet-Segmentation/blob/main/Unet-Segmentation.tflite) |
|
54 |
+
| Unet-Segmentation | float | SA8255 (Proxy) | Qualcomm® SA8255P (Proxy) | QNN_DLC | 139.377 ms | 10 - 54 MB | NPU | [Unet-Segmentation.dlc](https://huggingface.co/qualcomm/Unet-Segmentation/blob/main/Unet-Segmentation.dlc) |
|
55 |
| Unet-Segmentation | float | SA8295P ADP | Qualcomm® SA8295P | TFLITE | 274.528 ms | 6 - 121 MB | NPU | [Unet-Segmentation.tflite](https://huggingface.co/qualcomm/Unet-Segmentation/blob/main/Unet-Segmentation.tflite) |
|
56 |
+
| Unet-Segmentation | float | SA8295P ADP | Qualcomm® SA8295P | QNN_DLC | 259.093 ms | 1 - 128 MB | NPU | [Unet-Segmentation.dlc](https://huggingface.co/qualcomm/Unet-Segmentation/blob/main/Unet-Segmentation.dlc) |
|
57 |
| Unet-Segmentation | float | SA8650 (Proxy) | Qualcomm® SA8650P (Proxy) | TFLITE | 156.443 ms | 6 - 463 MB | NPU | [Unet-Segmentation.tflite](https://huggingface.co/qualcomm/Unet-Segmentation/blob/main/Unet-Segmentation.tflite) |
|
58 |
+
| Unet-Segmentation | float | SA8650 (Proxy) | Qualcomm® SA8650P (Proxy) | QNN_DLC | 139.792 ms | 9 - 53 MB | NPU | [Unet-Segmentation.dlc](https://huggingface.co/qualcomm/Unet-Segmentation/blob/main/Unet-Segmentation.dlc) |
|
59 |
| Unet-Segmentation | float | SA8775P ADP | Qualcomm® SA8775P | TFLITE | 248.534 ms | 6 - 121 MB | NPU | [Unet-Segmentation.tflite](https://huggingface.co/qualcomm/Unet-Segmentation/blob/main/Unet-Segmentation.tflite) |
|
60 |
+
| Unet-Segmentation | float | SA8775P ADP | Qualcomm® SA8775P | QNN_DLC | 238.794 ms | 1 - 129 MB | NPU | [Unet-Segmentation.dlc](https://huggingface.co/qualcomm/Unet-Segmentation/blob/main/Unet-Segmentation.dlc) |
|
61 |
| Unet-Segmentation | float | Samsung Galaxy S23 | Snapdragon® 8 Gen 2 Mobile | TFLITE | 153.363 ms | 6 - 238 MB | NPU | [Unet-Segmentation.tflite](https://huggingface.co/qualcomm/Unet-Segmentation/blob/main/Unet-Segmentation.tflite) |
|
62 |
+
| Unet-Segmentation | float | Samsung Galaxy S23 | Snapdragon® 8 Gen 2 Mobile | QNN_DLC | 137.703 ms | 9 - 53 MB | NPU | [Unet-Segmentation.dlc](https://huggingface.co/qualcomm/Unet-Segmentation/blob/main/Unet-Segmentation.dlc) |
|
63 |
+
| Unet-Segmentation | float | Samsung Galaxy S23 | Snapdragon® 8 Gen 2 Mobile | ONNX | 153.47 ms | 15 - 51 MB | NPU | [Unet-Segmentation.onnx.zip](https://huggingface.co/qualcomm/Unet-Segmentation/blob/main/Unet-Segmentation.onnx.zip) |
|
64 |
| Unet-Segmentation | float | Samsung Galaxy S24 | Snapdragon® 8 Gen 3 Mobile | TFLITE | 111.582 ms | 6 - 117 MB | NPU | [Unet-Segmentation.tflite](https://huggingface.co/qualcomm/Unet-Segmentation/blob/main/Unet-Segmentation.tflite) |
|
65 |
+
| Unet-Segmentation | float | Samsung Galaxy S24 | Snapdragon® 8 Gen 3 Mobile | QNN_DLC | 103.897 ms | 9 - 133 MB | NPU | [Unet-Segmentation.dlc](https://huggingface.co/qualcomm/Unet-Segmentation/blob/main/Unet-Segmentation.dlc) |
|
66 |
+
| Unet-Segmentation | float | Samsung Galaxy S24 | Snapdragon® 8 Gen 3 Mobile | ONNX | 110.262 ms | 24 - 135 MB | NPU | [Unet-Segmentation.onnx.zip](https://huggingface.co/qualcomm/Unet-Segmentation/blob/main/Unet-Segmentation.onnx.zip) |
|
67 |
| Unet-Segmentation | float | Snapdragon 8 Elite QRD | Snapdragon® 8 Elite Mobile | TFLITE | 102.945 ms | 6 - 122 MB | NPU | [Unet-Segmentation.tflite](https://huggingface.co/qualcomm/Unet-Segmentation/blob/main/Unet-Segmentation.tflite) |
|
68 |
+
| Unet-Segmentation | float | Snapdragon 8 Elite QRD | Snapdragon® 8 Elite Mobile | QNN_DLC | 95.65 ms | 9 - 141 MB | NPU | [Unet-Segmentation.dlc](https://huggingface.co/qualcomm/Unet-Segmentation/blob/main/Unet-Segmentation.dlc) |
|
69 |
+
| Unet-Segmentation | float | Snapdragon 8 Elite QRD | Snapdragon® 8 Elite Mobile | ONNX | 102.406 ms | 25 - 142 MB | NPU | [Unet-Segmentation.onnx.zip](https://huggingface.co/qualcomm/Unet-Segmentation/blob/main/Unet-Segmentation.onnx.zip) |
|
70 |
+
| Unet-Segmentation | float | Snapdragon X Elite CRD | Snapdragon® X Elite | QNN_DLC | 132.217 ms | 74 - 74 MB | NPU | [Unet-Segmentation.dlc](https://huggingface.co/qualcomm/Unet-Segmentation/blob/main/Unet-Segmentation.dlc) |
|
71 |
+
| Unet-Segmentation | float | Snapdragon X Elite CRD | Snapdragon® X Elite | ONNX | 141.007 ms | 54 - 54 MB | NPU | [Unet-Segmentation.onnx.zip](https://huggingface.co/qualcomm/Unet-Segmentation/blob/main/Unet-Segmentation.onnx.zip) |
|
72 |
| Unet-Segmentation | w8a8 | QCS8275 (Proxy) | Qualcomm® QCS8275 (Proxy) | TFLITE | 126.729 ms | 2 - 46 MB | NPU | [Unet-Segmentation.tflite](https://huggingface.co/qualcomm/Unet-Segmentation/blob/main/Unet-Segmentation_w8a8.tflite) |
|
73 |
+
| Unet-Segmentation | w8a8 | QCS8275 (Proxy) | Qualcomm® QCS8275 (Proxy) | QNN_DLC | 1431.388 ms | 2 - 60 MB | NPU | [Unet-Segmentation.dlc](https://huggingface.co/qualcomm/Unet-Segmentation/blob/main/Unet-Segmentation_w8a8.dlc) |
|
74 |
| Unet-Segmentation | w8a8 | QCS8450 (Proxy) | Qualcomm® QCS8450 (Proxy) | TFLITE | 53.926 ms | 2 - 84 MB | NPU | [Unet-Segmentation.tflite](https://huggingface.co/qualcomm/Unet-Segmentation/blob/main/Unet-Segmentation_w8a8.tflite) |
|
75 |
+
| Unet-Segmentation | w8a8 | QCS8450 (Proxy) | Qualcomm® QCS8450 (Proxy) | QNN_DLC | 63.279 ms | 2 - 99 MB | NPU | [Unet-Segmentation.dlc](https://huggingface.co/qualcomm/Unet-Segmentation/blob/main/Unet-Segmentation_w8a8.dlc) |
|
76 |
| Unet-Segmentation | w8a8 | QCS8550 (Proxy) | Qualcomm® QCS8550 (Proxy) | TFLITE | 37.74 ms | 0 - 902 MB | NPU | [Unet-Segmentation.tflite](https://huggingface.co/qualcomm/Unet-Segmentation/blob/main/Unet-Segmentation_w8a8.tflite) |
|
77 |
+
| Unet-Segmentation | w8a8 | QCS8550 (Proxy) | Qualcomm® QCS8550 (Proxy) | QNN_DLC | 599.499 ms | 1 - 27 MB | NPU | [Unet-Segmentation.dlc](https://huggingface.co/qualcomm/Unet-Segmentation/blob/main/Unet-Segmentation_w8a8.dlc) |
|
78 |
+
| Unet-Segmentation | w8a8 | QCS8550 (Proxy) | Qualcomm® QCS8550 (Proxy) | ONNX | 423.569 ms | 259 - 756 MB | NPU | [Unet-Segmentation.onnx.zip](https://huggingface.co/qualcomm/Unet-Segmentation/blob/main/Unet-Segmentation_w8a8.onnx.zip) |
|
79 |
| Unet-Segmentation | w8a8 | QCS9075 (Proxy) | Qualcomm® QCS9075 (Proxy) | TFLITE | 34.745 ms | 2 - 45 MB | NPU | [Unet-Segmentation.tflite](https://huggingface.co/qualcomm/Unet-Segmentation/blob/main/Unet-Segmentation_w8a8.tflite) |
|
80 |
+
| Unet-Segmentation | w8a8 | QCS9075 (Proxy) | Qualcomm® QCS9075 (Proxy) | QNN_DLC | 699.109 ms | 2 - 59 MB | NPU | [Unet-Segmentation.dlc](https://huggingface.co/qualcomm/Unet-Segmentation/blob/main/Unet-Segmentation_w8a8.dlc) |
|
81 |
| Unet-Segmentation | w8a8 | RB3 Gen 2 (Proxy) | Qualcomm® QCS6490 (Proxy) | TFLITE | 312.114 ms | 2 - 291 MB | NPU | [Unet-Segmentation.tflite](https://huggingface.co/qualcomm/Unet-Segmentation/blob/main/Unet-Segmentation_w8a8.tflite) |
|
82 |
+
| Unet-Segmentation | w8a8 | RB3 Gen 2 (Proxy) | Qualcomm® QCS6490 (Proxy) | QNN_DLC | 336.184 ms | 2 - 364 MB | NPU | [Unet-Segmentation.dlc](https://huggingface.co/qualcomm/Unet-Segmentation/blob/main/Unet-Segmentation_w8a8.dlc) |
|
83 |
+
| Unet-Segmentation | w8a8 | RB3 Gen 2 (Proxy) | Qualcomm® QCS6490 (Proxy) | ONNX | 10707.488 ms | 1438 - 1450 MB | CPU | [Unet-Segmentation.onnx.zip](https://huggingface.co/qualcomm/Unet-Segmentation/blob/main/Unet-Segmentation_w8a8.onnx.zip) |
|
84 |
| Unet-Segmentation | w8a8 | RB5 (Proxy) | Qualcomm® QCS8250 (Proxy) | TFLITE | 3161.088 ms | 0 - 846 MB | NPU | [Unet-Segmentation.tflite](https://huggingface.co/qualcomm/Unet-Segmentation/blob/main/Unet-Segmentation_w8a8.tflite) |
|
85 |
+
| Unet-Segmentation | w8a8 | RB5 (Proxy) | Qualcomm® QCS8250 (Proxy) | ONNX | 12381.268 ms | 1377 - 1441 MB | CPU | [Unet-Segmentation.onnx.zip](https://huggingface.co/qualcomm/Unet-Segmentation/blob/main/Unet-Segmentation_w8a8.onnx.zip) |
|
86 |
| Unet-Segmentation | w8a8 | SA7255P ADP | Qualcomm® SA7255P | TFLITE | 126.729 ms | 2 - 46 MB | NPU | [Unet-Segmentation.tflite](https://huggingface.co/qualcomm/Unet-Segmentation/blob/main/Unet-Segmentation_w8a8.tflite) |
|
87 |
+
| Unet-Segmentation | w8a8 | SA7255P ADP | Qualcomm® SA7255P | QNN_DLC | 1431.388 ms | 2 - 60 MB | NPU | [Unet-Segmentation.dlc](https://huggingface.co/qualcomm/Unet-Segmentation/blob/main/Unet-Segmentation_w8a8.dlc) |
|
88 |
| Unet-Segmentation | w8a8 | SA8255 (Proxy) | Qualcomm® SA8255P (Proxy) | TFLITE | 36.017 ms | 0 - 899 MB | NPU | [Unet-Segmentation.tflite](https://huggingface.co/qualcomm/Unet-Segmentation/blob/main/Unet-Segmentation_w8a8.tflite) |
|
89 |
+
| Unet-Segmentation | w8a8 | SA8255 (Proxy) | Qualcomm® SA8255P (Proxy) | QNN_DLC | 599.712 ms | 1 - 25 MB | NPU | [Unet-Segmentation.dlc](https://huggingface.co/qualcomm/Unet-Segmentation/blob/main/Unet-Segmentation_w8a8.dlc) |
|
90 |
| Unet-Segmentation | w8a8 | SA8295P ADP | Qualcomm® SA8295P | TFLITE | 67.433 ms | 2 - 47 MB | NPU | [Unet-Segmentation.tflite](https://huggingface.co/qualcomm/Unet-Segmentation/blob/main/Unet-Segmentation_w8a8.tflite) |
|
91 |
+
| Unet-Segmentation | w8a8 | SA8295P ADP | Qualcomm® SA8295P | QNN_DLC | 64.285 ms | 2 - 64 MB | NPU | [Unet-Segmentation.dlc](https://huggingface.co/qualcomm/Unet-Segmentation/blob/main/Unet-Segmentation_w8a8.dlc) |
|
92 |
| Unet-Segmentation | w8a8 | SA8650 (Proxy) | Qualcomm® SA8650P (Proxy) | TFLITE | 38.312 ms | 0 - 900 MB | NPU | [Unet-Segmentation.tflite](https://huggingface.co/qualcomm/Unet-Segmentation/blob/main/Unet-Segmentation_w8a8.tflite) |
|
93 |
+
| Unet-Segmentation | w8a8 | SA8650 (Proxy) | Qualcomm® SA8650P (Proxy) | QNN_DLC | 599.83 ms | 2 - 19 MB | NPU | [Unet-Segmentation.dlc](https://huggingface.co/qualcomm/Unet-Segmentation/blob/main/Unet-Segmentation_w8a8.dlc) |
|
94 |
| Unet-Segmentation | w8a8 | SA8775P ADP | Qualcomm® SA8775P | TFLITE | 34.745 ms | 2 - 45 MB | NPU | [Unet-Segmentation.tflite](https://huggingface.co/qualcomm/Unet-Segmentation/blob/main/Unet-Segmentation_w8a8.tflite) |
|
95 |
+
| Unet-Segmentation | w8a8 | SA8775P ADP | Qualcomm® SA8775P | QNN_DLC | 699.109 ms | 2 - 59 MB | NPU | [Unet-Segmentation.dlc](https://huggingface.co/qualcomm/Unet-Segmentation/blob/main/Unet-Segmentation_w8a8.dlc) |
|
96 |
| Unet-Segmentation | w8a8 | Samsung Galaxy S23 | Snapdragon® 8 Gen 2 Mobile | TFLITE | 35.529 ms | 0 - 899 MB | NPU | [Unet-Segmentation.tflite](https://huggingface.co/qualcomm/Unet-Segmentation/blob/main/Unet-Segmentation_w8a8.tflite) |
|
97 |
+
| Unet-Segmentation | w8a8 | Samsung Galaxy S23 | Snapdragon® 8 Gen 2 Mobile | QNN_DLC | 600.26 ms | 0 - 26 MB | NPU | [Unet-Segmentation.dlc](https://huggingface.co/qualcomm/Unet-Segmentation/blob/main/Unet-Segmentation_w8a8.dlc) |
|
98 |
+
| Unet-Segmentation | w8a8 | Samsung Galaxy S23 | Snapdragon® 8 Gen 2 Mobile | ONNX | 428.766 ms | 261 - 777 MB | NPU | [Unet-Segmentation.onnx.zip](https://huggingface.co/qualcomm/Unet-Segmentation/blob/main/Unet-Segmentation_w8a8.onnx.zip) |
|
99 |
| Unet-Segmentation | w8a8 | Samsung Galaxy S24 | Snapdragon® 8 Gen 3 Mobile | TFLITE | 29.024 ms | 1 - 82 MB | NPU | [Unet-Segmentation.tflite](https://huggingface.co/qualcomm/Unet-Segmentation/blob/main/Unet-Segmentation_w8a8.tflite) |
|
100 |
+
| Unet-Segmentation | w8a8 | Samsung Galaxy S24 | Snapdragon® 8 Gen 3 Mobile | QNN_DLC | 528.218 ms | 2 - 97 MB | NPU | [Unet-Segmentation.dlc](https://huggingface.co/qualcomm/Unet-Segmentation/blob/main/Unet-Segmentation_w8a8.dlc) |
|
101 |
+
| Unet-Segmentation | w8a8 | Samsung Galaxy S24 | Snapdragon® 8 Gen 3 Mobile | ONNX | 347.337 ms | 847 - 3929 MB | NPU | [Unet-Segmentation.onnx.zip](https://huggingface.co/qualcomm/Unet-Segmentation/blob/main/Unet-Segmentation_w8a8.onnx.zip) |
|
102 |
| Unet-Segmentation | w8a8 | Snapdragon 8 Elite QRD | Snapdragon® 8 Elite Mobile | TFLITE | 25.802 ms | 1 - 51 MB | NPU | [Unet-Segmentation.tflite](https://huggingface.co/qualcomm/Unet-Segmentation/blob/main/Unet-Segmentation_w8a8.tflite) |
|
103 |
+
| Unet-Segmentation | w8a8 | Snapdragon 8 Elite QRD | Snapdragon® 8 Elite Mobile | QNN_DLC | 559.333 ms | 2 - 69 MB | NPU | [Unet-Segmentation.dlc](https://huggingface.co/qualcomm/Unet-Segmentation/blob/main/Unet-Segmentation_w8a8.dlc) |
|
104 |
+
| Unet-Segmentation | w8a8 | Snapdragon 8 Elite QRD | Snapdragon® 8 Elite Mobile | ONNX | 318.382 ms | 325 - 2365 MB | NPU | [Unet-Segmentation.onnx.zip](https://huggingface.co/qualcomm/Unet-Segmentation/blob/main/Unet-Segmentation_w8a8.onnx.zip) |
|
105 |
+
| Unet-Segmentation | w8a8 | Snapdragon X Elite CRD | Snapdragon® X Elite | QNN_DLC | 671.598 ms | 60 - 60 MB | NPU | [Unet-Segmentation.dlc](https://huggingface.co/qualcomm/Unet-Segmentation/blob/main/Unet-Segmentation_w8a8.dlc) |
|
106 |
+
| Unet-Segmentation | w8a8 | Snapdragon X Elite CRD | Snapdragon® X Elite | ONNX | 404.127 ms | 463 - 463 MB | NPU | [Unet-Segmentation.onnx.zip](https://huggingface.co/qualcomm/Unet-Segmentation/blob/main/Unet-Segmentation_w8a8.onnx.zip) |
|
107 |
|
108 |
|
109 |
|
Unet-Segmentation.dlc → Unet-Segmentation_float.dlc
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 124198924
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d9ac8a8b8a50ca85a46189a5e1eb10289eafb741d70daa16e6adf3f9ca9c8511
|
3 |
size 124198924
|
Unet-Segmentation.onnx.zip → Unet-Segmentation_float.onnx.zip
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 115077331
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fb995f2060af58e6b922a3037ae22f41307432863998762f4f363c1ae5d2a43a
|
3 |
size 115077331
|
Unet-Segmentation.tflite → Unet-Segmentation_float.tflite
RENAMED
File without changes
|
Unet-Segmentation_w8a8.dlc
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 31510524
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2585cfab69b418c8b4e74c0f9e941e5a1494e200d05c972fe3b949a7995707e1
|
3 |
size 31510524
|
precompiled/qualcomm-snapdragon-x-elite/Unet-Segmentation.onnx.zip → Unet-Segmentation_w8a8.onnx.zip
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cf8ebda4b59f9c116e05d86f4ac5e871a6b00ffee2b090034fc51028dd5d7c48
|
3 |
+
size 59164536
|
precompiled/qualcomm-qcs6490-proxy/Unet-Segmentation_w8a8.onnx.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f6f9c9a19e99fcc12c2cfa500a0b48f00a51938759b386397b769827a12fa3c2
|
3 |
+
size 31206638
|
precompiled/qualcomm-qcs6490-proxy/sdk_versions.yml
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
sdk_versions:
|
2 |
-
qnn_context_binary:
|
3 |
-
qairt: 2.37.0.250724175447_124859
|
|
|
|
|
|
|
|
precompiled/qualcomm-qcs6490-proxy/tool-versions.yaml
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
tool_versions:
|
2 |
+
precompiled_qnn_onnx:
|
3 |
+
qairt: 2.36.4.250725200057_123280
|
precompiled/qualcomm-snapdragon-x-elite/{Unet-Segmentation.bin → Unet-Segmentation_float.bin}
RENAMED
File without changes
|
precompiled/qualcomm-snapdragon-x-elite/Unet-Segmentation_float.onnx.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:954c2c6268fafc59de155398e30decb6285dbd436e4b23864b7c9b060a9be9e2
|
3 |
+
size 58832535
|
precompiled/qualcomm-snapdragon-x-elite/Unet-Segmentation_w8a8.onnx.zip
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:eaec4441ba65e0857aa5c92dde218cd3c7678d91260ecd3bab951596416c83be
|
3 |
+
size 29878667
|
precompiled/qualcomm-snapdragon-x-elite/sdk_versions.yml
DELETED
@@ -1,5 +0,0 @@
|
|
1 |
-
sdk_versions:
|
2 |
-
qnn_context_binary:
|
3 |
-
qairt: 2.37.0.250724175447_124859
|
4 |
-
precompiled_qnn_onnx:
|
5 |
-
qairt: 2.33.2.250410134701_117956
|
|
|
|
|
|
|
|
|
|
|
|
precompiled/qualcomm-snapdragon-x-elite/tool-versions.yaml
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
tool_versions:
|
2 |
+
precompiled_qnn_onnx:
|
3 |
+
qairt: 2.36.4.250725200057_123280
|
sdk_versions.yml
DELETED
@@ -1,9 +0,0 @@
|
|
1 |
-
sdk_versions:
|
2 |
-
tflite:
|
3 |
-
qairt: 2.37.0.250724175447_124859
|
4 |
-
tflite: 2.17.0
|
5 |
-
qnn_dlc:
|
6 |
-
qairt: 2.37.0.250724175447_124859
|
7 |
-
onnx:
|
8 |
-
qairt: 2.33.2.250410134701_117956
|
9 |
-
onnx_runtime: 1.22.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
tool-versions.yaml
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
tool_versions:
|
2 |
+
onnx:
|
3 |
+
qairt: 2.36.4.250725200057_123280
|
4 |
+
onnx_runtime: 1.22.0
|