nyoki-mtl / keras-facenet

Facenet implementation by Keras2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hoe to know the prediction accuracy in

alexjolly28 opened this issue · comments

pred = le.inverse_transform(clf.predict(embs))

it predict as wrong when other test images which not trained
how to know the unknown faces?