Giter Club home page Giter Club logo

meb-net's Introduction

Multiple Expert Brainstorming for Domain Adaptive Person Re-identification

Yunpeng Zhai, Qixiang Ye, Shijian Lu, Mengxi Jia, Rongrong Ji, Yonghong Tian. "Multiple Expert Brainstorming for Domain Adaptive Person Re-identification", ECCV 2020

Paper PDF

avatar

Setup

Datasets (Market-1501 and DukeMTMC-reID).

Requirements

  • PyTorch 1.3.1

Running the experiments

Step:1 Supervised learning in the source domain

bash pretrain.sh <source dataset> <target dataset> <architecture>

For example, (duke->market):

bash pretrain.sh dukemtmc market1501 densenet
bash pretrain.sh dukemtmc market1501 resnet50
bash pretrain.sh dukemtmc market1501 inceptionv3

Step:2 Unsupervised adaptation in the target domain

bash train.sh <source dataset> <target dataset> <architecture-1> <architecture-2> <architecture-3>

For example, (duke->market)

bash train.sh dukemtmc market1501 densenet resnet50 inceptionv3

Step:3 Evaluate in the target domain

bash test.sh <target dataset> <architecture> <checkpoint_path>

For example, (market1501, densenet)

bash test.sh market1501 densenet logs/xxxx/xxxx-MEB-Net/checkpoint.pt.pth

Experiment results

avatar

Acknowledgement

Our code is based on open-reid and MMT.

Citation

If you use this method or this code in your research, please cite as:

@article{zhai2020multiple,
  title={Multiple Expert Brainstorming for Domain Adaptive Person Re-identification},
  author={Zhai, Yunpeng and Ye, Qixiang and Lu, Shijian and Jia, Mengxi and Ji, Rongrong and Tian, Yonghong},
  journal={arXiv preprint arXiv:2007.01546},
  year={2020}
}

meb-net's People

Contributors

yunpengzhai avatar haranip 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.