You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
python3 recognize_video.py
Loading Face Detector...
Loading Face Recognizer...
Traceback (most recent call last):
File "/home/hamza/face-recognition-using-opencv/recognize_video.py", line 22, in
recognizer = pickle.loads(open("output/recognizer.pickle", "rb").read())
ModuleNotFoundError: No module named 'sklearn.svm.classes'
The text was updated successfully, but these errors were encountered:
python3 recognize_video.py
Loading Face Detector...
Loading Face Recognizer...
Traceback (most recent call last):
File "/home/hamza/face-recognition-using-opencv/recognize_video.py", line 22, in
recognizer = pickle.loads(open("output/recognizer.pickle", "rb").read())
ModuleNotFoundError: No module named 'sklearn.svm.classes'
The text was updated successfully, but these errors were encountered: