AlvaroCavalcante / auto_annotate

Labeling is boring. Use this tool to speed up your next object detection project!

Home Page:https://medium.com/p/acf410a600b8#9e0e-aaa30a9f4b7a

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

XML result path dynamically

AlvaroCavalcante opened this issue · comments

When using the auto annotate tool, mainly in version 2.x of the TF, we could pass all the arguments dynamically on the command line! The problem is that the generate_xml.py file still has a hardcoded path that needs to be replaced with a dynamic option, as saw in the line below:

arquivo.write('your-local-path-here/xml/' + self.file_name + '.xml')

The idea of this issue is to create a new argument on the file detection_img_tf2.py that contains the XML path that the user wants to get the results.

The argument must be passed to the generate_xml.py and the XML results must appear in the folder specified in the arguments when calling the execution command!

I can do it. Please assign to me!

I'm closing this issue as it'll not be necessary anymore in the new version of the library!