DeepFace icon indicating copy to clipboard operation
DeepFace copied to clipboard

Keras implementation of the renowned publication "DeepFace: Closing the Gap to Human-Level Performance in Face Verification" by Taigman et al. Pre-trained weights on VGGFace2 dataset.

Results 2 DeepFace issues
Sort by recently updated
recently updated
newest added

Hi, How can I read/align/prepare face for making predict on trained model? I made code like this: ```python model = create_deepface() model.load_weights('VGGFace2_DeepFace_weights_val-0.9034.h5') img = load_img(path) img = img.resize((152,152)) img_array =...

documentation
enhancement

Hi, You should evaluate DeepFace model on LFW data set and share its accuracy on read me page. The original DeepFace study got 97.35% accuracy but your model trained on...

documentation
enhancement