v0.32.0
Browse filesSee https://github.com/quic/ai-hub-models/releases/v0.32.0 for changelog.
- .gitattributes +1 -0
- DEPLOYMENT_MODEL_LICENSE.pdf +3 -0
- DeepLabV3-Plus-MobileNet.onnx +2 -2
- DeepLabV3-Plus-MobileNet_w8a16.dlc +2 -2
- DeepLabV3-Plus-MobileNet_w8a16.onnx +1 -1
- LICENSE +2 -0
- README.md +24 -24
.gitattributes
CHANGED
@@ -37,3 +37,4 @@ DeepLabV3-Plus-MobileNet.so filter=lfs diff=lfs merge=lfs -text
|
|
37 |
DeepLabV3-Plus-MobileNet_w8a16.so filter=lfs diff=lfs merge=lfs -text
|
38 |
DeepLabV3-Plus-MobileNet.dlc filter=lfs diff=lfs merge=lfs -text
|
39 |
DeepLabV3-Plus-MobileNet_w8a16.dlc filter=lfs diff=lfs merge=lfs -text
|
|
|
|
37 |
DeepLabV3-Plus-MobileNet_w8a16.so filter=lfs diff=lfs merge=lfs -text
|
38 |
DeepLabV3-Plus-MobileNet.dlc filter=lfs diff=lfs merge=lfs -text
|
39 |
DeepLabV3-Plus-MobileNet_w8a16.dlc filter=lfs diff=lfs merge=lfs -text
|
40 |
+
DEPLOYMENT_MODEL_LICENSE.pdf filter=lfs diff=lfs merge=lfs -text
|
DEPLOYMENT_MODEL_LICENSE.pdf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4409f93b0e82531303b3e10f52f1fdfb56467a25f05b7441c6bbd8bb8a64b42c
|
3 |
+
size 109629
|
DeepLabV3-Plus-MobileNet.onnx
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:d196ad67b5768faff19239b828d852b97b2ed12502d426680a1018fc0d053e7a
|
3 |
+
size 23245070
|
DeepLabV3-Plus-MobileNet_w8a16.dlc
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:11c5d3d75ce9432e22b4936a1c94ecc4dec4b713af081c3b09e63d35bf63b70f
|
3 |
+
size 6994231
|
DeepLabV3-Plus-MobileNet_w8a16.onnx
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 23410174
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:872565e842ffdf3531d7a56cf550e0b6f6be988463a772423a294c8c05be3916
|
3 |
size 23410174
|
LICENSE
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
The license of the original trained model can be found at https://github.com/jfzhang95/pytorch-deeplab-xception/blob/master/LICENSE.
|
2 |
+
The license for the deployable model files (.tflite, .onnx, .dlc, .bin, etc.) can be found in DEPLOYMENT_MODEL_LICENSE.pdf.
|
README.md
CHANGED
@@ -29,10 +29,10 @@ More details on model performance across various devices, can be found
|
|
29 |
- **Model Stats:**
|
30 |
- Model checkpoint: VOC2012
|
31 |
- Input resolution: 513x513
|
32 |
-
- Number of parameters: 5.80M
|
33 |
- Number of output classes: 21
|
|
|
34 |
- Model size (float): 22.2 MB
|
35 |
-
- Model size (
|
36 |
|
37 |
| Model | Precision | Device | Chipset | Target Runtime | Inference Time (ms) | Peak Memory Range (MB) | Primary Compute Unit | Target Model
|
38 |
|---|---|---|---|---|---|---|---|---|
|
@@ -56,33 +56,33 @@ More details on model performance across various devices, can be found
|
|
56 |
| DeepLabV3-Plus-MobileNet | float | SA8775P ADP | Qualcomm® SA8775P | QNN_DLC | 17.545 ms | 2 - 33 MB | NPU | [DeepLabV3-Plus-MobileNet.dlc](https://huggingface.co/qualcomm/DeepLabV3-Plus-MobileNet/blob/main/DeepLabV3-Plus-MobileNet.dlc) |
|
57 |
| DeepLabV3-Plus-MobileNet | float | Samsung Galaxy S23 | Snapdragon® 8 Gen 2 Mobile | TFLITE | 13.018 ms | 0 - 12 MB | NPU | [DeepLabV3-Plus-MobileNet.tflite](https://huggingface.co/qualcomm/DeepLabV3-Plus-MobileNet/blob/main/DeepLabV3-Plus-MobileNet.tflite) |
|
58 |
| DeepLabV3-Plus-MobileNet | float | Samsung Galaxy S23 | Snapdragon® 8 Gen 2 Mobile | QNN_DLC | 11.296 ms | 3 - 15 MB | NPU | [DeepLabV3-Plus-MobileNet.dlc](https://huggingface.co/qualcomm/DeepLabV3-Plus-MobileNet/blob/main/DeepLabV3-Plus-MobileNet.dlc) |
|
59 |
-
| DeepLabV3-Plus-MobileNet | float | Samsung Galaxy S23 | Snapdragon® 8 Gen 2 Mobile | ONNX |
|
60 |
| DeepLabV3-Plus-MobileNet | float | Samsung Galaxy S24 | Snapdragon® 8 Gen 3 Mobile | TFLITE | 9.086 ms | 0 - 46 MB | NPU | [DeepLabV3-Plus-MobileNet.tflite](https://huggingface.co/qualcomm/DeepLabV3-Plus-MobileNet/blob/main/DeepLabV3-Plus-MobileNet.tflite) |
|
61 |
| DeepLabV3-Plus-MobileNet | float | Samsung Galaxy S24 | Snapdragon® 8 Gen 3 Mobile | QNN_DLC | 7.871 ms | 3 - 44 MB | NPU | [DeepLabV3-Plus-MobileNet.dlc](https://huggingface.co/qualcomm/DeepLabV3-Plus-MobileNet/blob/main/DeepLabV3-Plus-MobileNet.dlc) |
|
62 |
-
| DeepLabV3-Plus-MobileNet | float | Samsung Galaxy S24 | Snapdragon® 8 Gen 3 Mobile | ONNX | 7.
|
63 |
| DeepLabV3-Plus-MobileNet | float | Snapdragon 8 Elite QRD | Snapdragon® 8 Elite Mobile | TFLITE | 7.193 ms | 0 - 32 MB | NPU | [DeepLabV3-Plus-MobileNet.tflite](https://huggingface.co/qualcomm/DeepLabV3-Plus-MobileNet/blob/main/DeepLabV3-Plus-MobileNet.tflite) |
|
64 |
| DeepLabV3-Plus-MobileNet | float | Snapdragon 8 Elite QRD | Snapdragon® 8 Elite Mobile | QNN_DLC | 7.663 ms | 3 - 40 MB | NPU | [DeepLabV3-Plus-MobileNet.dlc](https://huggingface.co/qualcomm/DeepLabV3-Plus-MobileNet/blob/main/DeepLabV3-Plus-MobileNet.dlc) |
|
65 |
-
| DeepLabV3-Plus-MobileNet | float | Snapdragon 8 Elite QRD | Snapdragon® 8 Elite Mobile | ONNX |
|
66 |
| DeepLabV3-Plus-MobileNet | float | Snapdragon X Elite CRD | Snapdragon® X Elite | QNN_DLC | 13.085 ms | 23 - 23 MB | NPU | [DeepLabV3-Plus-MobileNet.dlc](https://huggingface.co/qualcomm/DeepLabV3-Plus-MobileNet/blob/main/DeepLabV3-Plus-MobileNet.dlc) |
|
67 |
-
| DeepLabV3-Plus-MobileNet | float | Snapdragon X Elite CRD | Snapdragon® X Elite | ONNX | 11.
|
68 |
-
| DeepLabV3-Plus-MobileNet | w8a16 | QCS8275 (Proxy) | Qualcomm® QCS8275 (Proxy) | QNN_DLC | 21.
|
69 |
-
| DeepLabV3-Plus-MobileNet | w8a16 | QCS8450 (Proxy) | Qualcomm® QCS8450 (Proxy) | QNN_DLC | 11.
|
70 |
-
| DeepLabV3-Plus-MobileNet | w8a16 | QCS8550 (Proxy) | Qualcomm® QCS8550 (Proxy) | QNN_DLC | 8.
|
71 |
-
| DeepLabV3-Plus-MobileNet | w8a16 | QCS9075 (Proxy) | Qualcomm® QCS9075 (Proxy) | QNN_DLC | 9.
|
72 |
-
| DeepLabV3-Plus-MobileNet | w8a16 | RB3 Gen 2 (Proxy) | Qualcomm® QCS6490 (Proxy) | QNN_DLC | 43.
|
73 |
-
| DeepLabV3-Plus-MobileNet | w8a16 | SA7255P ADP | Qualcomm® SA7255P | QNN_DLC | 21.
|
74 |
-
| DeepLabV3-Plus-MobileNet | w8a16 | SA8255 (Proxy) | Qualcomm® SA8255P (Proxy) | QNN_DLC | 8.
|
75 |
-
| DeepLabV3-Plus-MobileNet | w8a16 | SA8295P ADP | Qualcomm® SA8295P | QNN_DLC | 12.
|
76 |
-
| DeepLabV3-Plus-MobileNet | w8a16 | SA8650 (Proxy) | Qualcomm® SA8650P (Proxy) | QNN_DLC | 8.279 ms |
|
77 |
-
| DeepLabV3-Plus-MobileNet | w8a16 | SA8775P ADP | Qualcomm® SA8775P | QNN_DLC | 9.
|
78 |
-
| DeepLabV3-Plus-MobileNet | w8a16 | Samsung Galaxy S23 | Snapdragon® 8 Gen 2 Mobile | QNN_DLC | 8.
|
79 |
-
| DeepLabV3-Plus-MobileNet | w8a16 | Samsung Galaxy S23 | Snapdragon® 8 Gen 2 Mobile | ONNX |
|
80 |
-
| DeepLabV3-Plus-MobileNet | w8a16 | Samsung Galaxy S24 | Snapdragon® 8 Gen 3 Mobile | QNN_DLC | 6.
|
81 |
-
| DeepLabV3-Plus-MobileNet | w8a16 | Samsung Galaxy S24 | Snapdragon® 8 Gen 3 Mobile | ONNX |
|
82 |
-
| DeepLabV3-Plus-MobileNet | w8a16 | Snapdragon 8 Elite QRD | Snapdragon® 8 Elite Mobile | QNN_DLC | 5.
|
83 |
-
| DeepLabV3-Plus-MobileNet | w8a16 | Snapdragon 8 Elite QRD | Snapdragon® 8 Elite Mobile | ONNX |
|
84 |
-
| DeepLabV3-Plus-MobileNet | w8a16 | Snapdragon X Elite CRD | Snapdragon® X Elite | QNN_DLC | 10.
|
85 |
-
| DeepLabV3-Plus-MobileNet | w8a16 | Snapdragon X Elite CRD | Snapdragon® X Elite | ONNX |
|
86 |
|
87 |
|
88 |
|
|
|
29 |
- **Model Stats:**
|
30 |
- Model checkpoint: VOC2012
|
31 |
- Input resolution: 513x513
|
|
|
32 |
- Number of output classes: 21
|
33 |
+
- Number of parameters: 5.80M
|
34 |
- Model size (float): 22.2 MB
|
35 |
+
- Model size (w8a16): 6.67 MB
|
36 |
|
37 |
| Model | Precision | Device | Chipset | Target Runtime | Inference Time (ms) | Peak Memory Range (MB) | Primary Compute Unit | Target Model
|
38 |
|---|---|---|---|---|---|---|---|---|
|
|
|
56 |
| DeepLabV3-Plus-MobileNet | float | SA8775P ADP | Qualcomm® SA8775P | QNN_DLC | 17.545 ms | 2 - 33 MB | NPU | [DeepLabV3-Plus-MobileNet.dlc](https://huggingface.co/qualcomm/DeepLabV3-Plus-MobileNet/blob/main/DeepLabV3-Plus-MobileNet.dlc) |
|
57 |
| DeepLabV3-Plus-MobileNet | float | Samsung Galaxy S23 | Snapdragon® 8 Gen 2 Mobile | TFLITE | 13.018 ms | 0 - 12 MB | NPU | [DeepLabV3-Plus-MobileNet.tflite](https://huggingface.co/qualcomm/DeepLabV3-Plus-MobileNet/blob/main/DeepLabV3-Plus-MobileNet.tflite) |
|
58 |
| DeepLabV3-Plus-MobileNet | float | Samsung Galaxy S23 | Snapdragon® 8 Gen 2 Mobile | QNN_DLC | 11.296 ms | 3 - 15 MB | NPU | [DeepLabV3-Plus-MobileNet.dlc](https://huggingface.co/qualcomm/DeepLabV3-Plus-MobileNet/blob/main/DeepLabV3-Plus-MobileNet.dlc) |
|
59 |
+
| DeepLabV3-Plus-MobileNet | float | Samsung Galaxy S23 | Snapdragon® 8 Gen 2 Mobile | ONNX | 11.005 ms | 1 - 39 MB | NPU | [DeepLabV3-Plus-MobileNet.onnx](https://huggingface.co/qualcomm/DeepLabV3-Plus-MobileNet/blob/main/DeepLabV3-Plus-MobileNet.onnx) |
|
60 |
| DeepLabV3-Plus-MobileNet | float | Samsung Galaxy S24 | Snapdragon® 8 Gen 3 Mobile | TFLITE | 9.086 ms | 0 - 46 MB | NPU | [DeepLabV3-Plus-MobileNet.tflite](https://huggingface.co/qualcomm/DeepLabV3-Plus-MobileNet/blob/main/DeepLabV3-Plus-MobileNet.tflite) |
|
61 |
| DeepLabV3-Plus-MobileNet | float | Samsung Galaxy S24 | Snapdragon® 8 Gen 3 Mobile | QNN_DLC | 7.871 ms | 3 - 44 MB | NPU | [DeepLabV3-Plus-MobileNet.dlc](https://huggingface.co/qualcomm/DeepLabV3-Plus-MobileNet/blob/main/DeepLabV3-Plus-MobileNet.dlc) |
|
62 |
+
| DeepLabV3-Plus-MobileNet | float | Samsung Galaxy S24 | Snapdragon® 8 Gen 3 Mobile | ONNX | 7.59 ms | 1 - 49 MB | NPU | [DeepLabV3-Plus-MobileNet.onnx](https://huggingface.co/qualcomm/DeepLabV3-Plus-MobileNet/blob/main/DeepLabV3-Plus-MobileNet.onnx) |
|
63 |
| DeepLabV3-Plus-MobileNet | float | Snapdragon 8 Elite QRD | Snapdragon® 8 Elite Mobile | TFLITE | 7.193 ms | 0 - 32 MB | NPU | [DeepLabV3-Plus-MobileNet.tflite](https://huggingface.co/qualcomm/DeepLabV3-Plus-MobileNet/blob/main/DeepLabV3-Plus-MobileNet.tflite) |
|
64 |
| DeepLabV3-Plus-MobileNet | float | Snapdragon 8 Elite QRD | Snapdragon® 8 Elite Mobile | QNN_DLC | 7.663 ms | 3 - 40 MB | NPU | [DeepLabV3-Plus-MobileNet.dlc](https://huggingface.co/qualcomm/DeepLabV3-Plus-MobileNet/blob/main/DeepLabV3-Plus-MobileNet.dlc) |
|
65 |
+
| DeepLabV3-Plus-MobileNet | float | Snapdragon 8 Elite QRD | Snapdragon® 8 Elite Mobile | ONNX | 6.283 ms | 2 - 40 MB | NPU | [DeepLabV3-Plus-MobileNet.onnx](https://huggingface.co/qualcomm/DeepLabV3-Plus-MobileNet/blob/main/DeepLabV3-Plus-MobileNet.onnx) |
|
66 |
| DeepLabV3-Plus-MobileNet | float | Snapdragon X Elite CRD | Snapdragon® X Elite | QNN_DLC | 13.085 ms | 23 - 23 MB | NPU | [DeepLabV3-Plus-MobileNet.dlc](https://huggingface.co/qualcomm/DeepLabV3-Plus-MobileNet/blob/main/DeepLabV3-Plus-MobileNet.dlc) |
|
67 |
+
| DeepLabV3-Plus-MobileNet | float | Snapdragon X Elite CRD | Snapdragon® X Elite | ONNX | 11.929 ms | 10 - 10 MB | NPU | [DeepLabV3-Plus-MobileNet.onnx](https://huggingface.co/qualcomm/DeepLabV3-Plus-MobileNet/blob/main/DeepLabV3-Plus-MobileNet.onnx) |
|
68 |
+
| DeepLabV3-Plus-MobileNet | w8a16 | QCS8275 (Proxy) | Qualcomm® QCS8275 (Proxy) | QNN_DLC | 21.552 ms | 2 - 40 MB | NPU | [DeepLabV3-Plus-MobileNet.dlc](https://huggingface.co/qualcomm/DeepLabV3-Plus-MobileNet/blob/main/DeepLabV3-Plus-MobileNet_w8a16.dlc) |
|
69 |
+
| DeepLabV3-Plus-MobileNet | w8a16 | QCS8450 (Proxy) | Qualcomm® QCS8450 (Proxy) | QNN_DLC | 11.637 ms | 2 - 52 MB | NPU | [DeepLabV3-Plus-MobileNet.dlc](https://huggingface.co/qualcomm/DeepLabV3-Plus-MobileNet/blob/main/DeepLabV3-Plus-MobileNet_w8a16.dlc) |
|
70 |
+
| DeepLabV3-Plus-MobileNet | w8a16 | QCS8550 (Proxy) | Qualcomm® QCS8550 (Proxy) | QNN_DLC | 8.296 ms | 2 - 15 MB | NPU | [DeepLabV3-Plus-MobileNet.dlc](https://huggingface.co/qualcomm/DeepLabV3-Plus-MobileNet/blob/main/DeepLabV3-Plus-MobileNet_w8a16.dlc) |
|
71 |
+
| DeepLabV3-Plus-MobileNet | w8a16 | QCS9075 (Proxy) | Qualcomm® QCS9075 (Proxy) | QNN_DLC | 9.049 ms | 2 - 41 MB | NPU | [DeepLabV3-Plus-MobileNet.dlc](https://huggingface.co/qualcomm/DeepLabV3-Plus-MobileNet/blob/main/DeepLabV3-Plus-MobileNet_w8a16.dlc) |
|
72 |
+
| DeepLabV3-Plus-MobileNet | w8a16 | RB3 Gen 2 (Proxy) | Qualcomm® QCS6490 (Proxy) | QNN_DLC | 43.981 ms | 2 - 91 MB | NPU | [DeepLabV3-Plus-MobileNet.dlc](https://huggingface.co/qualcomm/DeepLabV3-Plus-MobileNet/blob/main/DeepLabV3-Plus-MobileNet_w8a16.dlc) |
|
73 |
+
| DeepLabV3-Plus-MobileNet | w8a16 | SA7255P ADP | Qualcomm® SA7255P | QNN_DLC | 21.552 ms | 2 - 40 MB | NPU | [DeepLabV3-Plus-MobileNet.dlc](https://huggingface.co/qualcomm/DeepLabV3-Plus-MobileNet/blob/main/DeepLabV3-Plus-MobileNet_w8a16.dlc) |
|
74 |
+
| DeepLabV3-Plus-MobileNet | w8a16 | SA8255 (Proxy) | Qualcomm® SA8255P (Proxy) | QNN_DLC | 8.279 ms | 2 - 15 MB | NPU | [DeepLabV3-Plus-MobileNet.dlc](https://huggingface.co/qualcomm/DeepLabV3-Plus-MobileNet/blob/main/DeepLabV3-Plus-MobileNet_w8a16.dlc) |
|
75 |
+
| DeepLabV3-Plus-MobileNet | w8a16 | SA8295P ADP | Qualcomm® SA8295P | QNN_DLC | 12.354 ms | 2 - 44 MB | NPU | [DeepLabV3-Plus-MobileNet.dlc](https://huggingface.co/qualcomm/DeepLabV3-Plus-MobileNet/blob/main/DeepLabV3-Plus-MobileNet_w8a16.dlc) |
|
76 |
+
| DeepLabV3-Plus-MobileNet | w8a16 | SA8650 (Proxy) | Qualcomm® SA8650P (Proxy) | QNN_DLC | 8.279 ms | 2 - 14 MB | NPU | [DeepLabV3-Plus-MobileNet.dlc](https://huggingface.co/qualcomm/DeepLabV3-Plus-MobileNet/blob/main/DeepLabV3-Plus-MobileNet_w8a16.dlc) |
|
77 |
+
| DeepLabV3-Plus-MobileNet | w8a16 | SA8775P ADP | Qualcomm® SA8775P | QNN_DLC | 9.049 ms | 2 - 41 MB | NPU | [DeepLabV3-Plus-MobileNet.dlc](https://huggingface.co/qualcomm/DeepLabV3-Plus-MobileNet/blob/main/DeepLabV3-Plus-MobileNet_w8a16.dlc) |
|
78 |
+
| DeepLabV3-Plus-MobileNet | w8a16 | Samsung Galaxy S23 | Snapdragon® 8 Gen 2 Mobile | QNN_DLC | 8.289 ms | 2 - 14 MB | NPU | [DeepLabV3-Plus-MobileNet.dlc](https://huggingface.co/qualcomm/DeepLabV3-Plus-MobileNet/blob/main/DeepLabV3-Plus-MobileNet_w8a16.dlc) |
|
79 |
+
| DeepLabV3-Plus-MobileNet | w8a16 | Samsung Galaxy S23 | Snapdragon® 8 Gen 2 Mobile | ONNX | 74.709 ms | 92 - 121 MB | NPU | [DeepLabV3-Plus-MobileNet.onnx](https://huggingface.co/qualcomm/DeepLabV3-Plus-MobileNet/blob/main/DeepLabV3-Plus-MobileNet_w8a16.onnx) |
|
80 |
+
| DeepLabV3-Plus-MobileNet | w8a16 | Samsung Galaxy S24 | Snapdragon® 8 Gen 3 Mobile | QNN_DLC | 6.056 ms | 2 - 54 MB | NPU | [DeepLabV3-Plus-MobileNet.dlc](https://huggingface.co/qualcomm/DeepLabV3-Plus-MobileNet/blob/main/DeepLabV3-Plus-MobileNet_w8a16.dlc) |
|
81 |
+
| DeepLabV3-Plus-MobileNet | w8a16 | Samsung Galaxy S24 | Snapdragon® 8 Gen 3 Mobile | ONNX | 59.155 ms | 96 - 274 MB | NPU | [DeepLabV3-Plus-MobileNet.onnx](https://huggingface.co/qualcomm/DeepLabV3-Plus-MobileNet/blob/main/DeepLabV3-Plus-MobileNet_w8a16.onnx) |
|
82 |
+
| DeepLabV3-Plus-MobileNet | w8a16 | Snapdragon 8 Elite QRD | Snapdragon® 8 Elite Mobile | QNN_DLC | 5.052 ms | 2 - 45 MB | NPU | [DeepLabV3-Plus-MobileNet.dlc](https://huggingface.co/qualcomm/DeepLabV3-Plus-MobileNet/blob/main/DeepLabV3-Plus-MobileNet_w8a16.dlc) |
|
83 |
+
| DeepLabV3-Plus-MobileNet | w8a16 | Snapdragon 8 Elite QRD | Snapdragon® 8 Elite Mobile | ONNX | 53.303 ms | 100 - 276 MB | NPU | [DeepLabV3-Plus-MobileNet.onnx](https://huggingface.co/qualcomm/DeepLabV3-Plus-MobileNet/blob/main/DeepLabV3-Plus-MobileNet_w8a16.onnx) |
|
84 |
+
| DeepLabV3-Plus-MobileNet | w8a16 | Snapdragon X Elite CRD | Snapdragon® X Elite | QNN_DLC | 10.151 ms | 18 - 18 MB | NPU | [DeepLabV3-Plus-MobileNet.dlc](https://huggingface.co/qualcomm/DeepLabV3-Plus-MobileNet/blob/main/DeepLabV3-Plus-MobileNet_w8a16.dlc) |
|
85 |
+
| DeepLabV3-Plus-MobileNet | w8a16 | Snapdragon X Elite CRD | Snapdragon® X Elite | ONNX | 419.851 ms | 131 - 131 MB | NPU | [DeepLabV3-Plus-MobileNet.onnx](https://huggingface.co/qualcomm/DeepLabV3-Plus-MobileNet/blob/main/DeepLabV3-Plus-MobileNet_w8a16.onnx) |
|
86 |
|
87 |
|
88 |
|