From ca7b5216d0a25a59dbfb219d8495f84e67d4bc1e Mon Sep 17 00:00:00 2001
From: Cao Yuhang <yhcao6@gmail.com>
Date: Mon, 22 Jul 2019 19:25:13 +0800
Subject: [PATCH] fix url of scratch faster r50 (#1035)

---
 configs/scratch/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configs/scratch/README.md b/configs/scratch/README.md
index 7ae532b..204a3f2 100644
--- a/configs/scratch/README.md
+++ b/configs/scratch/README.md
@@ -15,7 +15,7 @@
 
 | Model        | Backbone  | Style   | Lr schd | box AP | mask AP | Download |
 |:------------:|:---------:|:-------:|:-------:|:------:|:-------:|:--------:|
-| Faster R-CNN | R-50-FPN  | pytorch | 6x      | 40.1   | -       | [model](https://s3.ap-northeast-2.amazonaws.com/open-mmlab/mmdetection/models/scratch/scratch_faster_rcnn_r50_fpn_gn_6x-20190515-ff554978.pth) |
+| Faster R-CNN | R-50-FPN  | pytorch | 6x      | 40.1   | -       | [model](https://open-mmlab.s3.ap-northeast-2.amazonaws.com/mmdetection/models/scratch/scratch_faster_rcnn_r50_fpn_gn_6x_20190515-ff554978.pth) |
 | Mask R-CNN   | R-50-FPN  | pytorch | 6x      | 41.0   | 37.4    | [model](https://s3.ap-northeast-2.amazonaws.com/open-mmlab/mmdetection/models/scratch/scratch_mask_rcnn_r50_fpn_gn_6x_20190515-96743f5e.pth) |
 
 Note:
-- 
GitLab