-
Notifications
You must be signed in to change notification settings - Fork 62
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
feat: Add utils to associate 2d bbox and 3d bbox #157
Conversation
4d9386d
to
4350279
Compare
@jia-sun |
Those functions can be used to generate ground truth such as distance, yaw, pitch, raw, even 3d bounding for 2d objects (car, pedestrian) by utilizing LIDAR 3D annotations. |
tests/data/dgp/associate_2d_to_3d_scene/scene_01/rgb/CAMERA_21/1345048_001.jpg
Outdated
Show resolved
Hide resolved
@jia-sun I added some comments @chrisochoatri Could you also review this PR? |
4350279
to
042b304
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks jia. I left several comments but as this change seems standalone I won't block this. Please make the appropriate changes before merging.
2b6f68b
2b6f68b
to
0c06699
Compare
This PR adds some functions to associate bounding_box_3d of LIDAR to bounding_box_2d for Camera. One use case is to get the distance distribution of objects.
0c06699
to
5fa515e
Compare
This PR adds functions to associate bounding_box_3d of LIDAR to bounding_box_2d for Camera.
One of the use case is to get the distance distribution of objects.