raccoon_dataset
raccoon_dataset copied to clipboard
ValueError: invalid literal for int() with base 10: 'head'
Hi, I run xml_to_csv.py and got this error:
int(member[4][0].text), ValueError: invalid literal for int() with base 10: 'head'
How can I solve this error? Can you help me? @experiencor @datitran @VictorDDT
me too
You can include float() like this:
int(float(member[4][0].text))