feat: add video detection and robot alerts

This commit is contained in:
2026-08-12 17:15:11 +08:00
parent 67d5b40736
commit bb395e3d9a
22 changed files with 1623 additions and 319 deletions

View File

@@ -0,0 +1,11 @@
# Pretrained Models
本目录保存本地基础模型权重,默认训练权重为 `yolov8n.pt`
当前本地权重:
- `yolov8n.pt`
- `yolov8s.pt`
- `yolo26n.pt`
权重文件通过 `.gitignore` 排除,不提交到 Git。