/MRLReID

MRLReID:Unconstrained Cross-resolution Person Re-identification with Multi-task Resolution Learning

Primary LanguagePython

MRLReID-Unconstrained-Cross-resolution-Person-Re-identification-with-Multi-task-Resolution-Learning

MRLReID: Unconstrained Cross-resolution Person Re-identification with Multi-task Resolution Learning

Requirements

Installation

pip install -r requirements.txt

DownLoad D-Datasets

Baidu Drive

Google Drive

The MTA-ReID dataset should be obtained from mta-dataset.

Training

python train.py

Evaluation

ReID Result

python test.py

Resolution Result

python ./test_res/test.py

Acknowledgement

Codebase from TransReID.