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
3a551ac1
Commit
3a551ac1
authored
Jul 11, 2020
by
Shaoshuai Shi
Browse files
bugfixed: continue to fix velocity flip and rot
parent
14ac4d12
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
pcdet/datasets/augmentor/augmentor_utils.py
pcdet/datasets/augmentor/augmentor_utils.py
+1
-1
No files found.
pcdet/datasets/augmentor/augmentor_utils.py
View file @
3a551ac1
...
...
@@ -56,7 +56,7 @@ def global_rotation(gt_boxes, points, rot_range):
gt_boxes
[:,
7
:
9
]
=
common_utils
.
rotate_points_along_z
(
np
.
hstack
((
gt_boxes
[:,
7
:
9
],
np
.
zeros
((
gt_boxes
.
shape
[
0
],
1
))))[
np
.
newaxis
,
:,
:],
np
.
array
([
noise_rotation
])
)[
0
]
)[
0
]
[:,
0
:
2
]
return
gt_boxes
,
points
...
...
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