You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are two steps transformation in the 3dbox_to_cloud.py:
object coordinate to camera coordinate
camera coordinate to lidar coordinate
The bug exists in the second step, it doesn't consider the rotation and translation between camera coord and lidar coord axis, so may leads to mismatch in customized kitti data, just like below:
The issue could disappear if we add the camera to lidar transformation matrix back.
The text was updated successfully, but these errors were encountered:
There are two steps transformation in the 3dbox_to_cloud.py:
The bug exists in the second step, it doesn't consider the rotation and translation between camera coord and lidar coord axis, so may leads to mismatch in customized kitti data, just like below:
The issue could disappear if we add the camera to lidar transformation matrix back.
The text was updated successfully, but these errors were encountered: