Skip to content

BoomShakaY/AIM-CCReID

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AIM-CCReID

An official implement of 《Good is Bad: Causality Inspired Cloth-Debiasing for Cloth-Changing Person Re-Identification》

The testing and evaluation code, with the corresponding weights, are released now.

News

2023.10.24 The full codes are released!

Requirements

  • Python 3.6
  • Pytorch 1.6.0
  • yacs
  • apex (remind: the apex is optional, not recommended if you have enough GPU memory; just comment all amp related codes)

Performance of AIM

RRCC LTCC
Standard Cloth-Changing Standard Cloth-Changing
R@1 mAP R@1 mAP R@1 mAP R@1 mAP
Paper 100.0 99.9 57.9 58.3 76.3 41.1 40.6 19.1
Repo 100.0 99.8 58.2 58.0 75.9 41.7 40.8 19.2
The indicators provided in this repo are broadly the same as those in the paper, and possibly even better (depending on what your focus is)

Datasets

PRCC is available at Here.

LTCC is available at Here.

LaST is available at Here.

Testing

The trained models (weights) are available at Baidu Disk or Google Drive. You will find the testing script for prcc and ltcc at test_AIM.sh, then modify the resume path to your own path where you placed the weights file.

To be noticed, you need to modify the DATA ROOT and OUTPUT in the configs/default_img.py to your own path before testing.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published