Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to train the facenet model #24

Open
Ram-Godavarthi opened this issue Nov 11, 2021 · 2 comments
Open

How to train the facenet model #24

Ram-Godavarthi opened this issue Nov 11, 2021 · 2 comments
Labels
question Further information is requested

Comments

@Ram-Godavarthi
Copy link

Hi,

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

Thanks in advance

@shubham0204
Copy link
Owner

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
Copy link
Author

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

@shubham0204 shubham0204 added the question Further information is requested label Sep 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants