Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 481 Bytes

README.md

File metadata and controls

25 lines (13 loc) · 481 Bytes

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