Cosine similarity
metric
Cosine similarity measures how close two fingerprints are: the higher it is, the more the two photos look like the same product. It is how the system compares a crop against the catalog.
For engineers: cosine of the angle between two embedding vectors; the base similarity from the embedder, also combined with IoU in tracking.