Datasets:
File size: 662 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 |
<annotation>
<folder>VOC2007_pottedplant</folder>
<filename>000045.jpg</filename>
<size>
<width>500</width>
<height>375</height>
<depth>3</depth>
</size>
<object>
<name>sofa</name>
<pose>Unspecified</pose>
<truncated>1</truncated>
<difficult>1</difficult>
<bndbox>
<xmin>416</xmin>
<ymin>175</ymin>
<xmax>500</xmax>
<ymax>314</ymax>
</bndbox>
</object>
<object>
<name>pottedplant</name>
<pose>Frontal</pose>
<truncated>1</truncated>
<difficult>0</difficult>
<bndbox>
<xmin>121</xmin>
<ymin>134</ymin>
<xmax>352</xmax>
<ymax>274</ymax>
</bndbox>
</object>
</annotation> |