We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UnknownError (see above for traceback): OverflowError: Python int too large to convert to C long Traceback (most recent call last):
File "D:\Anaconda\lib\site-packages\tensorflow\python\ops\script_ops.py", line 157, in call ret = func(*args)
File "F:\FPN\FPN_Tensorflow-master\libs\box_utils\show_box_in_tensor.py", line 45, in draw_box_cv thickness=2)
OverflowError: Python int too large to convert to C long
您好,这种错误该怎么解决呢?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
UnknownError (see above for traceback): OverflowError: Python int too large to convert to C long
Traceback (most recent call last):
File "D:\Anaconda\lib\site-packages\tensorflow\python\ops\script_ops.py", line 157, in call
ret = func(*args)
File "F:\FPN\FPN_Tensorflow-master\libs\box_utils\show_box_in_tensor.py", line 45, in draw_box_cv
thickness=2)
OverflowError: Python int too large to convert to C long
您好,这种错误该怎么解决呢?
The text was updated successfully, but these errors were encountered: