Skip to content
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

Converting object annotation to XML format #12

Open
pnambiar opened this issue Jul 23, 2017 · 0 comments
Open

Converting object annotation to XML format #12

pnambiar opened this issue Jul 23, 2017 · 0 comments

Comments

@pnambiar
Copy link

I'm trying to fine-tune one of the object detection algorithms like R-CNN, Fast RCNN. I have the annotation file in the format (There is only one object per image):

file1.jpg x1 y1 x2 y2
file2.jpg x1 y1 x2 y2

(x1,y1 and x2,y2 are the top left and bottom right points)

I would now like to convert it to the format that is needed for these algorithm. How do I use this script to convert my annotation file to the xml format?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant