Skip to content
This repository was archived by the owner on Jan 29, 2024. It is now read-only.

Latest commit

 

History

History
30 lines (23 loc) · 773 Bytes

README.md

File metadata and controls

30 lines (23 loc) · 773 Bytes

ReID.template.pytorch

Results

Rank@1 mAP
Market1501 93.7% 84.2%
DukeMTMC 86.4% 74.5%
CUHK03-labeled 75.9% 72.5%
CUHK03-detected 71.2% 68.0%
CUHK01(finetune on CUHK03) 90.5% 89.4%

Test

python test.py --config ./configs/sample_CUHK03L.yaml
python test.py --config ./configs/sample_CUHK03D.yaml
python test.py --config ./configs/sample_DukeMTMC.yaml
python test.py --config ./configs/sample_Market1501.yaml

Train

python train.py --config ./configs/sample_CUHK03L.yaml
python train.py --config ./configs/sample_CUHK03D.yaml
python train.py --config ./configs/sample_DukeMTMC.yaml
python train.py --config ./configs/sample_Market1501.yaml