Objectron icon indicating copy to clipboard operation
Objectron copied to clipboard

2D bounding boxes request

Open yd-yin opened this issue 3 years ago • 1 comments

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 avatar Nov 20 '21 11:11 yd-yin

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.

ahmadyan avatar Dec 07 '21 23:12 ahmadyan