diff --git a/专业领域/ByteTrack/YOLO+ByteTrack水流速度检测.md b/专业领域/ByteTrack/YOLO+ByteTrack水流速度检测.md index 12edca0..d681651 100755 --- a/专业领域/ByteTrack/YOLO+ByteTrack水流速度检测.md +++ b/专业领域/ByteTrack/YOLO+ByteTrack水流速度检测.md @@ -33,12 +33,13 @@ ### 1. YOLO 检测器 -| 选项 | 说明 | -|------|------| -| **YOLOX** | ByteTrack 原生检测器,anchor-free,推荐 | -| **YOLOv7** | 性能更强,训练更灵活 | -| **YOLOv8** | 最新 Ultralytics 版本,生态最好 | -| **YOLOv5** | 最流行,社区支持广 | +| 选项 | 说明 | +| ---------- | ------------------------------ | +| **YOLOX** | ByteTrack 原生检测器,anchor-free,推荐 | +| **YOLOv7** | 性能更强,训练更灵活 | +| **YOLOv8** | 最新 Ultralytics 版本,生态最好 | +| **YOLOv5** | 最流行,社区支持广 | +| | | **推荐**:YOLOX 或 YOLOv8(与 ByteTrack 集成好)