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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OverflowError: Python int too large to convert to C long

baikunth2a opened this issue · comments

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

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.