Skip to content

Instantly share code, notes, and snippets.

@MITsVision
Created February 3, 2020 13:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MITsVision/3711a953d5543006c77ea1c3fe9e39bb to your computer and use it in GitHub Desktop.
Save MITsVision/3711a953d5543006c77ea1c3fe9e39bb to your computer and use it in GitHub Desktop.
PASCAL VOC format example xml file
<annotation>
<folder>C:\Users\xxx</folder>
<filename>1549535517972.png</filename>
<source>
<database>AutoANN</database>
</source>
<size>
<width>800</width>
<height>450</height>
<depth>3</depth>
</size>
<segmented>0</segmented>
<object>
<name>message</name>
<pose>Unspecified</pose>
<truncated>0</truncated>
<difficult>0</difficult>
<bndbox>
<xmin>5</xmin>
<ymin>5</ymin>
<xmax>241</xmax>
<ymax>31</ymax>
</bndbox>
</object>
</annotation>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment