Cysu / open-reid

Open source person re-identification library in python
https://cysu.github.io/open-reid/
MIT License
1.34k stars 349 forks source link

evaluation process #34

Closed Edelbert closed 6 years ago

Edelbert commented 6 years ago

Hello. I find evaluation process a little bit confusing. I used the script author provided for network training: python examples/triplet_loss.py -d cuhk03 -b 32 -a resnet50 --logs-dir logs/triplet_loss/cuhk03-resnet50 I downloaded cuhk03 dataset, so training process went well and produced evaluation results for allshots, cuhk03 and market1501, which I didn't download. How come?

zydou commented 6 years ago

Please read the document about Evaluation Metrics

Your evaluation results for Market1501 means the results under the Market1501 evaluation settings.

Edelbert commented 6 years ago

@zydou I see, thank you.