Skuldur / facenet-face-recognition

A face recognition demo performed by feeding images of faces recorded by a webcam into a trained FaceNet network to determine the identity of the face
386 stars 291 forks source link

How to train in my own dataset? #16

Open swed397 opened 5 years ago

Skuldur commented 5 years ago

Hi,

This question is not really relevant to this repository as we're using a pretrained network to do a simple manual comparison of the outputs.

However if you want to do some meta-learning you can train a network that takes in the output of the pretrained FaceNet network for each image and does a determines whether or not they're the same person.