BEVDet icon indicating copy to clipboard operation
BEVDet copied to clipboard

Overlapping Bounding Boxes

Open huangzhengxiang opened this issue 3 years ago • 1 comments

Hello! Thanks for your great work! After training your model myself and visualizing the results, I found that the results often contain overlapping bounding boxes. What probably may the problem be? Is it related to erroreous dataset? Thank you very much if you can give any responses.

huangzhengxiang avatar Aug 06 '22 09:08 huangzhengxiang

@huangzhengxiang The paradigm densely predicts results with different detection scores. You can filter the results according to the detection scores to remove the duplicated results

HuangJunJie2017 avatar Aug 08 '22 03:08 HuangJunJie2017