Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
SOLOv2-pytorch
Commits
68589d36
Commit
68589d36
authored
Jun 09, 2019
by
Chang Si
Committed by
Kai Chen
Jun 09, 2019
Browse files
fix a typo in GETTING_STARTED.md (#774)
parent
2f27091e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
GETTING_STARTED.md
GETTING_STARTED.md
+1
-1
No files found.
GETTING_STARTED.md
View file @
68589d36
...
...
@@ -68,7 +68,7 @@ config_file = 'configs/faster_rcnn_r50_fpn_1x.py'
checkpoint_file
=
'checkpoints/faster_rcnn_r50_fpn_1x_20181010-3d1b3351.pth'
# 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
img
=
'test.jpg'
# or img = mmcv.imread(img), which will only load it once
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment