ptran / idla-person-reid

dlib implementation of the "Improved Deep Learning Architecture for Person Re-Identification"
31 stars 11 forks source link

how to use cmc.py #1

Open Phoebe-star opened 7 years ago

Phoebe-star commented 7 years ago

how to use cmc.py Do you have any example for me?? thanks you very much

ptran commented 7 years ago

For datasets with multiple images per person in the gallery set (i.e. CUHK03), the code in cmc.py does repeat number of trials; each trial goes through each person and samples an image from the person's image set.

The code in this repository is replicated in cuhk03.cpp in lines 251 to 317, where the results are saved into a csv file.

Phoebe-star commented 7 years ago

how to choose cuhk03 dataset for training and computing cmc ? sorry ,I can not understand your code