Skip to content

Nuzhny007/Non-Maximum-Suppression

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Status

News: added soft nms!

Non-Maximum-Suppression

C++ implementation of Non-Maximum Suppression algorithm. Original code on Python are here: http://www.pyimagesearch.com/2014/11/17/non-maximum-suppression-object-detection-python/

And added more options:

  1. Simple suppression without scores, minimum neighbours count = 1: Simple with neighbours

  2. Suppression with scores, minimum neighbours count = 1: With scores

  3. Suppression with scores and with minimum scores sum = 0.8, minimum neighbours count = 1: With scores and sum

  4. Soft NMS: linear and gauss

About

Implementation of Non-Maximum Suppression algorithm

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages