更新README.md,添加运行说明和待办事项列表
This commit is contained in:
23
README.md
23
README.md
@@ -1,3 +1,24 @@
|
||||
# fed-yolo
|
||||
|
||||
Combine Federated Learning with YOLOv11.
|
||||
Combine Federated Learning with YOLOv11.
|
||||
|
||||
## requirements
|
||||
```bash
|
||||
pip install -r requirements.txt
|
||||
```
|
||||
|
||||
## how to run
|
||||
```bash
|
||||
nohup python fed_run.py > train.log 2>&1 &
|
||||
```
|
||||
|
||||
## results
|
||||
|
||||
## TODO
|
||||
- Add more FL algorithms (e.g., FedProx, FedAvgM, etc.)
|
||||
- Implement FedProx
|
||||
- Implement SCAFFOLD
|
||||
- Implement FedNova
|
||||
- Add more YOLO versions (e.g., YOLOv8, YOLOv5, etc.)
|
||||
- Implement YOLOv8
|
||||
- Implement YOLOv5
|
Reference in New Issue
Block a user