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

Is the task in lfw_eval.py exactly the face recognition? #59

Open
rrryan2016 opened this issue May 18, 2021 · 1 comment
Open

Is the task in lfw_eval.py exactly the face recognition? #59

rrryan2016 opened this issue May 18, 2021 · 1 comment

Comments

@rrryan2016
Copy link

Thanks for your great work and kind sharing.

I am a beginner in the face area of CV. And I get confused in the evaluation process. According to the lfw_eval.py,

img1 = alignment(cv2.imdecode(np.frombuffer(zfile.read(name1),np.uint8),1),landmark[name1])
img2 = alignment(cv2.imdecode(np.frombuffer(zfile.read(name2),np.uint8),1),landmark[name2])
it loads 2 face images, and the model's output is to predict is these 2 images from a single identity.

I did a lot of reading and searching, but cannot sure about is the task in lfw_eval.py exactly the face recognition?

@rrryan2016
Copy link
Author

In my point of view, in lfw_eval.py, it is face verification, and face verification is a part of face recognition.

But not sure about it :P

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

1 participant