./lfw.py ../models/openface/nn4.small2.v1 lfw.nn4.small2.v1.reps --lfwPairs pairs.txt
Loading embeddings.
+ Reading pairs.
+ Computing accuracy.
Traceback (most recent call last):
File "./lfw.py", line 313, in <module>
main()
File "./lfw.py", line 76, in main
verifyExp(args.workDir, pairs, embeddings)
File "./lfw.py", line 198, in verifyExp
writeROC(fname, thresholds, embeddings, pairs[test])
File "./lfw.py", line 115, in writeROC
(x1, x2, actual_same) = getEmbeddings(pair, embeddings)
File "./lfw.py", line 104, in getEmbeddings
(x1, x2) = (embeddings[name1], embeddings[name2])
KeyError: 'Saeb_Erekat_0002'