digit-recognition icon indicating copy to clipboard operation
digit-recognition copied to clipboard

Error: performRecognition.py

Open kushal-vangara opened this issue 9 years ago • 1 comments

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

kushal-vangara avatar Nov 06 '16 22:11 kushal-vangara

@kushal-murthy check out #2

akhmerov avatar Jan 06 '17 16:01 akhmerov