tsinghua-rll / VoxelNet-tensorflow

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

Non Max supression #20

Closed ansabsheikh9 closed 6 years ago

ansabsheikh9 commented 6 years ago

hi @jeasinema, I am working on other project, where I have similar oriented bounding boxes, Could you please tell me how you are performing non maximum suppression on oriented bounding boxes. Best Regards

jeasinema commented 6 years ago

In fact, if you have a look at the code, you will found that I apply nms on the bigger bounding boxes(without orintation) of those orinted boxes.