AdaFace
AdaFace copied to clipboard
What is the best similarity metric for AdaFace?
L2 or inner product/?
It is a cosine similarity (same as inner product between two normalized vectors).
It is a cosine similarity (same as inner product between two normalized vectors).
How do I normolize two vectors?
@martinenkoEduard https://github.com/mk-minchul/AdaFace/blob/3a59069b9e5e67d3bfc0a1172a1799cee51208fc/net.py#L329