DetectionTeamUCAS / FPN_Tensorflow

This is a tensorflow re-implementation of Feature Pyramid Networks for Object Detection.
https://github.com/DetectionTeamUCAS/FPN_Tensorflow
MIT License
347 stars 132 forks source link

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

Open leiyaohui opened 4 years ago

leiyaohui commented 4 years ago

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

您好,这种错误该怎么解决呢?