davidsandberg / facenet

Face recognition using Tensorflow
MIT License
13.71k stars 4.8k forks source link

How to train my own dataset to realize dog face verification? #911

Open OberstWB opened 5 years ago

OberstWB commented 5 years ago

hi, since there is no detailed guidance on how to use your code to train a whole pipeline about face verification, I was confused about how to apply your code to the project of dog face verification. Could you please show me the whole process,including detection,alignment,feature extract,verification? Thanks a lot! @davidsandberg

alouhaha commented 5 years ago

Alignment,verification,train_tripletloss code are written in accordance with the LFW file structure, the use of own dataset need to modify the code.I'm doing it too.