Skip to content

Commit

Permalink
[Fix] fix config path in docs (#6396)
Browse files Browse the repository at this point in the history
  • Loading branch information
BIGWangYuDong committed Nov 2, 2021
1 parent df8c8ad commit 41fb925
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/1_exist_data_model.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down
2 changes: 1 addition & 1 deletion docs_zh-CN/1_exist_data_model.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit 41fb925

Please sign in to comment.