Compare commits

..

No commits in common. "8cd6df452702a1fc9520f244e947abcd85e49a0d" and "be1e3627e7965e220505de9f81ef6c4c3e80888a" have entirely different histories.

15 changed files with 2 additions and 17 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 145 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 97 KiB

View File

@ -1,2 +0,0 @@
0 0.5375 0.37395833333333334 0.253125 0.16458333333333333
0 0.2890625 0.5833333333333334 0.196875 0.1125

View File

@ -1 +0,0 @@
0 0.36328125 0.525 0.7109375 0.8083333333333333

View File

@ -1,4 +0,0 @@
train: images
val: ../val
nc: 1
names: ['uav']

Binary file not shown.

Before

Width:  |  Height:  |  Size: 136 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 MiB

View File

@ -1 +0,0 @@
0 0.6934895833333333 0.6527777777777778 0.008854166666666666 0.018518518518518517

View File

@ -1 +0,0 @@
0 0.423698 0.593519 0.061979 0.029630

View File

@ -1,4 +0,0 @@
train: images
val: ../val
nc: 1
names: ['uav']

Binary file not shown.

Before

Width:  |  Height:  |  Size: 77 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 74 KiB

View File

@ -1 +0,0 @@
0 0.5109375 0.5322916666666667 0.125 0.13958333333333334

View File

@ -1 +0,0 @@
0 0.55078125 0.296875 0.0890625 0.08958333333333333

View File

@ -113,8 +113,8 @@ def federated_train(num_rounds, clients_data):
if __name__ == "__main__": if __name__ == "__main__":
# 联邦训练配置 # 联邦训练配置
clients_config = [ clients_config = [
"../dataset/train1/train1.yaml", # 客户端1数据路径 "./config/client1_data.yaml", # 客户端1数据路径
"../dataset/train2/train2.yaml" # 客户端2数据路径 "./config/client2_data.yaml" # 客户端2数据路径
] ]
# 运行联邦训练 # 运行联邦训练