diff --git a/.gitignore b/.gitignore index e77cd4a..c461fea 100644 --- a/.gitignore +++ b/.gitignore @@ -296,5 +296,8 @@ Network Trash Folder Temporary Items .apdisk +# ---> Custom results/ -*.log \ No newline at end of file +*.log +*.txt +weights/ diff --git a/README.md b/README.md index 321936f..1d61351 100644 --- a/README.md +++ b/README.md @@ -21,4 +21,10 @@ nohup python fed_run.py > train.log 2>&1 & - Implement FedNova - Add more YOLO versions (e.g., YOLOv8, YOLOv5, etc.) - Implement YOLOv8 - - Implement YOLOv5 \ No newline at end of file + - Implement YOLOv5 + +# references +[PyTorch Federated Learning](https://github.com/rruisong/pytorch_federated_learning) + + +[YOLOv11-pt](https://github.com/jahongir7174/YOLOv11-pt) \ No newline at end of file