ipazc / mtcnn

MTCNN face detection implementation for TensorFlow, as a PIP package.
MIT License
2.19k stars 526 forks source link

could be used for face verification ? #75

Open ucasiggcas opened 4 years ago

ucasiggcas commented 4 years ago

hi,dear, Could the project be used in face verification ? any help will be appreciated. thx

alexcdot commented 4 years ago

You should use a model that computes image embeddings to do face verification like this: https://machinelearningmastery.com/how-to-perform-face-recognition-with-vggface2-convolutional-neural-network-in-keras/

konstantin-frolov commented 4 years ago

I use MTCNN to detect and crop a face image from a large image. Then I used FaceNet for recognition.