/Simple-CCReID

Pytorch implementation of 'Clothes-Changing Person Re-identification with RGB Modality Only. In CVPR, 2022.'

Primary LanguagePythonApache License 2.0Apache-2.0

A Simple Codebase for Clothes-Changing Person Re-identification.

Requirements

  • Python 3.6
  • Pytorch 1.6.0
  • yacs
  • apex

CCVID Dataset

Get Started

  • Replace _C.DATA.ROOT and _C.OUTPUT in configs/default_img.py&default_vid.pywith your own data path and output path, respectively.
  • Run script.sh

Citation

If you use our code/dataset in your research or wish to refer to the baseline results, please use the following BibTeX entry.

@inproceedings{gu2022CAL,
    title={Clothes-Changing Person Re-identification with RGB Modality Only},
    author={Gu, Xinqian and Chang, Hong and Ma, Bingpeng and Bai, Shutao and Shan, Shiguang and Chen, Xilin},
    booktitle={CVPR},
    year={2022},
}

Related Repos