mirror of
https://github.com/JDAI-CV/fast-reid.git
synced 2025-06-03 14:50:47 +08:00
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.