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.
63 stars 5 forks source link

Feat/benchmarking #25

Closed remydubois closed 8 months ago

remydubois commented 8 months ago

This PR:

Closes #24