remydubois / lsnms

Large Scale Non maximum Suppression. This project implements a O(nlog(n)) approach for non max suppression, useful for object detection ran on very large images such as satellite or histology, when the number of instances to prune becomes very large.
65 stars 6 forks source link

Enable rotated bboxes NMS #8

Open remydubois opened 2 years ago

remydubois commented 2 years ago

As of version 0.3.1, rotated bboxes are not supported. This should be, considering that most object detection frameworks enable it.

This means: