训练命令

This commit is contained in:
myh 2025-04-22 16:35:10 +08:00
parent 69482e6a3f
commit abd033b831

View File

@ -1,3 +1,8 @@
# Graduation-Project
毕业设计基于YOLO和图像融合技术的无人机检测系统及安全性研究
毕业设计基于YOLO和图像融合技术的无人机检测系统及安全性研究
Linux 运行训练
```bash
nohup python -u yolov8_fed.py >> runtime.log 2>&1 &
```