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
960e614c
Unverified
Commit
960e614c
authored
May 12, 2019
by
Kai Chen
Committed by
GitHub
May 12, 2019
Browse files
Merge pull request #630 from zhijl/master
fix bug of show_result
parents
61e4bcec
17f0f8c4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
mmdet/apis/inference.py
mmdet/apis/inference.py
+2
-1
No files found.
mmdet/apis/inference.py
View file @
960e614c
...
@@ -80,4 +80,5 @@ def show_result(img, result, dataset='coco', score_thr=0.3, out_file=None):
...
@@ -80,4 +80,5 @@ def show_result(img, result, dataset='coco', score_thr=0.3, out_file=None):
labels
,
labels
,
class_names
=
class_names
,
class_names
=
class_names
,
score_thr
=
score_thr
,
score_thr
=
score_thr
,
show
=
out_file
is
None
)
show
=
out_file
is
None
,
out_file
=
out_file
)
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