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

2D bounding boxes request #54

Open
yd-yin opened this issue Nov 20, 2021 · 1 comment
Open

2D bounding boxes request #54

yd-yin opened this issue Nov 20, 2021 · 1 comment

Comments

@yd-yin
Copy link

yd-yin commented Nov 20, 2021

As mentioned in #46, directly fitting a 2D bbox by the projected vertices of 3D bbox can be very inaccurate. For example, the actual 2d bbox in green and the fitted one in red.

Is there any better way to get the 2d bbox?

image

@yd-yin yd-yin changed the title Are there 2D bounding boxes of the images? 2D bounding boxes request Nov 20, 2021
@ahmadyan
Copy link
Collaborator

ahmadyan commented Dec 7, 2021

We did not annotate the 2D bounding boxes.

My 0.02, you can always run an off-the-shelf 2D object detector (like EfficientNet or Yolo) and get the 2D bounding box and check if it is within the 'over-sized' crop we get from the 3D bounding box.

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