Graduation-Project/README.md
2025-04-22 16:35:10 +08:00

8 lines
194 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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