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

Which paper is this algorithm from? Why there is no reference? #940

Open
rayli-anti opened this issue Sep 25, 2019 · 1 comment
Open

Which paper is this algorithm from? Why there is no reference? #940

rayli-anti opened this issue Sep 25, 2019 · 1 comment

Comments

@rayli-anti
Copy link

  • face_recognition version:
  • Python version:
  • Operating System:

Description

Describe what you were trying to get done.
Tell us what happened, what went wrong, and what you expected to happen.
IMPORTANT: If your issue is related to a specific picture, include it so others can reproduce the issue.

What I Did

Paste the command(s) you ran and the output.
If there was a crash, please include the traceback here.
@rayli-anti rayli-anti changed the title Which paper is this algorithm from? Why there is no reference? 123 Sep 25, 2019
@rayli-anti rayli-anti reopened this Sep 25, 2019
@rayli-anti rayli-anti changed the title 123 Which paper is this algorithm from? Why there is no reference? Sep 25, 2019
@ageitgey
Copy link
Owner

See http://blog.dlib.net/2017/02/high-quality-face-recognition-with-deep.html

It's a custom implementation, not an exact implementation of any paper. It's a modified version of the ResNet-34 from 'Deep Residual Learning for Image Recogniton' by He, et al, with a deep metric learning loss which is similar to a lot of different face recognition papers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants