bikz05 / digit-recognition

Handwritten Digit Recognition using OpenCV, sklearn and Python
131 stars 90 forks source link

Error: performRecognition.py #1

Open kushal-vangara opened 8 years ago

kushal-vangara commented 8 years ago

Hi, I am getting the following error when I tried to run performRecognition.py I am a noob to Python and OpenCV, please help.

Traceback (most recent call last): File "C:/Users/User/Downloads/digitRecognition/performRecognition.py", line 24, in rects = [cv2.boundingRect(ctr) for ctr in ctrs] TypeError: points is not a numpy array, neither a scalar

Process finished with exit code 1

akhmerov commented 7 years ago

@kushal-murthy check out #2