ygean / quad-nms-cpu

Use c++ clipper to implement quadrilateral or polygon NMS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

quad-nms-cpu

中文介绍

Use c++ clipper to implement quadrilateral NMS.

Usage of python scripts

The python script is used to verify and visualize the result, and compare it with the iou calculated by the c++ result;

quad_iou.py uses pyclipper to calculate the intersection ratio of two non-concave quadrilaterals for comparison with c++ calculation results; visualize.py is used to visualize the distribution of quadrilaterals;

compile c++

mkdir build
cd build
cmake ..

Run and test it.

About

Use c++ clipper to implement quadrilateral or polygon NMS.

License:MIT License


Languages

Language:C++ 98.0%Language:Python 1.2%Language:CMake 0.8%