diff --git a/README.md b/README.md index 5fd772253581b2d44839500c61332b99b1b9d80a..b25f4f594d7f2c26899e2ff7c9f6cca9d627cd90 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)[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 +| 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 ### 实现的内容