developer0hye / Modern-Cpp-NMS

A Modern C++ Implementation of NMS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A Modern C++ Implementation of NMS

License:MIT License


Languages

Language:C++ 50.1%Language:Python 42.7%Language:CMake 7.2%