-
Notifications
You must be signed in to change notification settings - Fork 672
Open
Labels
Description
Now embedding compared one-to-one.
But more robust approach:
- Select embeddings for each object on N last frames.
- Compare all embeddings {E_i} on N frames with new embedding for detect - D.
- Final result: M = cout( { cosine_dist(E_i, D) > t } ), M/N > T, where 0 < T < 1
Reactions are currently unavailable