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
25cd01e0
Commit
25cd01e0
authored
Aug 17, 2022
by
Shaoshuai Shi
Browse files
bugfixed to process waymo data
parent
505e0ab3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
pcdet/datasets/waymo/waymo_dataset.py
pcdet/datasets/waymo/waymo_dataset.py
+1
-1
pcdet/datasets/waymo/waymo_utils.py
pcdet/datasets/waymo/waymo_utils.py
+1
-1
No files found.
pcdet/datasets/waymo/waymo_dataset.py
View file @
25cd01e0
...
...
@@ -536,7 +536,7 @@ def create_waymo_gt_database(
workers
=
min
(
16
,
multiprocessing
.
cpu_count
())):
dataset
=
WaymoDataset
(
dataset_cfg
=
dataset_cfg
,
class_names
=
class_names
,
root_path
=
data_path
,
training
=
Tru
e
,
logger
=
common_utils
.
create_logger
()
training
=
Fals
e
,
logger
=
common_utils
.
create_logger
()
)
train_split
=
'train'
train_filename
=
save_path
/
(
'%s_infos_%s.pkl'
%
(
processed_data_tag
,
train_split
))
...
...
pcdet/datasets/waymo/waymo_utils.py
View file @
25cd01e0
...
...
@@ -212,7 +212,7 @@ def process_single_sequence(sequence_file, save_path, sampled_interval, has_labe
return
sequence_infos
else
:
sequence_infos_old
=
sequence_infos
sequen
e
c_infos
=
[]
sequenc
e
_infos
=
[]
for
cnt
,
data
in
enumerate
(
dataset
):
if
cnt
%
sampled_interval
!=
0
:
...
...
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