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
OpenPCDet
Commits
4d3f0009
Commit
4d3f0009
authored
Nov 10, 2020
by
Shaoshuai Shi
Browse files
update codes of WOD
parent
8df9187e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
pcdet/datasets/waymo/waymo_dataset.py
pcdet/datasets/waymo/waymo_dataset.py
+0
-1
No files found.
pcdet/datasets/waymo/waymo_dataset.py
View file @
4d3f0009
...
@@ -356,7 +356,6 @@ if __name__ == '__main__':
...
@@ -356,7 +356,6 @@ if __name__ == '__main__':
if
args
.
func
==
'create_waymo_infos'
:
if
args
.
func
==
'create_waymo_infos'
:
import
yaml
import
yaml
from
pathlib
import
Path
from
easydict
import
EasyDict
from
easydict
import
EasyDict
dataset_cfg
=
EasyDict
(
yaml
.
load
(
open
(
args
.
cfg_file
)))
dataset_cfg
=
EasyDict
(
yaml
.
load
(
open
(
args
.
cfg_file
)))
ROOT_DIR
=
(
Path
(
__file__
).
resolve
().
parent
/
'../../../'
).
resolve
()
ROOT_DIR
=
(
Path
(
__file__
).
resolve
().
parent
/
'../../../'
).
resolve
()
...
...
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