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

Question about Kitti transforms #60

Open
ClementLeBihan opened this issue Oct 25, 2023 · 0 comments
Open

Question about Kitti transforms #60

ClementLeBihan opened this issue Oct 25, 2023 · 0 comments

Comments

@ClementLeBihan
Copy link

ClementLeBihan commented Oct 25, 2023

Hi,
As you may know, Kitti labels are expressed in camera's frame.

However, in bbox_camera2lidar function, we use the same rotation_y as box angle, but as the camera's y is lidar's -z, the yaw of the obstacle in lidar frame should be -rotation_y - pi/2, don't you think so ?
Also, obstacle dimensions are height, width, length (https://github.com/bostondiditeam/kitti/blob/master/resources/devkit_object/readme.txt); but in bbox_camera2lidar, the dimensions are flipped in this way :
xyz_size = np.concatenate([z_size, x_size, y_size], axis=1). So PointPillars is trained with dimensions in length, height, width order right ?

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