Allow XML dataset generalization (#5943)
parent
7bd39044f3
commit
0fcea45bc9
6 changed files with 111 additions and 8 deletions
After Width: | Height: | Size: 10 KiB |
@ -0,0 +1,44 @@ |
||||
<annotation> |
||||
<folder>VOC2007</folder> |
||||
<filename>000001.jpg</filename> |
||||
<source> |
||||
<database>The VOC2007 Database</database> |
||||
<annotation>PASCAL VOC2007</annotation> |
||||
<image>flickr</image> |
||||
<flickrid>341012865</flickrid> |
||||
</source> |
||||
<owner> |
||||
<flickrid>Fried Camels</flickrid> |
||||
<name>Jinky the Fruit Bat</name> |
||||
</owner> |
||||
<size> |
||||
<width>353</width> |
||||
<height>500</height> |
||||
<depth>3</depth> |
||||
</size> |
||||
<segmented>0</segmented> |
||||
<object> |
||||
<name>dog</name> |
||||
<pose>Left</pose> |
||||
<truncated>1</truncated> |
||||
<difficult>0</difficult> |
||||
<bndbox> |
||||
<xmin>48</xmin> |
||||
<ymin>240</ymin> |
||||
<xmax>195</xmax> |
||||
<ymax>371</ymax> |
||||
</bndbox> |
||||
</object> |
||||
<object> |
||||
<name>person</name> |
||||
<pose>Left</pose> |
||||
<truncated>1</truncated> |
||||
<difficult>0</difficult> |
||||
<bndbox> |
||||
<xmin>8</xmin> |
||||
<ymin>12</ymin> |
||||
<xmax>352</xmax> |
||||
<ymax>498</ymax> |
||||
</bndbox> |
||||
</object> |
||||
</annotation> |
@ -0,0 +1 @@ |
||||
000001 |
@ -0,0 +1 @@ |
||||
000001 |
Loading…
Reference in new issue