Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing the camera to lidar extrinsic in 3dbox_to_cloud.py #2

Open
yaobaishen opened this issue Apr 30, 2024 · 0 comments
Open

Missing the camera to lidar extrinsic in 3dbox_to_cloud.py #2

yaobaishen opened this issue Apr 30, 2024 · 0 comments

Comments

@yaobaishen
Copy link

There are two steps transformation in the 3dbox_to_cloud.py:

  1. object coordinate to camera coordinate
  2. 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.
    Screenshot from 2024-04-30 15-05-59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant