3detr icon indicating copy to clipboard operation
3detr copied to clipboard

bbox_3d_iou, the same two 3d boxs, iou score is zero, zero.why?

Open JustDoItY opened this issue 3 years ago • 4 comments
trafficstars

utils > eval_det > box3d_iou.

please 21657376013_ pic 31657376034_ pic

the box corners are generated by my_compute_box_3d function

JustDoItY avatar Jul 09 '22 14:07 JustDoItY

i used another tools to do this ,for the same input, and i got iou score 1.0 i don't know whether you uploaded the function falsely or what. aha, the experiment result from what.

JustDoItY avatar Jul 09 '22 15:07 JustDoItY

We followed prior work and used the VoteNet codebase for our evaluations (https://github.com/facebookresearch/votenet/blob/main/utils/box_util.py#L92) It's quite surprising that it returns 0. Can you check that codebase and see if it returns zero too?

imisra avatar Jul 09 '22 16:07 imisra

41657446967_ pic i do this @imisra

JustDoItY avatar Jul 10 '22 09:07 JustDoItY

i used mmdet3d to produce corners, with lidar, camera, depth coordinate sys, finally still zero.

JustDoItY avatar Jul 10 '22 10:07 JustDoItY