digit-recognition
digit-recognition copied to clipboard
Module Error how to deal it ?
When I try to test the classifier, run the performRecognition.py
script, I faced this problem, and I have no idea how to deal with that. I tried to run it in python 2 and python 3, it all has problems, hope someone can help me, thank you!
pi@raspberrypi:~/digit-recognition $ python performRecognition.py -c digits_cls.pkl -i photo_1.jpg
Traceback (most recent call last):
File "performRecognition.py", line 51, in
@Cccccc2018 I encounter the same issue. Have you fixed it?