Commit 6a1f253a authored by Shaoshuai Shi's avatar Shaoshuai Shi
Browse files

bugfixed: set empty gt_boxes_lidar to (0, 9) instead of (0, 7)

parent 4996eb46
......@@ -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
......
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