fast-reid/fastreid/evaluation
liaoxingyu 13bb03eb07 feat: add rank result visualization tools
Update visualization tools which can save rank list with AP metrics from high to low, vice versa.
In order to compute AP fast in visualizer, modify rank_cylib to get all_AP instead of mAP.
In this way, we can use Cython to compute results.
2020-05-10 23:17:10 +08:00
..
rank_cylib feat: add rank result visualization tools 2020-05-10 23:17:10 +08:00
__init__.py feat(engine/defaults): add DefaultPredictor to get image reid features 2020-05-08 19:24:27 +08:00
evaluator.py Fix data prefetcher minor bug 2020-02-27 12:16:57 +08:00
rank.py update version0.2 code 2020-03-25 10:58:26 +08:00
reid_evaluation.py feat: add rank result visualization tools 2020-05-10 23:17:10 +08:00
testing.py Update sampler code 2020-02-10 07:38:56 +08:00