Skip to content

This is unofficial implementation in python of the CVPR 2013 paper Unsupervised salience learning for person re-identification.

Notifications You must be signed in to change notification settings

appstud/person-reidentification-patch-based

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Patch based person reidentification.

This is unofficial implementation in python of the CVPR 2013 paper Unsupervised salience learning for person re-identification.

Installation

  1. Install Python 3.6

  2. Install Opencv, sklearn, imutils

  3. Clone this repository

  4. Download the dataset PRIDE and keep it in the root folder

  5. The dataset can be downloaded from:

    https://www.tugraz.at/institute/icg/research/team-bischof/lrs/downloads/prid11/

  6. Extract descriptors by running: python $ROOT/extractDescriptors.py

  7. 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).

About

This is unofficial implementation in python of the CVPR 2013 paper Unsupervised salience learning for person re-identification.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages