forked from jwyang/faster-rcnn.pytorch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
annotations.json
129 lines (129 loc) · 3.46 KB
/
annotations.json
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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
{
"classes": [
"__background__",
"equation",
"label"
],
"objects": {
"resized_black.pdf-dpi300-page0002.png": [
{
"boundingBox": {
"p_min": {
"x": 270,
"y": 548
},
"p_max": {
"x": 505,
"y": 572
}
},
"class": "equation",
"id": "equation"
},
{
"boundingBox": {
"p_min": {
"x": 680,
"y": 548
},
"p_max": {
"x": 719,
"y": 572
}
},
"class": "label",
"id": "label_0",
"equation_id": "equation_0"
}
],
"resized_black.pdf-dpi300-page0009.png": [
{
"boundingBox": {
"p_min": {
"x": 352,
"y": 221
},
"p_max": {
"x": 422,
"y": 240
}
},
"class": "equation",
"id": "equation_0"
},
{
"boundingBox": {
"p_min": {
"x": 674,
"y": 221
},
"p_max": {
"x": 720,
"y": 240
}
},
"class": "label",
"id": "label_0",
"equation_id": "equation_0"
},
{
"boundingBox": {
"p_min": {
"x": 208,
"y": 474
},
"p_max": {
"x": 597,
"y": 496
}
},
"class": "equation",
"id": "equation_1"
},
{
"boundingBox": {
"p_min": {
"x": 683,
"y": 474
},
"p_max": {
"x": 719,
"y": 496
}
},
"class": "label",
"id": "label_1",
"equation_id": "equation_1"
},
{
"boundingBox": {
"p_min": {
"x": 348,
"y": 414
},
"p_max": {
"x": 430,
"y": 732
}
},
"class": "equation",
"id": "equation_2"
},
{
"boundingBox": {
"p_min": {
"x": 683,
"y": 414
},
"p_max": {
"x": 718,
"y": 732
}
},
"class": "label",
"id": "label_2",
"equation_id": "equation_2"
}
]
}
}