Skip to content

Commit 4ca5228

Browse files
committed
* optimize yolo docs
1 parent b54ca54 commit 4ca5228

File tree

6 files changed

+14
-18
lines changed

6 files changed

+14
-18
lines changed

docs/doc/en/sidebar.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ items:
5656
- file: vision/classify.md
5757
label: AI object classification
5858
- file: vision/yolov5.md
59-
label: YOLO11/v8/v5 object detection
59+
label: YOLO object detection
6060
- file: vision/face_detection.md
6161
label: Face and keypoints detection
6262
- file: vision/face_landmarks.md
@@ -94,7 +94,7 @@ items:
9494
- file: vision/customize_model_yolov5.md
9595
label: YOLOv5 model offline training
9696
- file: vision/customize_model_yolov8.md
97-
label: YOLO11/v8 model offline training
97+
label: YOLO26/YOLO11/v8 model offline training
9898

9999

100100
- label: AI audio

docs/doc/en/vision/customize_model_yolov8.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Offline Training YOLO11/YOLOv8/YOLO26 Models for MaixCAM with MaixPy:Custom Object Detection & Keypoint Detection
2+
title: Offline Training YOLO26/YOLO11/YOLOv8 Models for MaixCAM with MaixPy:Custom Object Detection & Keypoint Detection
33
update:
44
- date: 2024-06-21
55
version: v1.0
@@ -95,14 +95,12 @@ For YOLO11 / YOLOv8, MaixPy supports two node selection schemes, chosen based on
9595
| YOLO11-seg Segmentation |`/model.23/Concat_1_output_0`<br>`/model.23/Concat_2_output_0`<br>`/model.23/Concat_3_output_0`<br>`/model.23/Concat_output_0`<br>`output1`|`/model.23/dfl/conv/Conv_output_0`<br>`/model.23/Sigmoid_output_0`<br>`/model.23/Concat_output_0`<br>`output1`|
9696
| YOLOv8-obb Oriented BBox |`/model.22/Concat_1_output_0`<br>`/model.22/Concat_2_output_0`<br>`/model.22/Concat_3_output_0`<br>`/model.22/Concat_output_0`|`/model.22/dfl/conv/Conv_output_0`<br>`/model.22/Sigmoid_1_output_0`<br>`/model.22/Sigmoid_output_0`|
9797
| YOLO11-obb Oriented BBox |`/model.23/Concat_1_output_0`<br>`/model.23/Concat_2_output_0`<br>`/model.23/Concat_3_output_0`<br>`/model.23/Concat_output_0`|`/model.23/dfl/conv/Conv_output_0`<br>`/model.23/Sigmoid_1_output_0`<br>`/model.23/Sigmoid_output_0`|
98+
| YOLO26 Detection |`/model.23/one2one_cv2.0/one2one_cv2.0.2/Conv_output_0 /model.23/one2one_cv2.1/one2one_cv2.1.2/Conv_output_0 /model.23/one2one_cv2.2/one2one_cv2.2.2/Conv_output_0 /model.23/one2one_cv3.0/one2one_cv3.0.2/Conv_output_0 /model.23/one2one_cv3.1/one2one_cv3.1.2/Conv_output_0 /model.23/one2one_cv3.2/one2one_cv3.2.2/Conv_output_0`|Same as MaixCAM2|
9899
|YOLOv8/YOLO11 Detection Output Nodes| ![](../../assets/yolo11_detect_nodes.png) | ![](../../assets/yolov8_out.jpg)|
99100
|YOLOv8/YOLO11 Pose Extra Output Node | ![](../../assets/yolo11_pose_node.png) | See pose branch above |
100101
|YOLOv8/YOLO11 Seg Extra Output Node | ![](../../assets/yolo11_seg_node.png) | ![](../../assets/yolo11_seg_node.png)|
101102
|YOLOv8/YOLO11 OBB Extra Output Node | ![](../../assets/yolo11_obb_node.png) | ![](../../assets/yolo11_out_obb.jpg)|
102-
103-
| Model | Node Names | Node Diagram |
104-
| -- | --- | --- |
105-
| YOLO26 Detection | `/model.23/one2one_cv2.0/one2one_cv2.0.2/Conv_output_0 /model.23/one2one_cv2.1/one2one_cv2.1.2/Conv_output_0 /model.23/one2one_cv2.2/one2one_cv2.2.2/Conv_output_0 /model.23/one2one_cv3.0/one2one_cv3.0.2/Conv_output_0 /model.23/one2one_cv3.1/one2one_cv3.1.2/Conv_output_0 /model.23/one2one_cv3.2/one2one_cv3.2.2/Conv_output_0` |![](../../assets/yolo26_out.png) |
103+
|YOLO26 Detection Output Nodes | ![](../../assets/yolo26_out.png) | Same as MaixCAM2 |
106104

107105
### Conversion Scripts
108106
*One-click YOLO26 conversion script (run in container):*

docs/doc/en/vision/yolov5.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# MaixPy: Object Detection with YOLOv5 / YOLOv8 / YOLO11 / YOLO26 Models
1+
# MaixPy: Object Detection with YOLO Models
22
## Concept of Object Detection
33
Object detection refers to identifying the positions and categories of targets in images or videos—for example, detecting objects like apples and airplanes in an image and marking their locations.
44

docs/doc/zh/sidebar.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ items:
5656
- file: vision/classify.md
5757
label: AI 物体分类
5858
- file: vision/yolov5.md
59-
label: YOLO11/v8/v5 物体检测
59+
label: YOLO 物体检测
6060
- file: vision/face_detection.md
6161
label: 人脸及关键点检测
6262
- file: vision/face_landmarks.md
@@ -94,7 +94,7 @@ items:
9494
- file: vision/customize_model_yolov5.md
9595
label: 离线训练 YOLOv5 模型
9696
- file: vision/customize_model_yolov8.md
97-
label: 离线训练 YOLO11/YOLOv8 模型
97+
label: 离线训练 YOLO26/YOLO11/YOLOv8 模型
9898

9999
- label: AI 听觉
100100
items:

docs/doc/zh/vision/customize_model_yolov8.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 为 MaixCAM MaixPy 离线训练 YOLO11/YOLOv8/YOLO26 模型,自定义检测物体、关键点检测
2+
title: 为 MaixCAM MaixPy 离线训练 YOLO26/YOLO11/YOLOv8 模型,自定义检测物体、关键点检测
33
update:
44
- date: 2024-06-21
55
version: v1.0
@@ -108,15 +108,14 @@ MaixPy/MaixCDK 目前支持了 YOLO26 / YOLOv8 / YOLO11 检测 以及 YOLOv8-pos
108108
| 分割 YOLO11-seg |`/model.23/Concat_1_output_0`<br>`/model.23/Concat_2_output_0`<br>`/model.23/Concat_3_output_0`<br>`/model.23/Concat_output_0`<br>`output1`|`/model.23/dfl/conv/Conv_output_0`<br>`/model.23/Sigmoid_output_0`<br>`/model.23/Concat_output_0`<br>`output1`|
109109
| 旋转框 YOLOv8-obb |`/model.22/Concat_1_output_0`<br>`/model.22/Concat_2_output_0`<br>`/model.22/Concat_3_output_0`<br>`/model.22/Concat_output_0`|`/model.22/dfl/conv/Conv_output_0`<br>`/model.22/Sigmoid_1_output_0`<br>`/model.22/Sigmoid_output_0`|
110110
| 旋转框 YOLO11-obb |`/model.23/Concat_1_output_0`<br>`/model.23/Concat_2_output_0`<br>`/model.23/Concat_3_output_0`<br>`/model.23/Concat_output_0`|`/model.23/dfl/conv/Conv_output_0`<br>`/model.23/Sigmoid_1_output_0`<br>`/model.23/Sigmoid_output_0`|
111+
| 检测 YOLO26 |`/model.23/one2one_cv2.0/one2one_cv2.0.2/Conv_output_0 /model.23/one2one_cv2.1/one2one_cv2.1.2/Conv_output_0 /model.23/one2one_cv2.2/one2one_cv2.2.2/Conv_output_0 /model.23/one2one_cv3.0/one2one_cv3.0.2/Conv_output_0 /model.23/one2one_cv3.1/one2one_cv3.1.2/Conv_output_0 /model.23/one2one_cv3.2/one2one_cv3.2.2/Conv_output_0`|同MaixCAM2|
111112
|YOLOv8/YOLO11 检测输出节点图| ![](../../assets/yolo11_detect_nodes.png) | ![](../../assets/yolov8_out.jpg)|
112113
|YOLOv8/YOLO11 pose 额外输出节点 | ![](../../assets/yolo11_pose_node.png) | 见上图 pose 分支|
113114
|YOLOv8/YOLO11 seg 额外输出节点 | ![](../../assets/yolo11_seg_node.png) | ![](../../assets/yolo11_seg_node.png)|
114115
|YOLOv8/YOLO11 OBB 额外输出节点 | ![](../../assets/yolo11_obb_node.png) | ![](../../assets/yolo11_out_obb.jpg)|
116+
|检测 YOLO26 输出节点图 | ![](../../assets/yolo26_out.png) | 同MaixCAM2 |
115117

116118

117-
| 模型 | 节点名 | 节点图 |
118-
| -- | --- | --- |
119-
| 检测 YOLO26 | `/model.23/one2one_cv2.0/one2one_cv2.0.2/Conv_output_0 /model.23/one2one_cv2.1/one2one_cv2.1.2/Conv_output_0 /model.23/one2one_cv2.2/one2one_cv2.2.2/Conv_output_0 /model.23/one2one_cv3.0/one2one_cv3.0.2/Conv_output_0 /model.23/one2one_cv3.1/one2one_cv3.1.2/Conv_output_0 /model.23/one2one_cv3.2/one2one_cv3.2.2/Conv_output_0` |![](../../assets/yolo26_out.png) |
120119

121120

122121
### 转换脚本
@@ -418,4 +417,3 @@ scale = 0.00392156862745098, 0.00392156862745098, 0.00392156862745098
418417

419418
[MaixHub 模型库](https://maixhub.com/model/zoo?platform=maixcam) 上传并分享你的模型,可以多提供几个分辨率供大家选择。
420419

421-

docs/doc/zh/vision/yolov5.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: MaixPy 使用 YOLOv5 / YOLOv8 / YOLO11 / YOLO26 模型进行目标检测
2+
title: MaixPy 使用 YOLO 模型进行目标检测
33
---
44

55

@@ -11,7 +11,7 @@ title: MaixPy 使用 YOLOv5 / YOLOv8 / YOLO11 / YOLO26 模型进行目标检
1111

1212
## MaixPy 中使用目标检测
1313

14-
MaixPy 默认提供了 `YOLOv5` `YOLOv8` `YOLO11` 模型,可以直接使用:
14+
MaixPy 默认提供了 `YOLOv5` , `YOLOv8` , `YOLO11` , `YOLO26` 模型,可以直接使用:
1515
> YOLOv8 需要 MaixPy >= 4.3.0。
1616
> YOLO11 需要 MaixPy >= 4.7.0。
1717
> YOLO26 需要 MaixPy >= 4.12.5。
@@ -65,7 +65,7 @@ YOLO11: [https://maixhub.com/model/zoo/453](https://maixhub.com/model/zoo/453)
6565

6666
分辨率越大精度越高,但是运行耗时越长,根据你的应用场景选择合适的即可。
6767

68-
## YOLOv5 YOLOv8 YOLO11 用哪个?
68+
## YOLOv5 , YOLOv8 , YOLO11 , YOLO26 用哪个?
6969

7070
这里提供的 `YOLOv5s``YOLOv8n``YOLO11n``YOLO26n` 三种模型,`YOLOv5s`模型更大,`YOLOv8n YOLO11n YOLO26n`速度快一点点, 精度按照官方数据来说`YOLO26n > YOLO11n > YOLOv8n > YOLOv5s`,可以实际测试根据自己的实际情况选择。
7171

0 commit comments

Comments
 (0)