-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsample.xml
46 lines (46 loc) · 1.11 KB
/
sample.xml
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
<annotation>
<folder>detection</folder>
<filename>00001.png</filename>
<size>
<width>478</width>
<height>270</height>
<depth>3</depth>
</size>
<segmented>0</segmented>
<object>
<name>person</name>
<pose>Unspecified</pose>
<truncated>0</truncated>
<difficult>0</difficult>
<bndbox>
<xmin>420</xmin>
<ymin>125</ymin>
<xmax>462</xmax>
<ymax>256</ymax>
</bndbox>
</object>
<object>
<name>person</name>
<pose>Unspecified</pose>
<truncated>0</truncated>
<difficult>0</difficult>
<bndbox>
<xmin>463</xmin>
<ymin>125</ymin>
<xmax>479</xmax>
<ymax>255</ymax>
</bndbox>
</object>
<object>
<name>person</name>
<pose>Unspecified</pose>
<truncated>0</truncated>
<difficult>0</difficult>
<bndbox>
<xmin>286</xmin>
<ymin>97</ymin>
<xmax>301</xmax>
<ymax>138</ymax>
</bndbox>
</object>
</annotation>