Commit 3a551ac1 authored by Shaoshuai Shi's avatar Shaoshuai Shi
Browse files

bugfixed: continue to fix velocity flip and rot

parent 14ac4d12
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment