davidsandberg / facenet

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

train asian face dataset with pre-trained model #936

Open buptljl opened 5 years ago

buptljl commented 5 years ago

pre-trained model has poor results on asian face, I want to train asian face dataset with pre-trained model. Is this available?

shoyo-su commented 5 years ago

Yes that is available you just have to change the last layer of the network with labels of asian faces .Rest the network would take care of itself and readjust all its values accordingly.Try coding this and if you still face problems feel free to reach out!!!!

RAJA-PARIKSHAT commented 3 years ago

@ajitcool19 Can you tell how would you do it, if we want to train pretrained model with Asian faces, I cant figure out how to train if I don't want to concretely define the output classes.