fast-reid icon indicating copy to clipboard operation
fast-reid copied to clipboard

optimize jaccard distance computation and the ranking

Open MarahGamdou opened this issue 3 years ago • 1 comments

  • I run a line_profiler on the ranking function and discovered that the line I modified takes 91.4 of the run time of the rank function. By modifying we can save a lot of ranking time.
  • For the Jaccard distance, the code is performing a lot of not-needed computation that is increasing the reranking time.

MarahGamdou avatar Oct 08 '21 17:10 MarahGamdou

Thank you so much! I will check it later.

L1aoXingyu avatar Oct 21 '21 06:10 L1aoXingyu