Home

Awesome

PyTorch implementation of Learning by Aligning (ICCV 2021)

This is an official PyTorch implementation of the paper "Learning by Aligning: Visible-Infrared Person Re-identification using Cross-Modal Correspondences", ICCV 2021.

For more details, visit our project site or see our paper.

Requirements

Getting started

First, clone our git repository.<br>

git clone https://github.com/cvlab-yonsei/LbA.git
cd LbA

Docker

We provide a Dockerfile to help reproducing our results easily.<br>

Prepare datasets

Train

Test

datasetmethodmAPrank-1
SYSU-MM01baseline49.5450.43
SYSU-MM01full54.1455.41

Pretrained weights

datasetmethodmAPrank-1
SYSU-MM01full55.2256.31

Bibtex

@inproceedings{park2021learning,
  title={Learning by Aligning: Visible-Infrared Person Re-identification using Cross-Modal Correspondences},
  author={Park, Hyunjong and Lee, Sanghoon and Lee, Junghyup and Ham, Bumsub},
  booktitle={Proceedings of the IEEE/CVF International Conference on Computer Vision},
  pages={12046--12055},
  year={2021}
}

Credits

Our implementation is based on Mang Ye's code here.