davidsandberg / facenet

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

Where should I start? #87

Closed Ripppah closed 7 years ago

Ripppah commented 7 years ago

Sorry, I am very new to tensorflow and neural network. Since there is bunch of files and folders in this repo. Where should I start? And also want to make sure that only align folder is for tensorflow/python right? I don't need to take care of other files if I only want to do anything else in python?

davidsandberg commented 7 years ago

It depends on what you want to do. Maybe start to evaluate a pretrained model on LFW according to https://github.com/davidsandberg/facenet/wiki/Validate-on-LFW?

Ripppah commented 7 years ago

@davidsandberg I have done the pre-processing on the LFW data. So should I start training? Do I need to do align on the Casia/Facescrub dataset?