项目作者: zhouyuangan

项目描述 :
Use c++ clipper to implement quadrilateral NMS.
高级语言: C++
项目地址: git://github.com/zhouyuangan/quad-nms-cpu.git
创建时间: 2020-12-26T11:34:05Z
项目社区:https://github.com/zhouyuangan/quad-nms-cpu

开源协议:MIT License

下载


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++

  1. mkdir build
  2. cd build
  3. cmake ..

Run and test it.