2025-05-10 17:23:06 +08:00
2025-05-05 17:03:41 +08:00
2025-05-05 17:30:12 +08:00
2025-05-07 10:41:06 +08:00
2025-04-18 13:56:09 +00:00
2025-05-10 17:23:06 +08:00
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
Description
毕业设计:基于YOLO和图像融合技术的无人机检测系统及安全性研究
Readme 13 MiB
Languages
Python 97.8%
Shell 2.2%