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
add image with IMG_8184.jpg and {'height': 2448, 'width': 3264, 'depth': 3}
Traceback (most recent call last):
File "pascal_voc_xml2json.py", line 172, in
parseXmlFiles(xml_path)
File "pascal_voc_xml2json.py", line 146, in parseXmlFiles
bndbox[option.tag] = int(option.text)
ValueError: invalid literal for int() with base 10: '2006.8831168831168'
The text was updated successfully, but these errors were encountered:
Full error below
add image with IMG_8184.jpg and {'height': 2448, 'width': 3264, 'depth': 3}
Traceback (most recent call last):
File "pascal_voc_xml2json.py", line 172, in
parseXmlFiles(xml_path)
File "pascal_voc_xml2json.py", line 146, in parseXmlFiles
bndbox[option.tag] = int(option.text)
ValueError: invalid literal for int() with base 10: '2006.8831168831168'
The text was updated successfully, but these errors were encountered: