Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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