vmalpani / NonMaximalSuppression

Performs non-maximal suppression for bounding boxes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NonMaximalSuppression

Performs non-maximal suppression for bounding boxes to accurately single out the best bounding box from a number of overlapping candidate bounding boxes over an object

Running the code

$ python non_maximal_suppression.py

For a faster vectorized implementation:

$ python non_maximal_suppression_vectorized.py

Running the tests

$ python test_non_maximal_suppression.py
$ python test_non_maximal_suppression_vectorized.py

About

Performs non-maximal suppression for bounding boxes


Languages

Language:Python 100.0%