Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cysu/person-reid
Research projects on person re-identification
https://github.com/cysu/person-reid
Last synced: about 2 months ago
JSON representation
Research projects on person re-identification
- Host: GitHub
- URL: https://github.com/cysu/person-reid
- Owner: Cysu
- License: mit
- Created: 2013-11-07T09:00:35.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-03-07T15:54:21.000Z (almost 11 years ago)
- Last Synced: 2023-03-15T22:05:24.688Z (almost 2 years ago)
- Language: Python
- Size: 1.15 MB
- Stars: 23
- Watchers: 4
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Person-Reid #
Research projects of person re-identification
## Definition ##
The purpose of person re-identification is to recognize a unique pedestrian
among different camera views.The pedestrian should have little discrepancy in appearance, and the cameras
should be still.A typical input is two sets of pedestrians images sequences, namely *gallery*
and *probe*. The output should be a distance matrix. *Cumulative Match
Characteristic (CMC)* curve is used for evaluation.## INSTALLATION ##
At current stage of research, no setup scripts are provided. Please just export this project's path to `PYTHONPATH`.