bruceyang2012 / Face-identification-with-cnn-triplet-loss

Face identification with cnn+triplet-loss written by Keras.
48 stars 17 forks source link

fa = FaceAligner('../model/shape_predictor_68_face_landmarks.dat', '../model/face_template.npy') #1

Open mgq1507 opened 6 years ago

mgq1507 commented 6 years ago

@bruceyang2012 ,I want to ask where I can find the file shape_predictor_68_face_landmarks.dat and face_template.npy

mgq1507 commented 6 years ago

the above question which I have solved.but I want to know the weights.best.h5 where I can get it. Thank you!

bruceyang2012 commented 6 years ago

run face_train.ipynb and you will get it under WEIGHTS_DIR folder.