Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,37 @@
|
|
1 |
-
---
|
2 |
-
license: gpl-3.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: gpl-3.0
|
3 |
+
pipeline_tag: object-detection
|
4 |
+
tags:
|
5 |
+
- AIoT
|
6 |
+
- QNN
|
7 |
+
- LLM
|
8 |
+
---
|
9 |
+
|
10 |
+

|
11 |
+
|
12 |
+
## YOLOv6m: Object Detection
|
13 |
+
|
14 |
+
YOLOv6 is an advanced real-time object detection model based on the "You Only Look Once" framework. It achieves faster inference speeds while maintaining high accuracy, making it suitable for various edge devices and high-performance servers. YOLOv6 enhances its ability to detect small objects and improves the model's generalization performance by optimizing the network architecture and introducing new loss functions. Additionally, YOLOv6 supports multi-scale training, ensuring excellent performance across different resolutions. It is widely applied in areas such as video surveillance, autonomous driving, and intelligent security.
|
15 |
+
|
16 |
+
### Source model
|
17 |
+
|
18 |
+
- Input shape: 1x3x640x640
|
19 |
+
- Number of parameters: 33.24M
|
20 |
+
- Model size: 133.20MB
|
21 |
+
- Output shape: 1x8400x85
|
22 |
+
|
23 |
+
The source model can be found [here](https://github.com/meituan/YOLOv6)
|
24 |
+
|
25 |
+
## Performance Reference
|
26 |
+
|
27 |
+
Please search model by model name in [Model Farm](https://aiot.aidlux.com/en/models)
|
28 |
+
|
29 |
+
## Inference & Model Conversion
|
30 |
+
|
31 |
+
Please search model by model name in [Model Farm](https://aiot.aidlux.com/en/models)
|
32 |
+
|
33 |
+
## License
|
34 |
+
|
35 |
+
- Source Model: [GPL-3.0](https://github.com/meituan/YOLOv6/blob/47625514e7480706a46ff3c0cd0252907ac12f22/LICENSE)
|
36 |
+
|
37 |
+
- Deployable Model: [GPL-3.0](https://github.com/meituan/YOLOv6/blob/47625514e7480706a46ff3c0cd0252907ac12f22/LICENSE)
|