GithubHelp home page GithubHelp logo

zjcv / dcl Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 163 KB

[CVPR 2019] Destruction and Construction Learning for Fine-grained Image Recognition

License: Apache License 2.0

Python 100.00%
dcl pytorch python zcls

dcl's Introduction

Language: 🇺🇸 🇨🇳

«DCL» re-implements the paper Destruction and Construction Learning for Fine-Grained Image Recognition

More training statistics can see:

Table of Contents

Background

Differ with other attention-based or part-based fine-classification methods, DCL adds an Destruction Module (Region Confusion Mechanism and Adversarial Learning Network) and Construction Module (Region Align Network) in training, and only use backbone network in infer. Improve the accuracy of the model without affecting the reasoning speed.

Current project implementation is based on JDAI-CV/DCL.

Installation

$ pip install -r requirements.txt

Usage

  • Train
$ CUDA_VISIBLE_DEVICES=0,1,2,3 python tools/train.py -cfg=configs/cub/r50_cub_448_e100_sgd_dcl_5x5_g4.yaml
  • Test
$ CUDA_VISIBLE_DEVICES=0,1,2,3 python tools/test.py -cfg=configs/cub/r50_cub_448_e100_sgd_dcl_5x5_g4.yaml

Maintainers

  • zhujian - Initial work - zjykzj

Thanks

@InProceedings{Chen_2019_CVPR,
author = {Chen, Yue and Bai, Yalong and Zhang, Wei and Mei, Tao},
title = {Destruction and Construction Learning for Fine-Grained Image Recognition},
booktitle = {The IEEE Conference on Computer Vision and Pattern Recognition (CVPR)},
month = {June},
year = {2019}
}

Contributing

Anyone's participation is welcome! Open an issue or submit PRs.

Small note:

License

Apache License 2.0 © 2021 zjykzj

dcl's People

Contributors

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