From 374d4c0bed3e3c01e2988213b54310500479e3df Mon Sep 17 00:00:00 2001 From: BigDong Date: Tue, 2 Nov 2021 21:20:20 +0800 Subject: [PATCH] [Fix] fix config path in docs (#6396) --- docs/1_exist_data_model.md | 2 +- docs_zh-CN/1_exist_data_model.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/1_exist_data_model.md b/docs/1_exist_data_model.md index fc7c286f472..4c3ad3cee4b 100644 --- a/docs/1_exist_data_model.md +++ b/docs/1_exist_data_model.md @@ -300,7 +300,7 @@ Assuming that you have already downloaded the checkpoints to the directory `chec ```shell python tools/test.py \ - configs/faster_rcnn/faster_rcnn_r50_fpn_1x.py \ + configs/faster_rcnn/faster_rcnn_r50_fpn_1x_coco.py \ checkpoints/faster_rcnn_r50_fpn_1x_coco_20200130-047c8118.pth \ --show-dir faster_rcnn_r50_fpn_1x_results ``` diff --git a/docs_zh-CN/1_exist_data_model.md b/docs_zh-CN/1_exist_data_model.md index 487e9be3118..9a2f0d077aa 100644 --- a/docs_zh-CN/1_exist_data_model.md +++ b/docs_zh-CN/1_exist_data_model.md @@ -285,7 +285,7 @@ bash tools/dist_test.sh \ ```shell python tools/test.py \ - configs/faster_rcnn/faster_rcnn_r50_fpn_1x.py \ + configs/faster_rcnn/faster_rcnn_r50_fpn_1x_coco.py \ checkpoints/faster_rcnn_r50_fpn_1x_coco_20200130-047c8118.pth \ --show-dir faster_rcnn_r50_fpn_1x_results ```