"examples/vscode:/vscode.git/clone" did not exist on "e8c9069d6fd579571536d74594591c048273eb4d"
Commit 68589d36 authored by Chang Si's avatar Chang Si Committed by Kai Chen
Browse files

fix a typo in GETTING_STARTED.md (#774)

parent 2f27091e
...@@ -68,7 +68,7 @@ config_file = 'configs/faster_rcnn_r50_fpn_1x.py' ...@@ -68,7 +68,7 @@ config_file = 'configs/faster_rcnn_r50_fpn_1x.py'
checkpoint_file = 'checkpoints/faster_rcnn_r50_fpn_1x_20181010-3d1b3351.pth' checkpoint_file = 'checkpoints/faster_rcnn_r50_fpn_1x_20181010-3d1b3351.pth'
# build the model from a config file and a checkpoint file # build the model from a config file and a checkpoint file
model = init_detector(config_file, checkpoint_file, device='cuda:0')) model = init_detector(config_file, checkpoint_file, device='cuda:0')
# test a single image and show the results # test a single image and show the results
img = 'test.jpg' # or img = mmcv.imread(img), which will only load it once img = 'test.jpg' # or img = mmcv.imread(img), which will only load it once
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment