FaceRecognition_With_FaceNet_Android icon indicating copy to clipboard operation
FaceRecognition_With_FaceNet_Android copied to clipboard

How to train the facenet model

Open Ram-Godavarthi opened this issue 4 years ago • 2 comments

Hi,

Could you please let me know how to train the facenet model ?? Any reference or links??

Thanks in advance

Ram-Godavarthi avatar Nov 11 '21 11:11 Ram-Godavarthi

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.

shubham0204 avatar Nov 11 '21 11:11 shubham0204

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.??

Ram-Godavarthi avatar Nov 11 '21 14:11 Ram-Godavarthi