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

How to interpret data? #22

Closed
jun-ja opened this issue Oct 10, 2021 · 2 comments
Closed

How to interpret data? #22

jun-ja opened this issue Oct 10, 2021 · 2 comments

Comments

@jun-ja
Copy link

jun-ja commented Oct 10, 2021

Hello, I want to know how to interpret 2d_bbs and 3d_bbs.

I see that lidar can be reshaped to (-1,4), but I wonder how 2d_bbs and 3d_bbs should be converted and how they should be interpreted.

Thank you!

@ap229997
Copy link
Collaborator

You can refer to the function _draw_2d_bbs in base_agent.py. For interpreting 3d_bbs, one way could be to project them into 2D image and visualze them. The functions _find_obstacle_3dbb, _get_2d_bb_baseline and _baseline_to_box can provide more details.

@jun-ja
Copy link
Author

jun-ja commented Oct 11, 2021

Thank you!!

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

2 participants