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

Clarification regarding 3D Bbox size annotation #32

Open
Kishaan opened this issue Dec 14, 2023 · 3 comments
Open

Clarification regarding 3D Bbox size annotation #32

Kishaan opened this issue Dec 14, 2023 · 3 comments
Assignees
Labels
question Further information is requested

Comments

@Kishaan
Copy link

Kishaan commented Dec 14, 2023

Hi,

Thank you for releasing the dataset. I would like to know whether the length, width, and height of the 3D Bboxes available in the annotations correspond to x, y, and z axes of the lidar coordinate system, respectively. If not, please provide some clarity with respect to which axes the length, width, and height are annotated.

Thank you!

@atonderski
Copy link
Collaborator

Hi, very valid question, we need to clarify this in the documentation :)

yaw = 0 corresponds to a vehicle that is oriented the same way as the ego-vehicle. This means that it follows the lidar coordinate system of the ego-vehicle meaning x-right, y-forward, z-up. Consequently the assignment of dimension to axis is:
x -> width
y -> length
z -> height

@SyedShafiq
Copy link

Does the z axis of the 3D bbx provide the depth of the object with respect to the sensor as it follows the lidar coordinate?

@atonderski
Copy link
Collaborator

I think the notion of depth is quite ambiguous in the context of a 360 degree surround lidar. However, if you project the point into the camera coordinate system, then the z coordinate would indeed be considered depth.
If working in the context of lidar, you probably want euclidean distance instead (e.g. np.linalg.norm(point_cloud[:,3]))

@atonderski atonderski added the question Further information is requested label Apr 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants