Open Ram-Godavarthi opened 2 years ago
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.??
Hi,
Could you please let me know how to train the facenet model ?? Any reference or links??
Thanks in advance