qaihm-bot commited on
Commit
53e12fe
·
verified ·
1 Parent(s): 75b3108

See https://github.com/qualcomm/ai-hub-models/releases/v0.50.2 for changelog.

Files changed (2) hide show
  1. LICENSE +1 -0
  2. README.md +85 -0
LICENSE ADDED
@@ -0,0 +1 @@
 
 
1
+ The license of the original trained model can be found at https://github.com/ultralytics/ultralytics/blob/main/LICENSE.
README.md ADDED
@@ -0,0 +1,85 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: pytorch
3
+ license: other
4
+ tags:
5
+ - real_time
6
+ - android
7
+ pipeline_tag: image-segmentation
8
+
9
+ ---
10
+
11
+ ![](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/yolo26_seg/web-assets/model_demo.png)
12
+
13
+ # YOLO26-Segmentation: Optimized for Qualcomm Devices
14
+
15
+ Ultralytics YOLO26 is a machine learning model that predicts bounding boxes, segmentation masks and classes of objects in an image.
16
+
17
+ This is based on the implementation of YOLO26-Segmentation found [here](https://github.com/ultralytics/ultralytics/tree/main/ultralytics/models/yolo/segment).
18
+ This repository contains pre-exported model files optimized for Qualcomm® devices. You can use the [Qualcomm® AI Hub Models](https://github.com/qualcomm/ai-hub-models/blob/main/src/qai_hub_models/models/yolo26_seg) library to export with custom configurations. More details on model performance across various devices, can be found [here](#performance-summary).
19
+
20
+ Qualcomm AI Hub Models uses [Qualcomm AI Hub Workbench](https://workbench.aihub.qualcomm.com) to compile, profile, and evaluate this model. [Sign up](https://myaccount.qualcomm.com/signup) to run these models on a hosted Qualcomm® device.
21
+
22
+ ## Getting Started
23
+ Due to licensing restrictions, we cannot distribute pre-exported model assets for this model.
24
+ Use the [Qualcomm® AI Hub Models](https://github.com/qualcomm/ai-hub-models/blob/main/src/qai_hub_models/models/yolo26_seg) Python library to compile and export the model with your own:
25
+ - Custom weights (e.g., fine-tuned checkpoints)
26
+ - Custom input shapes
27
+ - Target device and runtime configurations
28
+
29
+ See our repository for [YOLO26-Segmentation on GitHub](https://github.com/qualcomm/ai-hub-models/blob/main/src/qai_hub_models/models/yolo26_seg) for usage instructions.
30
+
31
+
32
+ ## Model Details
33
+
34
+ **Model Type:** Model_use_case.semantic_segmentation
35
+
36
+ **Model Stats:**
37
+ - Model checkpoint: YOLO26N-Seg
38
+ - Input resolution: 640x640
39
+ - Number of output classes: 80
40
+ - Number of parameters: 2.7M
41
+ - Model size (float): 9.29 MB
42
+ - Model size (w8a16): 5.25 MB
43
+
44
+ ## Performance Summary
45
+ | Model | Runtime | Precision | Chipset | Inference Time (ms) | Peak Memory Range (MB) | Primary Compute Unit
46
+ |---|---|---|---|---|---|---
47
+ | YOLO26-Segmentation | ONNX | float | Snapdragon® 8 Elite Gen 5 Mobile | 4.074 ms | 15 - 189 MB | NPU
48
+ | YOLO26-Segmentation | ONNX | float | Snapdragon® X2 Elite | 3.916 ms | 15 - 15 MB | NPU
49
+ | YOLO26-Segmentation | ONNX | float | Snapdragon® X Elite | 7.312 ms | 17 - 17 MB | NPU
50
+ | YOLO26-Segmentation | ONNX | float | Snapdragon® 8 Gen 3 Mobile | 4.75 ms | 16 - 228 MB | NPU
51
+ | YOLO26-Segmentation | ONNX | float | Qualcomm® QCS8550 (Proxy) | 6.886 ms | 11 - 20 MB | NPU
52
+ | YOLO26-Segmentation | ONNX | float | Qualcomm® QCS9075 | 9.957 ms | 12 - 15 MB | NPU
53
+ | YOLO26-Segmentation | ONNX | float | Snapdragon® 8 Elite For Galaxy Mobile | 4.552 ms | 11 - 185 MB | NPU
54
+ | YOLO26-Segmentation | ONNX | w8a16 | Snapdragon® 8 Elite Gen 5 Mobile | 2.642 ms | 0 - 94 MB | NPU
55
+ | YOLO26-Segmentation | ONNX | w8a16 | Snapdragon® X2 Elite | 2.874 ms | 6 - 6 MB | NPU
56
+ | YOLO26-Segmentation | ONNX | w8a16 | Snapdragon® X Elite | 6.903 ms | 7 - 7 MB | NPU
57
+ | YOLO26-Segmentation | ONNX | w8a16 | Snapdragon® 8 Gen 3 Mobile | 3.883 ms | 9 - 247 MB | NPU
58
+ | YOLO26-Segmentation | ONNX | w8a16 | Qualcomm® QCS6490 | 444.357 ms | 171 - 176 MB | CPU
59
+ | YOLO26-Segmentation | ONNX | w8a16 | Qualcomm® QCS8550 (Proxy) | 6.282 ms | 8 - 13 MB | NPU
60
+ | YOLO26-Segmentation | ONNX | w8a16 | Qualcomm® QCS9075 | 7.143 ms | 8 - 11 MB | NPU
61
+ | YOLO26-Segmentation | ONNX | w8a16 | Qualcomm® QCM6690 | 215.887 ms | 170 - 181 MB | CPU
62
+ | YOLO26-Segmentation | ONNX | w8a16 | Snapdragon® 8 Elite For Galaxy Mobile | 2.984 ms | 0 - 93 MB | NPU
63
+ | YOLO26-Segmentation | ONNX | w8a16 | Snapdragon® 7 Gen 4 Mobile | 200.226 ms | 105 - 115 MB | CPU
64
+ | YOLO26-Segmentation | TFLITE | float | Snapdragon® 8 Elite Gen 5 Mobile | 2.603 ms | 0 - 169 MB | NPU
65
+ | YOLO26-Segmentation | TFLITE | float | Snapdragon® 8 Gen 3 Mobile | 3.859 ms | 3 - 196 MB | NPU
66
+ | YOLO26-Segmentation | TFLITE | float | Qualcomm® QCS8275 (Proxy) | 16.925 ms | 4 - 167 MB | NPU
67
+ | YOLO26-Segmentation | TFLITE | float | Qualcomm® QCS8550 (Proxy) | 5.174 ms | 4 - 7 MB | NPU
68
+ | YOLO26-Segmentation | TFLITE | float | Qualcomm® SA8775P | 6.776 ms | 4 - 170 MB | NPU
69
+ | YOLO26-Segmentation | TFLITE | float | Qualcomm® QCS9075 | 7.871 ms | 4 - 23 MB | NPU
70
+ | YOLO26-Segmentation | TFLITE | float | Qualcomm® QCS8450 (Proxy) | 12.002 ms | 4 - 213 MB | NPU
71
+ | YOLO26-Segmentation | TFLITE | float | Qualcomm® SA7255P | 16.925 ms | 4 - 167 MB | NPU
72
+ | YOLO26-Segmentation | TFLITE | float | Qualcomm® SA8295P | 11.058 ms | 5 - 184 MB | NPU
73
+ | YOLO26-Segmentation | TFLITE | float | Snapdragon® 8 Elite For Galaxy Mobile | 3.224 ms | 0 - 171 MB | NPU
74
+
75
+ ## License
76
+ * The license for the original implementation of YOLO26-Segmentation can be found
77
+ [here](https://github.com/ultralytics/ultralytics/blob/main/LICENSE).
78
+
79
+ ## References
80
+ * [Ultralytics YOLO26 Docs: Instance Segmentation](https://docs.ultralytics.com/tasks/segment/)
81
+ * [Source Model Implementation](https://github.com/ultralytics/ultralytics/tree/main/ultralytics/models/yolo/segment)
82
+
83
+ ## Community
84
+ * Join [our AI Hub Slack community](https://aihub.qualcomm.com/community/slack) to collaborate, post questions and learn more about on-device AI.
85
+ * For questions or feedback please [reach out to us](mailto:ai-hub-support@qti.qualcomm.com).