Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Insightface ARCFace as a face embedder #37

Open
frankier opened this issue Dec 3, 2020 · 2 comments
Open

Add Insightface ARCFace as a face embedder #37

frankier opened this issue Dec 3, 2020 · 2 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@frankier
Copy link
Owner

frankier commented Dec 3, 2020

This is a tracking issue for different face embeddings. The main criteria what the cropping procedure is (is it compatible with dlib?) are how well it performs on different benchmarks and the size. LFW is compared first since it's the most common.

Name Dim LFW acc Ref
insightface ARCFace 512 99.83 1
FaceNet trained on VGGFace 2 512 99.63 1
vgg-face embedding loss 1024 99.13 1
dlib 128 98.4/99.38 1 2

Better evaluation:
https://www.cs.tau.ac.il/~wolf/ytfaces/ (v. relevant here)
https://ieeexplore.ieee.org/document/8575544

@frankier frankier changed the title Dlib alternative for face embeddings Add Insightface ARCFace as a face embedder Dec 13, 2020
@frankier frankier added the enhancement New feature or request label Dec 13, 2020
@frankier
Copy link
Owner Author

Note that ARCFace probably uses cosine distance, unlike dlib so this needs to be taken account of. (Need to double check this.)

@frankier frankier added the help wanted Extra attention is needed label Dec 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant