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

Multiple query #44

Closed yoookoo closed 6 years ago

yoookoo commented 6 years ago

How can I calculate Accuracy for multiple queries?

Cysu commented 6 years ago

We currently only support single query evaluation. Multiple query, or multi-shot person reid, is another problem and may not be that straightforward.

liangbh6 commented 5 years ago

@yoookoo have you figure out how to do multi-shot reid?