PyImageSearch / imutils

A series of convenience functions to make basic image processing operations such as translation, rotation, resizing, skeletonization, and displaying Matplotlib images easier with OpenCV and Python.
MIT License
4.54k stars 1.03k forks source link

OverflowError: Python int too large to convert to C long #159

Closed baikunth2a closed 5 years ago

baikunth2a commented 5 years ago

It says: return boxes[pick].astype('int') OverflowError: Python int too large to convert to C long

jrosebr1 commented 5 years ago

Provide the full stacktrace, otherwise it's impossible to diagnose. I'm going to close this thread -- feel free to reopen it once you've provided the full error.