Skip to content
Snippets Groups Projects
Commit 17f0f8c4 authored by zhijl's avatar zhijl
Browse files

fix bug of show_result

parent 61e4bcec
No related branches found
No related tags found
No related merge requests found
......@@ -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)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment