"vscode:/vscode.git/clone" did not exist on "ae9701bccae689f95d1eeb84316a1174801c8594"
Unverified Commit 5f674b4e authored by Haotian Liu's avatar Haotian Liu Committed by GitHub
Browse files

Fix `show_result` default arg value to `show=True` (#515)

parent b255d16b
......@@ -75,7 +75,7 @@ def show_result(points,
pred_bboxes,
out_dir,
filename,
show=False,
show=True,
snapshot=False):
"""Convert results into format that is directly readable for meshlab.
......
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