Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1.3 KB

README.md

File metadata and controls

36 lines (26 loc) · 1.3 KB

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