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.
WBC is now class agnostic (v0.3.1). It should not be too hard to make it class specific.
Only difficulty resides in substracting the correct offset from pooled coordinates, which should be easy using the third output from lsnms._wbc.
WBC is now class agnostic (v0.3.1). It should not be too hard to make it class specific. Only difficulty resides in substracting the correct offset from pooled coordinates, which should be easy using the third output from
lsnms._wbc
.