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].
Download the datasets into datasets
folder, like ./datasets/market1501/
The market1501 dataset is only available now, and other datasets will be uploaded later
git clone https://github.com/cvlab-yonsei/projects
cd projects/RRID/code
python Train.py --gpus 0 1 # for training
python Train.py --gpus 0 1 --dataset_path 'your_dataset_directory' --dataset_type market1501 --exp_dir 'your_log_directory'
python Evaluate.py --gpus 0 1 --pretrained_weights_dir pretrained_weights.pth
python Evaluate.py --exp dir log
@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}
}