rcmalli / keras-vggface

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

i have trained on multiple images The prediction output was correct when I tested on samples for trained images but If i gave a new face its predicting and matching from some of the trained ones with probability upto 99%. Please help #13

Closed kambojakhil1991 closed 6 years ago

kambojakhil1991 commented 7 years ago

VGGFACE model is predition with 100% prob for non trained face image to some trained faces. How to fx it if new face comes it should train model with that image

ramonamorim commented 6 years ago

i'm with the same problem, not exactly 100% but when i try a image from someone non trained face, the network result to the class with the best match, how can i say thats face is from somewone unknow?

rcmalli commented 6 years ago

Please share sample code or more explanation. For training, steps are same for every Keras model.