EdjeElectronics / TensorFlow-Object-Detection-API-Tutorial-Train-Multiple-Objects-Windows-10

How to train a TensorFlow Object Detection Classifier for multiple object detection on Windows
Apache License 2.0
2.92k stars 1.3k forks source link

ValueError: invalid literal for int() with base 10: '(88, 100)' #522

Closed CSutter5 closed 4 years ago

CSutter5 commented 4 years ago

When I run the xml_to_cvs.py I get Traceback (most recent call last): File "xml_to_csv.py", line 36, in <module> main() File "xml_to_csv.py", line 31, in main xml_df = xml_to_csv(image_path) File "xml_to_csv.py", line 19, in xml_to_csv int(member[4][2].text), ValueError: invalid literal for int() with base 10: '(88, 100)'

CSutter5 commented 4 years ago

Bounding box was outside of image