R2CNN.pytorch icon indicating copy to clipboard operation
R2CNN.pytorch copied to clipboard

ValueError: invalid literal for int() with base 10: '377'

Open YileenOng opened this issue 4 years ago • 0 comments
trafficstars

❓ Questions and Help

(tensorflow-gpu) C:\Users\ylong\Desktop\R2CNN.pytorch\tools\ICDAR2015>python convert_icdar_to_coco.py Traceback (most recent call last): File "convert_icdar_to_coco.py", line 31, in objs = readTxt(data_dir + '/annotations/' + txt_name) File "convert_icdar_to_coco.py", line 15, in readTxt bbox = [int(coord) for coord in bbox] File "convert_icdar_to_coco.py", line 15, in bbox = [int(coord) for coord in bbox] ValueError: invalid literal for int() with base 10: '377'

How do I solve this? Thanks!

YileenOng avatar Nov 26 '20 09:11 YileenOng