Skip to content

hosang/gossipnet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published