Skip to content

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

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages