fast-reid/fastreid/evaluation
liaoxingyu 84c733fa85 fix: remove prefetcher, put normalizer in model
1. remove messy data prefetcher which will cause  confusion
2. put normliazer in model to accelerate training via GPU computing
2020-05-25 23:39:11 +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: remove prefetcher, put normalizer in model 2020-05-25 23:39:11 +08:00
query_expansion.py feat: add aqe support in test phase 2020-05-13 16:27:22 +08:00
rank.py update version0.2 code 2020-03-25 10:58:26 +08:00
reid_evaluation.py feat: update roc curve and TPR@FPR metric 2020-05-20 14:29:33 +08:00
rerank.py feat: support re-rank in test phase 2020-05-13 11:47:52 +08:00
roc.py feat: update roc curve and TPR@FPR metric 2020-05-20 14:29:33 +08:00
testing.py Update sampler code 2020-02-10 07:38:56 +08:00