You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(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!
The text was updated successfully, but these errors were encountered:
❓ 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!
The text was updated successfully, but these errors were encountered: