suppurLyn / face_recognition_cnn

1 stars 1 forks source link

the excute step of the code #1

Open tengshaofeng opened 7 years ago

tengshaofeng commented 7 years ago

hi suppurLyn, I am so appreciated with your great work. And i feel so lucky to find your code in time. but i have a question. you know, there are so many python scripts in your project that i can not figure out the sequence of the code. can you give me some tips? thanks so much

suppurLyn commented 7 years ago

Hi tengshaofeng, Glad you are interested in it. Suppose you have downloaded your training images. First you need align every face into 182*182 (for random crop) pixels. "align_dataset_mtcnn_tmp.py" may be useful. Then you need train your network ,please refer to file : facenet_train_classifier.py. Finally, you may verify your model with file : validate_on_lfw_new.py There are few comments in this project and some files are invalid , sorry for that. Hope i can refine it soon.

tengshaofeng commented 7 years ago

thanks so much for your reply. I will try it later.