PKU-ICST-MIPL / C2R_CVPR2024

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

This is the source code of our CVPR 2024 paper "Learning Continual Compatible Representation for Re-indexing Free Lifelong Person Re-identification". Please cite the following paper if you use our code.

Zhenyu Cui, Jiahuan Zhou, Xun Wang, Manyu Zhu and Yuxin Peng, "Learning Continual Compatible Representation for Re-indexing Free Lifelong Person Re-identification", 37th IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), Seattle WA, USA, June 17 - 21, 2024.

Dependencies

  • Python 3.7

  • PyTorch 1.13.1

Data Preparation

  • Please follow PatchKD to download datasets and unzip them to your data path.

Environment Preparation

  • Please follow PatchKD to prepare the execution environment.

Usage

  • Start training by executing the following commands.
  1. For Order-1:

    • Train: CUDA_VISIBLE_DEVICES=0 python train1.py
    • Test: CUDA_VISIBLE_DEVICES=0 python test1.py
  2. For Order-2:

    • Train: CUDA_VISIBLE_DEVICES=1 python train2.py
    • Test: CUDA_VISIBLE_DEVICES=1 python test2.py

For any questions, feel free to contact us (cuizhenyu@stu.pku.edu.cn).

Welcome to our Laboratory Homepage for more information about our papers, source codes, and datasets.

Acknowledgement

Our code is based on the PyTorch implementation of PatchKD.

About

License:MIT License


Languages

Language:Python 97.7%Language:Shell 1.4%Language:Cython 0.8%Language:Makefile 0.0%