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
{{ message }}
This repository has been archived by the owner on Aug 20, 2020. It is now read-only.
I have the following issue, do you know where the issue is?
VOC Parsing Result : False, msg : ERROR : 'utf-8' codec can't decode byte 0xb0 in position 37: invalid start byte, moreInfo : <class 'UnicodeDecodeError'> Format.py 233
I am using the VOTT Tool to label my pictures. With the VOTT I am exporting the labels to Pascal VOC in order to convert it to Yolo.
Can you help please?
Thank you very much!
Khani
The text was updated successfully, but these errors were encountered:
xml = open(os.path.join(dir_path, filename), "r", encoding='utf-8') change Format.py 232 line to something like this, the encoding depends on your xml file, use file xx.xml to check the encoding
Hi,
I have the following issue, do you know where the issue is?
VOC Parsing Result : False, msg : ERROR : 'utf-8' codec can't decode byte 0xb0 in position 37: invalid start byte, moreInfo : <class 'UnicodeDecodeError'> Format.py 233
I am using the VOTT Tool to label my pictures. With the VOTT I am exporting the labels to Pascal VOC in order to convert it to Yolo.
Can you help please?
Thank you very much!
Khani
The text was updated successfully, but these errors were encountered: