项目作者: wangguanan

项目描述 :
[AAAI2020] Cross-Modality Paired-Images Generation for RGB-InfraredPerson Re-Identification
高级语言: Python
项目地址: git://github.com/wangguanan/JSIA-ReID.git
创建时间: 2019-11-21T23:10:04Z
项目社区:https://github.com/wangguanan/JSIA-ReID

开源协议:

下载


JSIA-ReID

This is the official implementation for JSIA-ReID. Please refer our paper for more details:

[Paper] [Neural Network 2020] Cross-Modality Paired-Images Generation and Augmentation for RGB-Infrared Person Re-Identification

[Paper, Poster] [AAAI2020] Cross-Modality Paired-Images Generation for RGB-Infrared Person Re-Identification

Bibtex

If you find the code useful, please consider citing our paper:

  1. @InProceedings{wang2020cross,
  2. title={Cross-modality paired-images generation and augmentation for RGB-infrared person re-identification},
  3. author={Guan'an, Wang and Yang, Yang and Zhang, Tianzhu and Cheng, Jian and Hou, Zengguang and Tiwari, Prayag and Pandey, Hari Mohan and others},
  4. journal={Neural Networks},
  5. volume={128},
  6. pages={294--304},
  7. year={2020},
  8. publisher={Elsevier}
  9. }
  10. @InProceedings{wang2020crossmodality,
  11. author = "Guan-An {Wang} and Tianzhu {Zhang} and Yang {Yang} and Jian {Cheng} and Jianlong {Chang} and Xu {Liang} and Zengguang {Hou}",
  12. title = {Cross-Modality Paired-Images Generation for RGB-Infrared Person Re-Identification},
  13. booktitle = {AAAI-20 AAAI Conference on Artificial Intelligence},
  14. year = {2020}
  15. }

Dependencies

Dataset Preparation

  • SYSU-MM01 Dataset [link]

Train

  1. # train, please replace sysu-mm01-path with your own path
  2. python main.py --dataset_path sysu-mm01-path --mode train

Test with Pre-trained Model

  • pretrained model (Google DriveBaidu Disk(pwd:656y)), please download all the 4 files into a folder.
  • test with the pre-trained model
    1. # test with pretrained model, please replace sysu-mm01-path and pretrained-model-path with your own paths
    2. python main.py --dataset_path sysu-mm01-path --mode test --pretrained_model_path pretrained-model-path --pretrained_model_epoch 649

Experimental Results

  • Settings: We trained our model with 2 GTX1080ti GPUs.

  • Comparison with SOTA

License

This repo is released under the MIT License.

Contacts

If you have any question about the project, please feel free to contact with me.

E-mail: guan.wang0706@gmail.com