毕业设计:基于YOLO和图像融合技术的无人机检测系统及安全性研究
Go to file
2025-05-10 17:23:06 +08:00
dataset 修改参数,符合Linux路径要求 2025-04-22 14:56:45 +08:00
federated_learning 增加联邦学习评价指标。bugfix: 修复训练模型参数聚合问题 2025-05-10 17:22:56 +08:00
image_fusion 文件结构调整 2025-05-05 17:03:41 +08:00
yolov8 yolov8对比训练 2025-05-05 17:30:12 +08:00
.gitignore ignore .vscode 2025-05-07 10:41:06 +08:00
LICENSE Initial commit 2025-04-18 13:56:09 +00:00
README.md 增加说明 2025-05-10 17:23:06 +08:00
requirements.txt 依赖包 2025-04-19 13:07:37 +08:00

Graduation-Project

毕业设计基于YOLO和图像融合技术的无人机检测系统及安全性研究

Linux 运行联邦训练

cd federated_learning
nohup python -u yolov8_fed.py > runtime.log 2>&1 &

Linux 运行集中训练

cd yolov8
nohup python -u yolov8_train.py > runtime.log 2>&1 &

实时监控日志文件

tail -f runtime.log

运行图像融合配准代码

cd image_fusion
python Image_Registration_test.py