Cartucho / OpenLabeling

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

Adding Darkflow support by generating XML files from .txt file. #21

Closed jatinmandav closed 6 years ago

jatinmandav commented 6 years ago

Script to generate XML Files from .txt file for Darkflow

Cartucho commented 6 years ago

Thank you so much for this contribution!

Quick question do you think we could drop the tqdm dependency? This way we wouldn't need to ask users for installing it.

jatinmandav commented 6 years ago

Yes sure! I just added it so that if the user has a huge amount to data to convert the user would now how much is completed. I will modify the file. :)

jatinmandav commented 6 years ago

@Cartucho I have updated the file. :)

Cartucho commented 6 years ago

Thank you! :1st_place_medal:

jatinmandav commented 6 years ago

Hi Thanks @lucascimeca for pointing out. I have fixed it.