This is unofficial implementation in python of the CVPR 2013 paper Unsupervised salience learning for person re-identification.
-
Install Python 3.6
-
Install Opencv, sklearn, imutils
-
Clone this repository
-
Download the dataset PRIDE and keep it in the root folder
-
The dataset can be downloaded from:
https://www.tugraz.at/institute/icg/research/team-bischof/lrs/downloads/prid11/
-
Extract descriptors by running: python $ROOT/extractDescriptors.py
-
Test the model by running: python $ROOT/matching.py --numberOfImageInGallery=20
Citations:
[1] Zhao R, Ouyang W, Wang X. Unsupervised salience learning for person re-identification. InProceedings of the IEEE Conference on Computer Vision and Pattern Recognition 2013 (pp. 3586–3593).