Cartucho / OpenLabeling

Label images and video for Computer Vision applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how can i convert the text files to yolo darkflow version xml files ?

INNFINITEMINDS opened this issue · comments

I never used darkflow, what do you mean?
Please provide some description.

for tarining our own data by using darkflow (it iss a tensorflow implememtaion of darknet) so after annoataing images and generating text file how can we convert that to xml file for training purpose ?

ok, got it. But what is the structure required for those xml files?

i'm noob in computer vision, but i'll try to answer your question
I think you can try using labelimg in this repo https://github.com/tzutalin/labelImg
i hope @Cartucho labelbox can generate xml file to

@INNFINITEMINDS you already have the txt files and want to convert to xml ones right? I can help you with that, just give me some details on how the xml's are structured

the below xml file generated for single class /for single object for example to detect single objectt like fidget spiiner in image

==================
here is the xml generated file::

images 000000013.png 0 312 151 3

@INNFINITEMINDS Can you give your text file format. I will see if I can convert them into xml file.