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
OpenDAS
mmdetection3d
Commits
a8f47523
"test/test_max.py" did not exist on "7f712d86499fab7b5711e5833cc57bcbeccc022e"
Unverified
Commit
a8f47523
authored
Jul 27, 2021
by
Ziyi Wu
Committed by
GitHub
Jul 27, 2021
Browse files
change default value to True (#784)
parent
9312b348
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
mmdet3d/core/visualizer/show_result.py
mmdet3d/core/visualizer/show_result.py
+2
-2
No files found.
mmdet3d/core/visualizer/show_result.py
View file @
a8f47523
...
@@ -131,7 +131,7 @@ def show_seg_result(points,
...
@@ -131,7 +131,7 @@ def show_seg_result(points,
filename
,
filename
,
palette
,
palette
,
ignore_index
=
None
,
ignore_index
=
None
,
show
=
Fals
e
,
show
=
Tru
e
,
snapshot
=
False
):
snapshot
=
False
):
"""Convert results into format that is directly readable for meshlab.
"""Convert results into format that is directly readable for meshlab.
...
@@ -205,7 +205,7 @@ def show_multi_modality_result(img,
...
@@ -205,7 +205,7 @@ def show_multi_modality_result(img,
filename
,
filename
,
box_mode
,
box_mode
,
img_metas
=
None
,
img_metas
=
None
,
show
=
Fals
e
,
show
=
Tru
e
,
gt_bbox_color
=
(
61
,
102
,
255
),
gt_bbox_color
=
(
61
,
102
,
255
),
pred_bbox_color
=
(
241
,
101
,
72
)):
pred_bbox_color
=
(
241
,
101
,
72
)):
"""Convert multi-modality detection results into 2D results.
"""Convert multi-modality detection results into 2D results.
...
...
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