shubham0204 / FaceRecognition_With_FaceNet_Android

Face Recognition using the FaceNet model and MLKit on Android.
https://towardsdatascience.com/using-facenet-for-on-device-face-recognition-with-android-f84e36e19761
Apache License 2.0
264 stars 88 forks source link

How to train the facenet model #24

Open Ram-Godavarthi opened 2 years ago

Ram-Godavarthi commented 2 years ago

Hi,

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

Thanks in advance

shubham0204 commented 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.

Ram-Godavarthi commented 2 years ago

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