From 2fbb0640e8605ecd18982b636210b9703f6236e1 Mon Sep 17 00:00:00 2001 From: Bubbliiiing <47347516+bubbliiiing@users.noreply.github.com> Date: Tue, 8 Sep 2020 12:14:44 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8b832f0..5fd7722 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,8 @@ ### 性能情况 | 训练数据集 | 权值文件名称 | 测试数据集 | 输入图片大小 | mAP 0.5:0.95 | mAP 0.5 | | :-----: | :-----: | :------: | :------: | :------: | :-----: | -| VOC07+12 | yolo4_voc_weights.pth | VOC-Test07 | 416x416 | - | 82.2 -| COCO-Train2017 | yolo4_weights.pth | COCO-Val2017 | 416x416 | 41.5 | 63.9 +| VOC07+12 | (yolo4_voc_weights.pth)[https://github.com/bubbliiiing/yolov4-pytorch/releases/download/v1.0/yolo4_voc_weights.pth] | VOC-Test07 | 416x416 | - | 82.2 +| COCO-Train2017 | (yolo4_weights.pth)[https://github.com/bubbliiiing/yolov4-pytorch/releases/download/v1.0/yolo4_weights.pth] | COCO-Val2017 | 416x416 | 41.5 | 63.9 ### 实现的内容 -- GitLab