Closed jiachen0212 closed 7 months ago
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
.
hello, thanks for your work~ However, I encountered some problems when using 3D point cloud detection~ I would like to ask, does your work support 3D detection and output box and orientation? I followed the scannet data format step by step, but encountered this bug ~