rcmalli / keras-vggface

VGGFace implementation with Keras Framework
MIT License
928 stars 417 forks source link

LFW benchmarking #9

Open bkj opened 7 years ago

bkj commented 7 years ago

Hi --

Have you ever used this package to reproduce the LFW benchmark numbers as reported in the original paper?

Thanks Ben

kevinisbest commented 5 years ago

Hi, I compared the performance between VGG16 and Resnet50 on LFW dataset and plot the ROC curve like this.

matteo-pennisi commented 4 years ago

Hi @kevinisbest, can you share the code that you used for testing on LFW dataset, please? Thanks, Matteo

dingusagar commented 4 years ago

please share the evaluation script for finding the accurary on LFW dataset. Without proper evaluation script to reproduce the stated accuracy or at least reach close enough towards it, this repository is incomplete.