pprp / CUDA_NMS

Use cuda to speed up the implementation of nms algorithm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CUDA_NMS

并行计算课程大作业:

非极大抑制算法(Non-Maximun Suppression, NMS) , 抑制不是极大值的元素,可以理解为局部最大搜索。现在讨论的是目标检测中的NMS算法的应用。

原始图片:

处理后图片:

使用方法 :见USAGE

转载或使用请注明:https://github.com/pprp

About

Use cuda to speed up the implementation of nms algorithm


Languages

Language:Cuda 77.1%Language:C++ 18.2%Language:Makefile 4.6%