From 2e7cf69512d7e5717758c493f82e370b4881fa09 Mon Sep 17 00:00:00 2001 From: Yunhao Meng Date: Sat, 10 May 2025 17:23:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 31 +++++++++++++++++++++++++++++-- 1 file changed, 29 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6e145a0..d433746 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,34 @@ 毕业设计:基于YOLO和图像融合技术的无人机检测系统及安全性研究 -Linux 运行训练 +Linux 运行联邦训练 ```bash -nohup python -u yolov8_fed.py >> runtime.log 2>&1 & +cd federated_learning +``` + +```bash +nohup python -u yolov8_fed.py > runtime.log 2>&1 & +``` + +Linux 运行集中训练 +```bash +cd yolov8 +``` + +```bash +nohup python -u yolov8_train.py > runtime.log 2>&1 & +``` + +实时监控日志文件 +```bash +tail -f runtime.log +``` + +运行图像融合配准代码 +```bash +cd image_fusion +``` + +```bash +python Image_Registration_test.py ``` \ No newline at end of file