/RMNet_tensorflow

tensorflow implementation of RMNet

Primary LanguagePython

RMNet_tensorflow

This is a tensorflow implementation of Fast and Accurate Person Re-Identificationwith RMNet

Requirement

  • Tensorflow 1.13
  • Opencv-python

Dataset

you can download market1501 dataset here

Result

you can download pre-trained model here
rank@1 accuracy : 91.24%

Train

python train.py --config configuration.py --data_dir <market1501 dataset dir>

Test

python test.py --config cfg_pretrained.py --data_dir <market1501 dataset dir> --txt_query market1501_query.txt --txt_test market1501_test.txt

TODO

  • add mAP accuracy