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
b324f22c
Unverified
Commit
b324f22c
authored
Feb 16, 2023
by
Xiang Xu
Committed by
GitHub
Feb 16, 2023
Browse files
[Fix]: fix issue when converting waymo on tensorflow (#2143)
parent
e3a24b79
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
tools/create_data.py
tools/create_data.py
+0
-4
No files found.
tools/create_data.py
View file @
b324f22c
...
...
@@ -263,10 +263,6 @@ if __name__ == '__main__':
from
mmdet3d.utils
import
register_all_modules
register_all_modules
()
# Set to spawn mode to avoid stuck when process dataset creating
import
multiprocessing
multiprocessing
.
set_start_method
(
'spawn'
)
if
args
.
dataset
==
'kitti'
:
kitti_data_prep
(
root_path
=
args
.
root_path
,
...
...
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