Giter Club home page Giter Club logo

gossipnet-pytorch's Introduction

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

Some optimization

We have done some optimization on the original author's code (in the production of manual features, we have compressed the size of multi category features). This optimization has greatly improved the multiclass AP while keeping the map from getting worse .

The following is the validation data after the 300000 training round. (tensorflow)

mAP multiclass AP
Original method 44.3 37.8
After optimization 44.0 47.9

The following is the validation data after the 20000 training round. (pytorch)

mAP multiclass AP
Original method 40.55 36.05
After optimization 41.93 46.26

Software Requirements

  • torch : 1.7.1.post2
  • numpy : 1.19.5
  • protoc : libprotoc 3.13.0
  • scipy : 1.1.0

First

Run make in the home directory to compile protobufs

Second

Download the files according to the addresses in ./data/README and ./data/coco/annotations/README files

Third

run python train.py --config=experiments/coco_person/conf.yaml

gossipnet-pytorch's People

Contributors

yin1112 avatar

Stargazers

 avatar

Watchers

 avatar

gossipnet-pytorch's Issues

_xyxy_to_boxdata

Nice work, I am trying to use this model for 3D box fusion. Can you please explain what _xyxy_to_boxdata function does?
I have a box with this format: x, y, z, l, w, h, score, label.

Thanks

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.