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

Fixed issue 12, updated changelog #13

Closed remydubois closed 1 year ago

remydubois commented 1 year ago

Fixed issue #12 by filtering out scores as well as boxes in lsnms._nms