hosang / gossipnet

Non-maximum suppression for object detection in a neural network

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Learning non-maximum suppression for object detection

This is the code for the paper
Learning non-maximum suppression. Jan Hosang, Rodrigo Benenson, Bernt Schiele. CVPR 2017.

You can find the project page with downloads here: https://mpi-inf.mpg.de/learning-nms

Setup

Run make to compile C++ code and protobufs.

Link to the coco API in the root directory, like so:

/work/src/tf-gnet$ ln -s /work/src/coco/PythonAPI/pycocotools

Link to coco annotations/images in the data subdir:

/work/src/tf-gnet/data$ ln -s /datasets/coco

About

Non-maximum suppression for object detection in a neural network

License:Other


Languages

Language:Python 71.4%Language:C++ 21.6%Language:Cuda 5.7%Language:C 0.9%Language:Makefile 0.5%