Cartucho / OpenLabeling

Label images and video for Computer Vision applications
Apache License 2.0
926 stars 265 forks source link

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

Closed INNFINITEMINDS closed 6 years ago

Cartucho commented 6 years ago

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

INNFINITEMINDS commented 6 years ago

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 ?

Cartucho commented 6 years ago

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

andikira commented 6 years ago

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

Cartucho commented 6 years ago

@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

INNFINITEMINDS commented 6 years ago

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
bhavykhatri commented 6 years ago

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

jatinmandav commented 6 years ago

Hi @INNFINITEMINDS , Hope this will do the task.! generating XML files from .txt files.