FaceRecognition_With_FaceNet_Android
FaceRecognition_With_FaceNet_Android copied to clipboard
How to train the facenet model
Hi,
Could you please let me know how to train the facenet model ?? Any reference or links??
Thanks in advance
You can obtain a pretrained Keras model for FaceNet, from DeepFace. Then load this model using tf.keras.models.load_model() and you're ready to train the model on your dataset.
I saw the repo and but there is explanation about the dataset requirements and labeling stuff. Do you have python script for the training task ?? Any info about the training dataset and its labels required.??