Datasets:
File size: 1,126 Bytes
fedb1e1 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 |
<annotation>
<folder>VOC2007_cats</folder>
<filename>000034.jpg</filename>
<size>
<width>375</width>
<height>500</height>
<depth>3</depth>
</size>
<object>
<name>cat</name>
<pose>Unspecified</pose>
<truncated>0</truncated>
<difficult>0</difficult>
<bndbox>
<xmin>121</xmin>
<ymin>143</ymin>
<xmax>375</xmax>
<ymax>460</ymax>
</bndbox>
</object>
<object>
<name>pottedplant</name>
<pose>Unspecified</pose>
<truncated>1</truncated>
<difficult>0</difficult>
<bndbox>
<xmin>2</xmin>
<ymin>154</ymin>
<xmax>64</xmax>
<ymax>459</ymax>
</bndbox>
</object>
<object>
<name>boat</name>
<pose>Unspecified</pose>
<truncated>1</truncated>
<difficult>0</difficult>
<bndbox>
<xmin>270</xmin>
<ymin>155</ymin>
<xmax>375</xmax>
<ymax>331</ymax>
</bndbox>
</object>
<object>
<name>person</name>
<pose>Frontal</pose>
<truncated>0</truncated>
<difficult>0</difficult>
<bndbox>
<xmin>22</xmin>
<ymin>143</ymin>
<xmax>146</xmax>
<ymax>500</ymax>
</bndbox>
</object>
</annotation> |