mtcnn icon indicating copy to clipboard operation
mtcnn copied to clipboard

could be used for face verification ?

Open ucasiggcas opened this issue 4 years ago • 2 comments

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

ucasiggcas avatar Jan 09 '20 05:01 ucasiggcas

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/

alexcdot avatar Feb 02 '20 09:02 alexcdot

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

konstantin-frolov avatar Feb 26 '20 10:02 konstantin-frolov