From 76d71495124667efb4c5c8de12e9eb6a594740b3 Mon Sep 17 00:00:00 2001 From: TY1667 Date: Sun, 19 Oct 2025 21:31:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0.gitignore=EF=BC=8C=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=E5=BF=BD=E7=95=A5=E7=BB=93=E6=9E=9C=E3=80=81=E6=97=A5?= =?UTF-8?q?=E5=BF=97=E5=92=8C=E6=9D=83=E9=87=8D=E6=96=87=E4=BB=B6=EF=BC=9B?= =?UTF-8?q?=E6=9B=B4=E6=96=B0README.md=EF=BC=8C=E6=B7=BB=E5=8A=A0=E5=8F=82?= =?UTF-8?q?=E8=80=83=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 5 ++++- README.md | 8 +++++++- 2 files changed, 11 insertions(+), 2 deletions(-) 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