From a6b414e42b624400030b5e2ee3fbda9e448b9c9f Mon Sep 17 00:00:00 2001 From: Bubbliiiing <47347516+bubbliiiing@users.noreply.github.com> Date: Tue, 9 Feb 2021 22:41:46 +0800 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ad27c39..f710785 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ ## SSD:Single-Shot MultiBox Detector目标检测模型在Pytorch当中的实现 --- +**2021年2月8日更新:** +**加入letterbox_image的选项,关闭letterbox_image后网络的map一般可以得到提升。** + ## 目录 1. [性能情况 Performance](#性能情况) 2. [所需环境 Environment](#所需环境) @@ -12,7 +15,7 @@ ## 性能情况 | 训练数据集 | 权值文件名称 | 测试数据集 | 输入图片大小 | mAP 0.5:0.95 | mAP 0.5 | | :-----: | :-----: | :------: | :------: | :------: | :-----: | -| VOC07+12 | [ssd_weights.pth](https://github.com/bubbliiiing/ssd-pytorch/releases/download/v1.0/ssd_weights.pth) | VOC-Test07 | 300x300| - | 77.64 +| VOC07+12 | [ssd_weights.pth](https://github.com/bubbliiiing/ssd-pytorch/releases/download/v1.0/ssd_weights.pth) | VOC-Test07 | 300x300| - | 79.39 ## 所需环境 torch == 1.2.0 -- GitLab