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
- EfficientViT-l2-seg.onnx +2 -2
- LICENSE +2 -0
- README.md +7 -8
.gitattributes
CHANGED
@@ -34,3 +34,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
EfficientViT-l2-seg.so filter=lfs diff=lfs merge=lfs -text
|
|
|
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
EfficientViT-l2-seg.so filter=lfs diff=lfs merge=lfs -text
|
37 |
+
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
|
EfficientViT-l2-seg.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:a94ca3a165666c4bf07b4b4db6f0d0cf1a45637226f57a2f6c477a21122b2fd8
|
3 |
+
size 210513688
|
LICENSE
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
The license of the original trained model can be found at https://github.com/CVHub520/efficientvit/blob/main/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
@@ -30,16 +30,15 @@ More details on model performance across various devices, can be found
|
|
30 |
- **Model Stats:**
|
31 |
- Model checkpoint: l2.pt
|
32 |
- Input resolution: 2048x1024
|
33 |
-
- Number of parameters: 53M
|
34 |
- Number of output classes: 19
|
35 |
-
- Model size (float):
|
36 |
|
37 |
| Model | Precision | Device | Chipset | Target Runtime | Inference Time (ms) | Peak Memory Range (MB) | Primary Compute Unit | Target Model
|
38 |
|---|---|---|---|---|---|---|---|---|
|
39 |
-
| EfficientViT-l2-seg | float | Samsung Galaxy S23 | Snapdragon® 8 Gen 2 Mobile | ONNX |
|
40 |
-
| EfficientViT-l2-seg | float | Samsung Galaxy S24 | Snapdragon® 8 Gen 3 Mobile | ONNX |
|
41 |
-
| EfficientViT-l2-seg | float | Snapdragon 8 Elite QRD | Snapdragon® 8 Elite Mobile | ONNX |
|
42 |
-
| EfficientViT-l2-seg | float | Snapdragon X Elite CRD | Snapdragon® X Elite | ONNX |
|
43 |
|
44 |
|
45 |
|
@@ -103,8 +102,8 @@ Profiling Results
|
|
103 |
EfficientViT-l2-seg
|
104 |
Device : cs_8_gen_2 (ANDROID 13)
|
105 |
Runtime : ONNX
|
106 |
-
Estimated inference time (ms) :
|
107 |
-
Estimated peak memory usage (MB): [
|
108 |
Total # Ops : 464
|
109 |
Compute Unit(s) : npu (462 ops) gpu (0 ops) cpu (2 ops)
|
110 |
```
|
|
|
30 |
- **Model Stats:**
|
31 |
- Model checkpoint: l2.pt
|
32 |
- Input resolution: 2048x1024
|
|
|
33 |
- Number of output classes: 19
|
34 |
+
- Model size (float): 201 MB
|
35 |
|
36 |
| Model | Precision | Device | Chipset | Target Runtime | Inference Time (ms) | Peak Memory Range (MB) | Primary Compute Unit | Target Model
|
37 |
|---|---|---|---|---|---|---|---|---|
|
38 |
+
| EfficientViT-l2-seg | float | Samsung Galaxy S23 | Snapdragon® 8 Gen 2 Mobile | ONNX | 2089.596 ms | 4 - 269 MB | NPU | [EfficientViT-l2-seg.onnx](https://huggingface.co/qualcomm/EfficientViT-l2-seg/blob/main/EfficientViT-l2-seg.onnx) |
|
39 |
+
| EfficientViT-l2-seg | float | Samsung Galaxy S24 | Snapdragon® 8 Gen 3 Mobile | ONNX | 2163.163 ms | 131 - 1007 MB | NPU | [EfficientViT-l2-seg.onnx](https://huggingface.co/qualcomm/EfficientViT-l2-seg/blob/main/EfficientViT-l2-seg.onnx) |
|
40 |
+
| EfficientViT-l2-seg | float | Snapdragon 8 Elite QRD | Snapdragon® 8 Elite Mobile | ONNX | 1231.661 ms | 104 - 1059 MB | NPU | [EfficientViT-l2-seg.onnx](https://huggingface.co/qualcomm/EfficientViT-l2-seg/blob/main/EfficientViT-l2-seg.onnx) |
|
41 |
+
| EfficientViT-l2-seg | float | Snapdragon X Elite CRD | Snapdragon® X Elite | ONNX | 2388.516 ms | 144 - 144 MB | NPU | [EfficientViT-l2-seg.onnx](https://huggingface.co/qualcomm/EfficientViT-l2-seg/blob/main/EfficientViT-l2-seg.onnx) |
|
42 |
|
43 |
|
44 |
|
|
|
102 |
EfficientViT-l2-seg
|
103 |
Device : cs_8_gen_2 (ANDROID 13)
|
104 |
Runtime : ONNX
|
105 |
+
Estimated inference time (ms) : 2089.6
|
106 |
+
Estimated peak memory usage (MB): [4, 269]
|
107 |
Total # Ops : 464
|
108 |
Compute Unit(s) : npu (462 ops) gpu (0 ops) cpu (2 ops)
|
109 |
```
|