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
6a1f253a
Commit
6a1f253a
authored
Aug 18, 2022
by
Shaoshuai Shi
Browse files
bugfixed: set empty gt_boxes_lidar to (0, 9) instead of (0, 7)
parent
4996eb46
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
pcdet/datasets/waymo/waymo_utils.py
pcdet/datasets/waymo/waymo_utils.py
+1
-1
No files found.
pcdet/datasets/waymo/waymo_utils.py
View file @
6a1f253a
...
...
@@ -65,7 +65,7 @@ def generate_labels(frame, pose):
axis
=
1
)
else
:
gt_boxes_lidar
=
np
.
zeros
((
0
,
7
))
gt_boxes_lidar
=
np
.
zeros
((
0
,
9
))
annotations
[
'gt_boxes_lidar'
]
=
gt_boxes_lidar
return
annotations
...
...
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