bostondiditeam / MV3D

Multi-View 3D Object Detection Network for Autonomous Driving
480 stars 181 forks source link

Question about IOU between anchors and ground truth boxes #32

Open LinHungShi opened 6 years ago

LinHungShi commented 6 years ago

From my understanding, the 3d ground truth box can be tilted when projected on bird view, and the intersection between gt box and the anchor is usually not rectangular. However, inside bbox_overlaps it seems you assume that the intersection of two boxes is a rectangle of which the area is calculated by multiplying iw and ih?