tsinghua-rll / VoxelNet-tensorflow

A 3D object detection system for autonomous driving.
MIT License
453 stars 123 forks source link

Question about box overlapping function #32

Closed LinHungShi closed 6 years ago

LinHungShi commented 6 years ago

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

jeasinema commented 6 years ago

Please have a look at #20.