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
45d98602
Unverified
Commit
45d98602
authored
Nov 10, 2021
by
ChaimZhu
Committed by
GitHub
Nov 10, 2021
Browse files
fix some bugs (#1034)
parent
84855b37
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
mmdet3d/core/visualizer/show_result.py
mmdet3d/core/visualizer/show_result.py
+1
-1
tools/create_data.py
tools/create_data.py
+1
-1
No files found.
mmdet3d/core/visualizer/show_result.py
View file @
45d98602
...
@@ -77,7 +77,7 @@ def show_result(points,
...
@@ -77,7 +77,7 @@ def show_result(points,
pred_bboxes
,
pred_bboxes
,
out_dir
,
out_dir
,
filename
,
filename
,
show
=
Tru
e
,
show
=
Fals
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.
...
...
tools/create_data.py
View file @
45d98602
...
@@ -169,7 +169,7 @@ def waymo_data_prep(root_path,
...
@@ -169,7 +169,7 @@ def waymo_data_prep(root_path,
save_dir
,
save_dir
,
prefix
=
str
(
i
),
prefix
=
str
(
i
),
workers
=
workers
,
workers
=
workers
,
test_mode
=
(
split
==
'test'
))
test_mode
=
(
split
==
'test
ing
'
))
converter
.
convert
()
converter
.
convert
()
# Generate waymo infos
# Generate waymo infos
out_dir
=
osp
.
join
(
out_dir
,
'kitti_format'
)
out_dir
=
osp
.
join
(
out_dir
,
'kitti_format'
)
...
...
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