Skip to content
New issue

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

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

Already on GitHub? # to your account

Camera to lidar transform of KITTI rotation #118

Open
afroowoo opened this issue Jun 16, 2020 · 0 comments
Open

Camera to lidar transform of KITTI rotation #118

afroowoo opened this issue Jun 16, 2020 · 0 comments

Comments

@afroowoo
Copy link

Hi, when reading a KITTI label, it is converted from camera to lidar coordinates with:

https://github.com/poodarchu/Det3D/blob/9fca2d94e4a138b6a2cd5d3fe4f4de38eb760306/det3d/core/bbox/box_np_ops.py#L925-L930

In this code, shouldn't the rotation also be converted from camera to lidar coordinates, for example r_lidar = r_camera @ r_rect @ velo2cam?

Skipping this transform causes a small rotational misalignment of the ground truth.
Is this intended?

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant