Created
November 6, 2017 13:54
-
-
Save Prasad9/30900b0ef1375cc7385f4d85135fdb44 to your computer and use it in GitHub Desktop.
A sample XML annotation file based on Pascal VOC format.
This file contains 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>GeneratedData_Train</folder> | |
<filename>000001.png</filename> | |
<path>/my/path/GeneratedData_Train/000001.png</path> | |
<source> | |
<database>Unknown</database> | |
</source> | |
<size> | |
<width>224</width> | |
<height>224</height> | |
<depth>3</depth> | |
</size> | |
<segmented>0</segmented> | |
<object> | |
<name>21</name> | |
<pose>Frontal</pose> | |
<truncated>0</truncated> | |
<difficult>0</difficult> | |
<occluded>0</occluded> | |
<bndbox> | |
<xmin>82</xmin> | |
<xmax>172</xmax> | |
<ymin>88</ymin> | |
<ymax>146</ymax> | |
</bndbox> | |
</object> | |
</annotation> |
@sainisanjay No.If you solved this please help me to solve this.
For creating Pascal VOC style annotations I like to use this repo. It's very easy to go through each annotation you have and it's coordinates, and then save them as a xml.
@JordanMakesMaps, how to understand the annotation of Pascal Voc, as a single XML file has only one annotation. For video how to consider it, since i am new to it, i am unable to understand how these annotations work with videos. And ICDAR15 video Pascal Voc contains what fomat ?
What is best tool or method for creating our own segmentation dataset on pascal voc format?
does .xml (pascal voc) support for facelandmark (68 keypoint for example)? any example xml file
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@Seema1997 did you solved your issue?