Modern-Cpp-NMS icon indicating copy to clipboard operation
Modern-Cpp-NMS copied to clipboard

A Modern C++ Implementation of NMS

Modern-Cpp-NMS

A Modern C++ implementation of Non-maximum Suppression(NMS) for Object Detection Algorithms

Python is used for visualization.

Results

Without NMS

41 Boxes

With NMS

4 Boxes

References

Erase–remove idiom

YOLOv5