From 52c4a4a0bd621e86806f8afc01be6f971c46ab58 Mon Sep 17 00:00:00 2001 From: duoduo Date: Sat, 2 Jul 2022 00:14:34 +0800 Subject: [PATCH] update --- README.md | 4 ++-- ...80-epoch.pth => weight_AP05:0.278_280-epoch.pth} | Bin 2 files changed, 2 insertions(+), 2 deletions(-) rename weights/{weight_AP05:0.248723_280-epoch.pth => weight_AP05:0.278_280-epoch.pth} (100%) diff --git a/README.md b/README.md index 6202d89..58de0e3 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ FastestDet|27.8%|512X512|21.51ms|34.62ms|*|0.25M ## Test * Picture test ``` - python3 test.py --yaml configs/config.yaml --weight weights/weight_AP05\:0.248723_280-epoch.pth --img data/3.jpg + python3 test.py --yaml configs/config.yaml --weight weights/weight_AP05\:0.278_280-epoch.pth --img data/3.jpg ```
/> @@ -135,7 +135,7 @@ TRAIN: ### Evaluation * Calculate map evaluation ``` - python3 eval.py --yaml configs/config.yaml --weight weights/weight_AP05\:0.248723_280-epoch.pth + python3 eval.py --yaml configs/config.yaml --weight weights/weight_AP05\:0.278_280-epoch.pth ``` * COCO2017 evaluation ``` diff --git a/weights/weight_AP05:0.248723_280-epoch.pth b/weights/weight_AP05:0.278_280-epoch.pth similarity index 100% rename from weights/weight_AP05:0.248723_280-epoch.pth rename to weights/weight_AP05:0.278_280-epoch.pth