Skip to content

[AAAI2020] Cross-Modality Paired-Images Generation for RGB-InfraredPerson Re-Identification

Notifications You must be signed in to change notification settings

SwiftLoft/JSIA-ReID

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JSIA-ReID

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

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

Guan'an Wang, Tianzhu Zhang, Ynag Yang, Jian Cheng, Jianlong Chang, Xu Liang and Zengguang Hou

Bibtex

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

@InProceedings{wang2020crossmodality,
author = "Guan-An {Wang} and Tianzhu {Zhang} and Yang {Yang} and Jian {Cheng} and Jianlong {Chang} and Xu {Liang} and Zengguang {Hou}",
title = {Cross-Modality Paired-Images Generation for RGB-Infrared Person Re-Identification},
booktitle = {AAAI-20 AAAI Conference on Artificial Intelligence},
year = {2020}
}

Dependencies

Dataset Preparation

  • SYSU-MM01 Dataset [link]

Train

# train, please replace sysu-mm01-path with your own path
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
# test with pretrained model, please replace sysu-mm01-path and pretrained-model-path with your own paths
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

Contacts

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

E-mail: [email protected]

About

[AAAI2020] Cross-Modality Paired-Images Generation for RGB-InfraredPerson Re-Identification

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 89.3%
  • MATLAB 10.7%