richmondu / libfaceid

libfaceid is a research framework for prototyping of face recognition solutions. It seamlessly integrates multiple detection, recognition and liveness models w/ speech synthesis and speech recognition.
MIT License
489 stars 158 forks source link

Unknown Person #12

Closed prakharter closed 5 years ago

prakharter commented 5 years ago

Hi , Thanks for the repo , I am not sure what happens when an untrained person is before the camera , the model starts predicting someone already trained. It should ideally predict unknown person .

Also how can i reset a trained model in the folder so that it starts training from scratch , do i need to download a new copy from the repo for that ?

Thanks

shree970 commented 5 years ago

Which parameters are you using? I did with mtcnn+facenet+knn, gave me false positiives

richmondu commented 5 years ago

These stuffs need to be tuned based on the dataset. There is no one-size fits all face recognition. Otherwise, Amazon, Google or Microsoft would have release it already.

Tune the parameters based on the datasets, based on how far is the face from the camera, based on the background lighting. I have provided the code. Now, go spread your wings. Dont just download and test. Fine tune based on your conditions. Go deeper.