davidsandberg / facenet

Face recognition using Tensorflow
MIT License
13.84k stars 4.81k forks source link

how to train embedding model? #1187

Open SinDongHwan opened 3 years ago

SinDongHwan commented 3 years ago

I want to train a embedding model using own dataset for verification faces. so, how to train this? use train_tripletloss.py? or train_softmax.py?

Ram-Godavarthi commented 3 years ago

Did you find a way to do it ??