So, this project was meant to be an educative one for me. Now the facenet model is a model released by google, that achieves predictions by maximising distance between parameters of unrelated photos, and minimising distance between parameters of related ones. The model helps to predict these parameters.
Issues:
- Not enough test photos were provided. Thus predictions were far away from expected threshold values.
Based on/Guided by: https://sefiks.com/2018/09/03/face-recognition-with-facenet-in-keras/
Extra references: https://machinelearningmastery.com/how-to-develop-a-face-recognition-system-using-facenet-in-keras-and-an-svm-classifier/