Giter Site home page Giter Site logo

87ssfantasy / fpn-wsddn-1 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from yyyjy/fpn-wsddn-1

0.0 1.0 0.0 0 B

fpn is made up of fpn and fasterrcnn whose proposals are generated from rpn, i change it to fpn+selectivesearch+wsddn to complete wsod task.

License: MIT License

Python 76.07% MATLAB 0.41% Shell 0.37% Cuda 10.31% C 12.35% C++ 0.48%

fpn-wsddn-1's Introduction

fpn-wsddn Pytorch implementation of Feature Pyramid Network (FPN) plus wsddn, which trained with selectivesearch proposals instead of RPN for weakly supervised Object Detection

fpn is made up of fpn and fasterrcnn whose proposals are generated from rpn, i change it to fpn+selectivesearch+wsddn to complete wsod task.

Introduction

This project inherits the property of our pytorch implementation of faster r-cnn. Hence, it also has the following unique features:

  • It is pure Pytorch code. We convert all the numpy implementations to pytorch.

  • It supports trainig batchsize > 1. We revise all the layers, including dataloader, roi-pooling, etc., to train with multiple images at each iteration.

  • It supports multiple GPUs. We use a multiple GPU wrapper (nn.DataParallel here) to make it flexible to use one or more GPUs, as a merit of the above two features.

  • It supports three pooling methods. We integrate three pooling methods: roi pooing, roi align and roi crop. Besides, we convert them to support multi-image batch training.

  • **For implementing in weakly supervised object detection, we change rpn to selectivesearch method firstly and change the latter part of fast rcnn to wsddn secondly.

Benchmarking

We benchmark our code thoroughly on pascal voc 2007 datasets

fpn-wsddn-1's People

Contributors

yjyyy avatar

Watchers

 avatar

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.