Coder Social home page Coder Social logo

bentengma / cross-domain-detection Goto Github PK

View Code? Open in Web Editor NEW

This project forked from naoto0804/cross-domain-detection

0.0 1.0 0.0 1.86 MB

Codes and datasets for 'Cross-Domain Weakly-Supervised Object Detection through Progressive Domain Adaptation' [Inoue+, CVPR2018].

Home Page: https://naoto0804.github.io/cross_domain_detection/

Python 97.57% Shell 2.43%

cross-domain-detection's Introduction

Cross-Domain Weakly-Supervised Object Detection through Progressive Domain Adaptation

This page is for a paper which is to appear in CVPR2018 [1]. You can also find project page for the paper in [2].

Here is the example of our results in watercolor images. fig

Requirements

  • Python 3.5+
  • Chainer 3.0+
  • ChainerCV 0.8+
  • Cupy 2.0+
  • Matplotlib

Download models

Please go to both models and datasets directory and follow the instructions.

Usage

For more details about arguments, please refer to -h option or the actual codes.

Demo using trained models

python demo.py input/watercolor_142090457.jpg output.jpg --gpu 0 --load models/watercolor_ssd300

Evaluation of trained models

python eval_model.py --root datasets/clipart --data_type clipart --det_type ssd300 --gpu 0 --load models/clipart_ssd300

Training using clean instance-level annotations (ideal case)

python train_model.py --root datasets/clipart --subset train --result result --det_type ssd300 --data_type clipart --gpu 0

Training using virtually created instance-level annotations

Work in progress..

Citation

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

@inproceedings{InoueCVPR2018,
  title={{Cross-Domain Weakly-Supervised Object Detection through Progressive Domain Adaptation}},
  author={Naoto Inoue and Ryosuke Furuta and Toshihiko Yamasaki and Kiyoharu Aizawa},
  booktitle={CVPR},
   year={2018},
}

References

cross-domain-detection's People

Contributors

naoto0804 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.