Chanstk / FaceRecognition_MTCNN_FaceNet

A face recognition system based on facenet and mtcnn algorithm(pure c++ version)
30 stars 10 forks source link

prediction accurate #1

Open pzw520125 opened 6 years ago

pzw520125 commented 6 years ago

hello,chan,I'm using your code to make predictions, but I find that the accuracy of the prediction is very low. Is that the same for you? thank you

Chanstk commented 6 years ago

In this demo, I just simply compare the distance between two faces. The threshold used for verification is set to 0.8 . You can set a lower threshold to see if it works. What‘s more, for more accurate result, you can use classification algorithm such as SVM.