Closed monajalal closed 6 years ago
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
i am getting this error while installing. how to resolve this ?
in windows 10 i am using.
root@b17cf6f57801:~/openface# ./demos/classifier.py infer models/openface/celeb-classifier.nn4.small2.v1.pk1 ./images/examples/adams.jpg
Traceback (most recent call last):
File "./demos/classifier.py", line 293, in
i am getting this error while installing. how to resolve this ? in windows 10 i am using. root@b17cf6f57801:~/openface# ./demos/classifier.py infer models/openface/celeb-classifier.nn4.small2.v1.pk1 ./images/examples/adams.jpg Traceback (most recent call last): File "./demos/classifier.py", line 293, in infer(args, args.multi) File "./demos/classifier.py", line 175, in infer with open(args.classifierModel, 'rb') as f: IOError: [Errno 2] No such file or directory: 'models/openface/celeb-classifier.nn4.small2.v1.pk1'
dude, it's .pkl not pk1
So can you guide how to run this demo?
Additionally, I had to change this in your code: