3d box detection?
Closed this issue · 3 comments
At training stage this repo has nothing to do with object detection. However on test stage the object detection can be done simply with mapping each predicted instance with the smallest axis-aligned bounding box. The idea how to do it is described in #21.
At training stage this repo has nothing to do with object detection. However on test stage the object detection can be done simply with mapping each predicted instance with the smallest axis-aligned bounding box. The idea how to do it is described in #21.
Thank you very much for your reply. I modified 3 codes according to #21, with_bbox_3d=False during train and with_bbox_3d=True during test. But I still get this bug..
Please import DepthInstance3DBoxes
from mmdet3d.structures
.