Awesome
A Simple Codebase for Clothes-Changing Person Re-identification.
Clothes-Changing Person Re-identification with RGB Modality Only (CVPR, 2022)
Requirements
- Python 3.6
- Pytorch 1.6.0
- yacs
- apex
CCVID Dataset
- [BaiduYun] password: q0q2
- [GoogleDrive]
Get Started
- Replace
_C.DATA.ROOT
and_C.OUTPUT
inconfigs/default_img.py&default_vid.py
with your owndata path
andoutput 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},
}