cvlab-yonsei / RRID

An official implementation of "Relation Network for Person Re-identification" (AAAI 2020) in PyTorch.
73 stars 9 forks source link

PyTorch implementation of RRID

no_image

This is the implementation of the paper "Relation Network for Person Re-identification (AAAI 2020)".

For more information, checkout the project site [website] and the paper [PDF].

Dependencies

Datasets

Download the datasets into datasets folder, like ./datasets/market1501/

The market1501 dataset is only available now, and other datasets will be uploaded later

Training

git clone https://github.com/cvlab-yonsei/projects
cd projects/RRID/code
python Train.py --gpus 0 1 # for training

Evaluation

Bibtex

@inproceedings{park2019relation,
  title={Relation Network for Person Re-identification},
  author={Park, Hyunjong and Ham, Bumsub},
  booktitle={Proceedings of the AAAI Conference on Artificial Intelligence},
  year={2020}
}