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
f6c824cc
"git@developer.sourcefind.cn:OpenDAS/openpcdet.git" did not exist on "53cbe187522170fe52a3bda4e5a053a7440e13b8"
Commit
f6c824cc
authored
Nov 24, 2021
by
Shaoshuai Shi
Browse files
save WOD metadata to infos
parent
ce26ea1a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
pcdet/datasets/waymo/waymo_utils.py
pcdet/datasets/waymo/waymo_utils.py
+4
-0
No files found.
pcdet/datasets/waymo/waymo_utils.py
View file @
f6c824cc
...
@@ -212,6 +212,10 @@ def process_single_sequence(sequence_file, save_path, sampled_interval, has_labe
...
@@ -212,6 +212,10 @@ def process_single_sequence(sequence_file, save_path, sampled_interval, has_labe
info
[
'point_cloud'
]
=
pc_info
info
[
'point_cloud'
]
=
pc_info
info
[
'frame_id'
]
=
sequence_name
+
(
'_%03d'
%
cnt
)
info
[
'frame_id'
]
=
sequence_name
+
(
'_%03d'
%
cnt
)
info
[
'metadata'
]
=
{
'context_name'
:
frame
.
context
.
name
,
'timestamp_micros'
:
frame
.
timestamp_micros
}
image_info
=
{}
image_info
=
{}
for
j
in
range
(
5
):
for
j
in
range
(
5
):
width
=
frame
.
context
.
camera_calibrations
[
j
].
width
width
=
frame
.
context
.
camera_calibrations
[
j
].
width
...
...
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