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

bbox extent width and length interchanged #6

Open
makaveli10 opened this issue May 25, 2022 · 0 comments
Open

bbox extent width and length interchanged #6

makaveli10 opened this issue May 25, 2022 · 0 comments

Comments

@makaveli10
Copy link

makaveli10 commented May 25, 2022

height, width, length = bbox_extent.z, bbox_extent.x, bbox_extent.y

right above this line it's mentioned that kitti expects z, y, x as height, width, length and on this line we have:

height, width, length = bbox_extent.z, bbox_extent.x, bbox_extent.y

Referring to this mesaurement image. I think it should rather be

height, width, length = bbox_extent.z, bbox_extent.y, bbox_extent.x
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