deepinsight / deepinsight/insightface
How to compare two arcface features (torch) ms1mv3_arcface_r100_fp16
Open
- Dominant language
- Python
- Stars
- 29.7k
- Forks
- 6.1k
- PR merge metrics
- No merged PRs in 30d
Description
I saw the inference example at : https://github.com/deepinsight/insightface/blob/master/recognition/arcface_torch/inference.py
How can I compare two features ?
I used dist = np.sum(np.square(f1 - f2))
it gives 500 , 700 like numbers.
model is : ms1mv3_arcface_r100_fp16
Best
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.