Giter Site home page Giter Site logo

younetcq / sample-weighting-network Goto Github PK

View Code? Open in Web Editor NEW

This project forked from caiqi/sample-weighting-network

0.0 0.0 0.0 727 KB

Implementation of 'Learning a Unified Sample Weighting Network for Object Detection' [CVPR 2020]

Python 84.21% C++ 5.18% Cuda 10.22% Shell 0.40%

sample-weighting-network's Introduction

Learning a Unified Sample Weighting Network for Object Detection

This is the implementation of 'Learning a Unified Sample Weighting Network for Object Detection' [CVPR 2020]. The original paper can be found here.

framework image

Usage

a. Following MMDetection for installing pre-requirements.

b. clone this repo and build.

git clone https://github.com/caiqi/sample-weighting-network
cd sample-weighting-network
python setup.py develop

c. Prepare COCO dataset.

It is recommended to symlink the dataset root to sample-weighting-network/data.

sample-weighting-network
├── mmdet
├── tools
├── configs
├── data
│   ├── coco
│   │   ├── annotations
│   │   ├── train2017
│   │   ├── val2017
│   │   ├── test2017
│   ├── VOCdevkit
│   │   ├── VOC2007
│   │   ├── VOC2012

d. Train Faster R-CNN/Mask-RCNN/RetinaNet with ResNet-50/ResNet-101 backbones:

    bash scritps/[Faster/Mask/Retina]_[R50/R101].sh

Citation

If you find this code or model useful for your research, please cite our paper:

@inproceedings{cai2020learning,
  title={Learning a Unified Sample Weighting Network for Object Detection},
  author={Cai, Qi and Pan, Yingwei and Wang, Yu and Liu, Jingen and Yao, Ting and Mei, Tao},
  booktitle={Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition},
  year={2020}
}

Acknowledgements

Thanks the contribution of MMDetection and awesome PyTorch team.

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.