Skip to content

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

Open
@rrryan2016

Description

@rrryan2016

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions