Skip to content
New issue

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

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

Open
YileenOng opened this issue Nov 26, 2020 · 0 comments
Open

Comments

@YileenOng
Copy link

❓ 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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant