forked from Tony607/mmdetection_object_detection_demo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path1.xml
98 lines (98 loc) · 1.9 KB
/
1.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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
<annotation>
<folder>train</folder>
<filename>1.jpg</filename>
<path>/u/l/lmeneghe/Laura/mmdetection_object_detection_demo/data/VOC2007/Annotations/1.jpg</path>
<source>
<database>Unknown</database>
</source>
<size>
<width>800</width>
<height>600</height>
<depth>3</depth>
</size>
<segmented>0</segmented>
<object>
<name>Inclined_dish</name>
<pose>Unspecified</pose>
<truncated>0</truncated>
<difficult>0</difficult>
<bndbox>
<xmin>295</xmin>
<ymin>132</ymin>
<xmax>356</xmax>
<ymax>285</ymax>
</bndbox>
</object>
<object>
<name>Inclined_dish</name>
<pose>Unspecified</pose>
<truncated>0</truncated>
<difficult>0</difficult>
<bndbox>
<xmin>289</xmin>
<ymin>293</ymin>
<xmax>355</xmax>
<ymax>448</ymax>
</bndbox>
</object>
<object>
<name>Inclined_dish</name>
<pose>Unspecified</pose>
<truncated>0</truncated>
<difficult>0</difficult>
<bndbox>
<xmin>248</xmin>
<ymin>303</ymin>
<xmax>272</xmax>
<ymax>442</ymax>
</bndbox>
</object>
<object>
<name>Inclined_dish</name>
<pose>Unspecified</pose>
<truncated>0</truncated>
<difficult>0</difficult>
<bndbox>
<xmin>241</xmin>
<ymin>170</ymin>
<xmax>287</xmax>
<ymax>302</ymax>
</bndbox>
</object>
<object>
<name>Dish</name>
<pose>Unspecified</pose>
<truncated>0</truncated>
<difficult>0</difficult>
<bndbox>
<xmin>448</xmin>
<ymin>118</ymin>
<xmax>467</xmax>
<ymax>308</ymax>
</bndbox>
</object>
<object>
<name>Dish</name>
<pose>Unspecified</pose>
<truncated>0</truncated>
<difficult>0</difficult>
<bndbox>
<xmin>414</xmin>
<ymin>114</ymin>
<xmax>446</xmax>
<ymax>307</ymax>
</bndbox>
</object>
<object>
<name>Dish</name>
<pose>Unspecified</pose>
<truncated>0</truncated>
<difficult>0</difficult>
<bndbox>
<xmin>379</xmin>
<ymin>112</ymin>
<xmax>418</xmax>
<ymax>310</ymax>
</bndbox>
</object>
</annotation>