Skip to content

vmalpani/NonMaximalSuppression

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages