You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mindspore/tests/ut/data/dataset/testVOC2012/Annotations/121.xml

40 lines
764 B

<annotation>
<folder>VOC2012</folder>
<filename>121.jpg</filename>
<source>
<database>simulate VOC2007 Database</database>
<annotation>simulate VOC2007</annotation>
<image>flickr</image>
</source>
<size>
<width>500</width>
<height>375</height>
<depth>3</depth>
</size>
<segmented>1</segmented>
<object>
<name>dog</name>
<pose>Frontal</pose>
<truncated>0</truncated>
<difficult>0</difficult>
<bndbox>
<xmin>101</xmin>
<ymin>22</ymin>
<xmax>445</xmax>
<ymax>297</ymax>
</bndbox>
</object>
<object>
<name>car</name>
<pose>Frontal</pose>
<truncated>0</truncated>
<difficult>0</difficult>
<bndbox>
<xmin>21</xmin>
<ymin>29</ymin>
<xmax>221</xmax>
<ymax>253</ymax>
</bndbox>
</object>
</annotation>