Created
August 1, 2019 09:36
-
-
Save OlafenwaMoses/8bfa5e03757e29e04eda101b1e6ccb8c to your computer and use it in GitHub Desktop.
The Pascal VOC Annotation sample
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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