davidsandberg / facenet

Face recognition using Tensorflow
MIT License
13.71k stars 4.8k forks source link

No such file or directory: data/pairs.txt #747

Open tangdouzi opened 6 years ago

tangdouzi commented 6 years ago

I was a bignner of facenet and when i done the 6th step: Run the test of Validate on LFW. it came out a warnning that: No such file or directory: data/pairs.txt

how to solve it?

Dyex719 commented 6 years ago

Download the pairs.txt file from http://vis-www.cs.umass.edu/lfw/ under the sub-section Training, Validation, and Testing: View 2. Then put the pairs.txt file in the data directory.