Unverified Commit 960e614c authored by Kai Chen's avatar Kai Chen Committed by GitHub
Browse files

Merge pull request #630 from zhijl/master

fix bug of show_result
parents 61e4bcec 17f0f8c4
......@@ -80,4 +80,5 @@ def show_result(img, result, dataset='coco', score_thr=0.3, out_file=None):
labels,
class_names=class_names,
score_thr=score_thr,
show=out_file is None)
show=out_file is None,
out_file=out_file)
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