keras-facenet
keras-facenet copied to clipboard
How can we retrain the model on custom dataset (Indian Faces)?
I would like to re-train the model on custom data-set. How can we achieve that?
Did you figure this out?
Kind of
On Sun, 26 Apr 2020, 20:57 Mira Chugh, [email protected] wrote:
Did you figure this out?
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/nyoki-mtl/keras-facenet/issues/18#issuecomment-619569868, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJFGBSLG42ASY54EW47ANXLRORHHRANCNFSM4KJCPSIQ .
@mchugh16 Yes, I retrained the original model from davidsandberg's repo (find re-trainining steps here), and converted it into kera model using tf_to_keras.ipynb
utility code provided in this repo. This approach worked for me.
Would you be willing to share this trained model, if you still have it?
I would like to re-train the model on custom data-set. How can we achieve that?
Can you share the source indian dataset of faces ?