-
Notifications
You must be signed in to change notification settings - Fork 783
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Annotations - Yolo txt to xml format #155
Comments
The XML format accepted by the code is the Pascal VOC format. I don't know what you mean by the YOLO TXT format. Personally, I am using the vod-converter to go from the KITTI format (.txt) to the Pascal VOC format (.xml). |
@groot-1313 Sorry I don't know of anything. Welcome your contribution if you can find or write one. |
I used labelImg which allows to browse through a set of images and create XML annotation files, which work for YOLO: |
@FabianHeinemann do you need to convert .xml files from LabelImg to .txt file which used for yolo? |
hi |
Hello, did you find a solution to transfer from .txt (YOLO format) to XML format? |
cat /deepbin/txt2xml set ifn = $ff.jpg |
I wrote some csh scripts, maybe above is it |
@richardgohth Thank you for your reply, did it work well in translating the Yolo txt format to xml? if yes, then this has to be executed in the cmd for each txt file or where? |
yes for each file |
@nourhanTr @richardgohth |
Is there a script available to convert annotations in the YOLO txt format to the xml format accepted by the code?
The text was updated successfully, but these errors were encountered: