From 2cc0c157ad86f4dc085149591c78b15e3785ce16 Mon Sep 17 00:00:00 2001 From: littletomatodonkey <2120160898@bit.edu.cn> Date: Wed, 15 Jul 2020 21:21:33 +0800 Subject: [PATCH] fix link (#1065) --- configs/random_erasing/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/random_erasing/README.md b/configs/random_erasing/README.md index 3e5c6b626..c7e4622b5 100644 --- a/configs/random_erasing/README.md +++ b/configs/random_erasing/README.md @@ -18,4 +18,4 @@ | Backbone | Type | Image/gpu | Lr schd | Inf time (fps) | Box AP | Mask AP | Download | Configs | | :---------------------- | :-------------: | :-------: | :-----: | :------------: | :----: | :-----: | :----------------------------------------------------------: | :-----: | -| ResNet50-vd-FPN | Faster | 2 | 4x | 21.847 | 39.0% | - | [model](https://paddlemodels.bj.bcebos.com/object_detection/faster_rcnn_r50_vd_fpn_random_erasing_4x.tar) | [config](https://github.com/PaddlePaddle/PaddleDetection/tree/master/configs/random_erasing/faster_rcnn_r50_vd_fpn_random_erasing_4x.yml) | +| ResNet50-vd-FPN | Faster | 2 | 4x | 21.847 | 39.0% | - | [model](https://paddlemodels.bj.bcebos.com/object_detection/faster_rcnn_r50_vd_fpn_random_erasing_4x.pdparams) | [config](https://github.com/PaddlePaddle/PaddleDetection/tree/master/configs/random_erasing/faster_rcnn_r50_vd_fpn_random_erasing_4x.yml) | -- GitLab