增加说明
This commit is contained in:
parent
76240a12e6
commit
2e7cf69512
31
README.md
31
README.md
@ -2,7 +2,34 @@
|
|||||||
|
|
||||||
毕业设计:基于YOLO和图像融合技术的无人机检测系统及安全性研究
|
毕业设计:基于YOLO和图像融合技术的无人机检测系统及安全性研究
|
||||||
|
|
||||||
Linux 运行训练
|
Linux 运行联邦训练
|
||||||
```bash
|
```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
|
||||||
```
|
```
|
Loading…
Reference in New Issue
Block a user