face-recognition-using-deep-learning
face-recognition-using-deep-learning copied to clipboard
sklearn.svm.classes error
"recognize_video.py", line 22, in
Same issue. Mismatch between sklearn version. Can you please give the sklearn version originally used?
Changing line 26 of train_model.py to this fixed it
f = open("output/recognizer.pickle", "wb")
Ok, Thank You !!
Same issue. Mismatch between sklearn version. Can you please give the sklearn version originally used?
+1
Changing line 26 of train_model.py to this fixed it
f = open("output/recognizer.pickle", "wb")
Still not working
Changing line 26 of train_model.py to this fixed it
f = open("output/recognizer.pickle", "wb")
Thanks it worked out for me