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
Number of xml files: 3000
Traceback (most recent call last):
File "E:/voc2coco-master/voc2coco.py", line 157, in
convert(xml_files, json_file)
File "E:/voc2coco-master/voc2coco.py", line 83, in convert
filename = get_and_check(root, "filename", 1).text
File "E:/voc2coco-master/voc2coco.py", line 29, in get_and_check
raise ValueError("Can not find %s in %s." % (name, root.tag))
ValueError: Can not find filename in annotation.
The text was updated successfully, but these errors were encountered:
Number of xml files: 3000 Traceback (most recent call last): File "E:/voc2coco-master/voc2coco.py", line 157, in convert(xml_files, json_file) File "E:/voc2coco-master/voc2coco.py", line 83, in convert filename = get_and_check(root, "filename", 1).text File "E:/voc2coco-master/voc2coco.py", line 29, in get_and_check raise ValueError("Can not find %s in %s." % (name, root.tag)) ValueError: Can not find filename in annotation.
Number of xml files: 3000
Traceback (most recent call last):
File "E:/voc2coco-master/voc2coco.py", line 157, in
convert(xml_files, json_file)
File "E:/voc2coco-master/voc2coco.py", line 83, in convert
filename = get_and_check(root, "filename", 1).text
File "E:/voc2coco-master/voc2coco.py", line 29, in get_and_check
raise ValueError("Can not find %s in %s." % (name, root.tag))
ValueError: Can not find filename in annotation.
The text was updated successfully, but these errors were encountered: