Multitarget-tracker icon indicating copy to clipboard operation
Multitarget-tracker copied to clipboard

Update re-id

Open Nuzhny007 opened this issue 3 years ago • 1 comments

Now embedding compared one-to-one. But more robust approach:

  1. Select embeddings for each object on N last frames.
  2. Compare all embeddings {E_i} on N frames with new embedding for detect - D.
  3. Final result: M = cout( { cosine_dist(E_i, D) > t } ), M/N > T, where 0 < T < 1

Nuzhny007 avatar May 22 '21 20:05 Nuzhny007

https://github.com/GeekAlexis/FastMOT

Nuzhny007 avatar Aug 23 '21 21:08 Nuzhny007