Skip to content

Instantly share code, notes, and snippets.

@OlafenwaMoses
Created August 1, 2019 09:36
Show Gist options
  • Save OlafenwaMoses/8bfa5e03757e29e04eda101b1e6ccb8c to your computer and use it in GitHub Desktop.
Save OlafenwaMoses/8bfa5e03757e29e04eda101b1e6ccb8c to your computer and use it in GitHub Desktop.
The Pascal VOC Annotation sample
<annotation>
<folder>images</folder>
<filename>image (49).jpg</filename>
<path>mypath\images\image (49).jpg</path>
<source>
<database>Unknown</database>
</source>
<size>
<width>310</width>
<height>162</height>
<depth>3</depth>
</size>
<segmented>0</segmented>
<object>
<name>glass</name>
<pose>Unspecified</pose>
<truncated>0</truncated>
<difficult>0</difficult>
<bndbox>
<xmin>97</xmin>
<ymin>23</ymin>
<xmax>209</xmax>
<ymax>132</ymax>
</bndbox>
</object>
</annotation>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment