Unverified Commit a8f47523 authored by Ziyi Wu's avatar Ziyi Wu Committed by GitHub
Browse files

change default value to True (#784)

parent 9312b348
......@@ -131,7 +131,7 @@ def show_seg_result(points,
filename,
palette,
ignore_index=None,
show=False,
show=True,
snapshot=False):
"""Convert results into format that is directly readable for meshlab.
......@@ -205,7 +205,7 @@ def show_multi_modality_result(img,
filename,
box_mode,
img_metas=None,
show=False,
show=True,
gt_bbox_color=(61, 102, 255),
pred_bbox_color=(241, 101, 72)):
"""Convert multi-modality detection results into 2D results.
......
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