GithubHelp home page GithubHelp logo

bbbbby-99 / igoas Goto Github PK

View Code? Open in Web Editor NEW

This project forked from vill-lab/2021-tip-igoas

0.0 0.0 0.0 2.31 MB

Incremental Generative Occlusion Adversarial Suppression Network for Person ReID (IEEE TIP 2021)

License: MIT License

Python 99.38% Shell 0.61% Makefile 0.02%

igoas's Introduction

Incremental Generative Occlusion Adversarial Suppression Network for Person ReID (IEEE TIP 2021)

This is the pytorch implementation of the paper (accpted by IEEE TIP 2021). More information about the paper is in here. Chinese introduction can be clicked here.

Fig 1.IGOAS framework

Installation

Make sure conda is installed.

# cd to your preferred directory and clone this repo
git clone https://github.com/Vill-Lab/IGOAS.git

# create environment
conda create --name torchreid python=3.7
conda activate torchreid

# install dependencies
# make sure `which python` and `which pip` point to the correct path
pip install -r requirements.txt

# install torch and torchvision (select the proper cuda version to suit your machine)
conda install pytorch torchvision cudatoolkit=9.0 -c pytorch

# install torchreid (don't need to re-build it if you modify the source code)
python setup.py develop

Training

To train IGOAS on Occluded-Duke, do

 python scripts/main.py --config-file configs/bfe.yaml

Result

Method Rank-1 mAP
PGFA 51.4 37.3
HONet 55.1 43.8
MHSA 59.7 44.8
IGOAS 60.1 49.4

Citation

If you find IGOAS useful in your research, please consider citing.

@article{tip21,
   author = {Zhao, Cairong and Lv, Xinbi and Dou, Shuguang and Zhang, Shanshan and Wu, Jun and Wang, Liang},
   title = {Incremental Generative Occlusion Adversarial Suppression Network for Person ReID},
   journal = {IEEE transactions on image processing : a publication of the IEEE Signal Processing Society},
   volume = {30},
   pages = {4212-4224},
   DOI = {10.1109/tip.2021.3070182},
   url = {<Go to ISI>://MEDLINE:33822724},
   year = {2021},
   type = {Journal Article}
}

Reference

This code is based on torchreid.

igoas's People

Contributors

shuguang-52 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.