bearsprogrammer / real-time-deep-face-recognition

using facenet algorithm
MIT License
233 stars 100 forks source link

loading classifier error #1

Closed marcosly closed 7 years ago

marcosly commented 7 years ago

i encounter a error when i running realtime_facenet_git.py:
""(model, class_names) = pickle.load(infile) EOFError

Process finished with exit code 1"" should i retrain my own classifier first ,cause i found out your classifier model is "/my_classifier.pkl'"

bearsprogrammer commented 7 years ago

@marcosly Yes, you should run 'Makeclassifier.py' first. and then you will have your own classifier(like my_classifier.pkl). above all things, you need align face data via running 'Make_aligndata.py'.

marcosly commented 7 years ago

Thank you for your work! I can now run the the demo successfully,thanks for all of your contributions to the real time face detection and recognition.

bearsprogrammer commented 7 years ago

@marcosly That's good news. If you found that any inoperative or need modifying parts of my code, tell me anytime.