From 9f03e2118183b9bf2e8d05609fa94cef970f41a4 Mon Sep 17 00:00:00 2001 From: Bubbliiiing <47347516+bubbliiiing@users.noreply.github.com> Date: Thu, 10 Sep 2020 10:40:10 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 103b394..587c92c 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ ### 性能情况 | 训练数据集 | 权值文件名称 | 测试数据集 | 输入图片大小 | mAP 0.5:0.95 | mAP 0.5 | | :-----: | :-----: | :------: | :------: | :------: | :-----: | -| VOC07+12 | [ssd_weights.pth]() | VOC-Test07 | 416x416 | - | 76.70 +| VOC07+12 | [ssd_weights.pth](https://github.com/bubbliiiing/ssd-pytorch/releases/download/v1.0/ssd_weights.pth) | VOC-Test07 | 300x300| - | 76.70 ### 所需环境 torch == 1.2.0 -- GitLab