Nothing Special   »   [go: up one dir, main page]

Skip to content

This paper has been accepted by AAAI 2024, all code is currently being organized, please stay tuned.

License

Notifications You must be signed in to change notification settings

lhf12278/FCM-ReID

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python >=3.6 PyTorch >=1.7

Catalyst for Clustering-based Unsupervised Object Re-Identification: Feature Calibration [pdf]

The official repository for Catalyst for Clustering-based Unsupervised Object Re-Identification: Feature Calibration.

Requirements

Installation

pip install -r requirements.txt

We recommend to use /Python=3.8 /torch=1.10.1 /torchvision=0.11.2 /timm=0.6.13 /cuda==11.3 /faiss-gpu=1.7.2/ 24G RTX 3090 or RTX 4090 for training and evaluation. If you find some packages are missing, please install them manually.

Prepare Datasets

mkdir data

Download the datasets:

  • Market-1501
  • MSMT17
  • LUPerson.
  • We don't have the copyright of the LUPerson dataset. Please contact authors of LUPerson to get this dataset.
  • You can download the file list ordered by the CFS score for the LUPerson. [CFS_list.pkl]

Then unzip them and rename them under the directory like

data
├── market1501
│   └── bounding_box_train
│   └── bounding_box_test
│   └── ..
├── MSMT17
│   └── train
│   └── test
│   └── ..
└── DukeMTMC-reID
    └── bounding_box_train
    └── bounding_box_test
    └── query
    └── *.txt

Pre-trained Models

Model Download
ViT-S/16 link
ViT-S/16+ICS link
ViT-B/16+ICS link

Pre-trained Models on Baseline

Model Download
Market-1501 link
MSMT17 link
DukeMTMC-reID link

Please download pre-trained models and put them into your custom file path.

Examples

ViT

sh train.sh

ReID performance

We have reproduced the performance to verify the reproducibility. The reproduced results may have a gap of about 0.5% with the numbers in the paper.

USL ReID

Market-1501
Model Image Size mAP/Rank-1 Download
ViT-S/16 256*128 88.6/94.9 model
MSMT17
Model Image Size mAP/Rank-1 Download
ViT-S/16 256*128 49.7/74.8 model
DukeMTMC-reID
Model Image Size mAP/Rank-1 Download
ViT-S/16 256*128 71.9/83.8 model

Acknowledgment

Our implementation is mainly based on the following codebases. We gratefully thank the authors for their wonderful works.

LUPerson, DINO, TransReID, cluster-contrast-reid, TransReID-SSL

Citation

If you find this code useful for your research, please cite our paper

wating

Contact

If you have any question, please feel free to contact us. E-mail: qingsonghu08@gmail.com

About

This paper has been accepted by AAAI 2024, all code is currently being organized, please stay tuned.

Topics

Resources

License

Stars

Watchers

Forks