UrbanSyn commited on
Commit
b3a8d3c
1 Parent(s): 2940514

2D Bounding Boxes added

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. bbox2d/bbox2d_0001.json +82 -0
  2. bbox2d/bbox2d_0002.json +274 -0
  3. bbox2d/bbox2d_0003.json +402 -0
  4. bbox2d/bbox2d_0004.json +322 -0
  5. bbox2d/bbox2d_0005.json +370 -0
  6. bbox2d/bbox2d_0006.json +466 -0
  7. bbox2d/bbox2d_0007.json +354 -0
  8. bbox2d/bbox2d_0008.json +210 -0
  9. bbox2d/bbox2d_0009.json +322 -0
  10. bbox2d/bbox2d_0010.json +114 -0
  11. bbox2d/bbox2d_0011.json +162 -0
  12. bbox2d/bbox2d_0012.json +498 -0
  13. bbox2d/bbox2d_0013.json +242 -0
  14. bbox2d/bbox2d_0014.json +450 -0
  15. bbox2d/bbox2d_0015.json +306 -0
  16. bbox2d/bbox2d_0016.json +210 -0
  17. bbox2d/bbox2d_0017.json +146 -0
  18. bbox2d/bbox2d_0018.json +226 -0
  19. bbox2d/bbox2d_0019.json +274 -0
  20. bbox2d/bbox2d_0020.json +466 -0
  21. bbox2d/bbox2d_0021.json +274 -0
  22. bbox2d/bbox2d_0022.json +338 -0
  23. bbox2d/bbox2d_0023.json +466 -0
  24. bbox2d/bbox2d_0024.json +274 -0
  25. bbox2d/bbox2d_0025.json +386 -0
  26. bbox2d/bbox2d_0026.json +386 -0
  27. bbox2d/bbox2d_0027.json +210 -0
  28. bbox2d/bbox2d_0028.json +274 -0
  29. bbox2d/bbox2d_0029.json +162 -0
  30. bbox2d/bbox2d_0030.json +178 -0
  31. bbox2d/bbox2d_0031.json +242 -0
  32. bbox2d/bbox2d_0032.json +50 -0
  33. bbox2d/bbox2d_0033.json +162 -0
  34. bbox2d/bbox2d_0034.json +130 -0
  35. bbox2d/bbox2d_0035.json +290 -0
  36. bbox2d/bbox2d_0036.json +274 -0
  37. bbox2d/bbox2d_0037.json +274 -0
  38. bbox2d/bbox2d_0038.json +178 -0
  39. bbox2d/bbox2d_0039.json +354 -0
  40. bbox2d/bbox2d_0040.json +370 -0
  41. bbox2d/bbox2d_0041.json +242 -0
  42. bbox2d/bbox2d_0042.json +386 -0
  43. bbox2d/bbox2d_0043.json +226 -0
  44. bbox2d/bbox2d_0044.json +306 -0
  45. bbox2d/bbox2d_0045.json +242 -0
  46. bbox2d/bbox2d_0046.json +274 -0
  47. bbox2d/bbox2d_0047.json +258 -0
  48. bbox2d/bbox2d_0048.json +242 -0
  49. bbox2d/bbox2d_0049.json +354 -0
  50. bbox2d/bbox2d_0050.json +162 -0
bbox2d/bbox2d_0001.json ADDED
@@ -0,0 +1,82 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "bbox": {
4
+ "xMax": 276,
5
+ "xMin": 0,
6
+ "yMax": 684,
7
+ "yMin": 373
8
+ },
9
+ "color": [
10
+ 142,
11
+ 48,
12
+ 13,
13
+ 255
14
+ ],
15
+ "label": "car",
16
+ "occlusion_percentage": 0.04
17
+ },
18
+ {
19
+ "bbox": {
20
+ "xMax": 1095,
21
+ "xMin": 997,
22
+ "yMax": 703,
23
+ "yMin": 439
24
+ },
25
+ "color": [
26
+ 114,
27
+ 47,
28
+ 11,
29
+ 255
30
+ ],
31
+ "label": "person",
32
+ "occlusion_percentage": 0.62
33
+ },
34
+ {
35
+ "bbox": {
36
+ "xMax": 310,
37
+ "xMin": 285,
38
+ "yMax": 535,
39
+ "yMin": 455
40
+ },
41
+ "color": [
42
+ 208,
43
+ 151,
44
+ 11,
45
+ 255
46
+ ],
47
+ "label": "person",
48
+ "occlusion_percentage": 28.36
49
+ },
50
+ {
51
+ "bbox": {
52
+ "xMax": 412,
53
+ "xMin": 335,
54
+ "yMax": 521,
55
+ "yMin": 475
56
+ },
57
+ "color": [
58
+ 211,
59
+ 40,
60
+ 13,
61
+ 255
62
+ ],
63
+ "label": "car",
64
+ "occlusion_percentage": 62.02
65
+ },
66
+ {
67
+ "bbox": {
68
+ "xMax": 561,
69
+ "xMin": 524,
70
+ "yMax": 558,
71
+ "yMin": 470
72
+ },
73
+ "color": [
74
+ 230,
75
+ 218,
76
+ 11,
77
+ 255
78
+ ],
79
+ "label": "person",
80
+ "occlusion_percentage": 94.82
81
+ }
82
+ ]
bbox2d/bbox2d_0002.json ADDED
@@ -0,0 +1,274 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "bbox": {
4
+ "xMax": 1641,
5
+ "xMin": 1620,
6
+ "yMax": 470,
7
+ "yMin": 416
8
+ },
9
+ "color": [
10
+ 231,
11
+ 63,
12
+ 11,
13
+ 255
14
+ ],
15
+ "label": "person",
16
+ "occlusion_percentage": 91.05
17
+ },
18
+ {
19
+ "bbox": {
20
+ "xMax": 1403,
21
+ "xMin": 1380,
22
+ "yMax": 496,
23
+ "yMin": 428
24
+ },
25
+ "color": [
26
+ 119,
27
+ 136,
28
+ 11,
29
+ 255
30
+ ],
31
+ "label": "person",
32
+ "occlusion_percentage": 7.68
33
+ },
34
+ {
35
+ "bbox": {
36
+ "xMax": 203,
37
+ "xMin": 81,
38
+ "yMax": 747,
39
+ "yMin": 465
40
+ },
41
+ "color": [
42
+ 187,
43
+ 28,
44
+ 11,
45
+ 255
46
+ ],
47
+ "label": "person",
48
+ "occlusion_percentage": 54.14
49
+ },
50
+ {
51
+ "bbox": {
52
+ "xMax": 1235,
53
+ "xMin": 1142,
54
+ "yMax": 515,
55
+ "yMin": 453
56
+ },
57
+ "color": [
58
+ 235,
59
+ 52,
60
+ 13,
61
+ 255
62
+ ],
63
+ "label": "car",
64
+ "occlusion_percentage": 98.47
65
+ },
66
+ {
67
+ "bbox": {
68
+ "xMax": 1460,
69
+ "xMin": 1411,
70
+ "yMax": 556,
71
+ "yMin": 395
72
+ },
73
+ "color": [
74
+ 210,
75
+ 195,
76
+ 11,
77
+ 255
78
+ ],
79
+ "label": "person",
80
+ "occlusion_percentage": 14.37
81
+ },
82
+ {
83
+ "bbox": {
84
+ "xMax": 1267,
85
+ "xMin": 1078,
86
+ "yMax": 640,
87
+ "yMin": 482
88
+ },
89
+ "color": [
90
+ 25,
91
+ 32,
92
+ 17,
93
+ 255
94
+ ],
95
+ "label": "motorcycle",
96
+ "occlusion_percentage": 51.17
97
+ },
98
+ {
99
+ "bbox": {
100
+ "xMax": 1955,
101
+ "xMin": 1760,
102
+ "yMax": 480,
103
+ "yMin": 389
104
+ },
105
+ "color": [
106
+ 212,
107
+ 140,
108
+ 13,
109
+ 255
110
+ ],
111
+ "label": "car",
112
+ "occlusion_percentage": 99.27
113
+ },
114
+ {
115
+ "bbox": {
116
+ "xMax": 1092,
117
+ "xMin": 841,
118
+ "yMax": 684,
119
+ "yMin": 497
120
+ },
121
+ "color": [
122
+ 2,
123
+ 120,
124
+ 17,
125
+ 255
126
+ ],
127
+ "label": "motorcycle",
128
+ "occlusion_percentage": 43.66
129
+ },
130
+ {
131
+ "bbox": {
132
+ "xMax": 971,
133
+ "xMin": 680,
134
+ "yMax": 719,
135
+ "yMin": 519
136
+ },
137
+ "color": [
138
+ 164,
139
+ 116,
140
+ 17,
141
+ 255
142
+ ],
143
+ "label": "motorcycle",
144
+ "occlusion_percentage": 0.0
145
+ },
146
+ {
147
+ "bbox": {
148
+ "xMax": 1290,
149
+ "xMin": 1255,
150
+ "yMax": 519,
151
+ "yMin": 464
152
+ },
153
+ "color": [
154
+ 96,
155
+ 224,
156
+ 17,
157
+ 255
158
+ ],
159
+ "label": "motorcycle",
160
+ "occlusion_percentage": 58.6
161
+ },
162
+ {
163
+ "bbox": {
164
+ "xMax": 1289,
165
+ "xMin": 1253,
166
+ "yMax": 505,
167
+ "yMin": 440
168
+ },
169
+ "color": [
170
+ 96,
171
+ 224,
172
+ 12,
173
+ 255
174
+ ],
175
+ "label": "rider",
176
+ "occlusion_percentage": 47.1
177
+ },
178
+ {
179
+ "bbox": {
180
+ "xMax": 1249,
181
+ "xMin": 1236,
182
+ "yMax": 493,
183
+ "yMin": 451
184
+ },
185
+ "color": [
186
+ 24,
187
+ 187,
188
+ 11,
189
+ 255
190
+ ],
191
+ "label": "person",
192
+ "occlusion_percentage": 7.99
193
+ },
194
+ {
195
+ "bbox": {
196
+ "xMax": 1759,
197
+ "xMin": 1704,
198
+ "yMax": 513,
199
+ "yMin": 375
200
+ },
201
+ "color": [
202
+ 140,
203
+ 4,
204
+ 11,
205
+ 255
206
+ ],
207
+ "label": "person",
208
+ "occlusion_percentage": 0.0
209
+ },
210
+ {
211
+ "bbox": {
212
+ "xMax": 1388,
213
+ "xMin": 1332,
214
+ "yMax": 487,
215
+ "yMin": 450
216
+ },
217
+ "color": [
218
+ 3,
219
+ 220,
220
+ 13,
221
+ 255
222
+ ],
223
+ "label": "car",
224
+ "occlusion_percentage": 66.86
225
+ },
226
+ {
227
+ "bbox": {
228
+ "xMax": 1717,
229
+ "xMin": 1677,
230
+ "yMax": 512,
231
+ "yMin": 386
232
+ },
233
+ "color": [
234
+ 233,
235
+ 8,
236
+ 11,
237
+ 255
238
+ ],
239
+ "label": "person",
240
+ "occlusion_percentage": 7.86
241
+ },
242
+ {
243
+ "bbox": {
244
+ "xMax": 1553,
245
+ "xMin": 1539,
246
+ "yMax": 474,
247
+ "yMin": 427
248
+ },
249
+ "color": [
250
+ 93,
251
+ 179,
252
+ 11,
253
+ 255
254
+ ],
255
+ "label": "person",
256
+ "occlusion_percentage": 59.26
257
+ },
258
+ {
259
+ "bbox": {
260
+ "xMax": 1198,
261
+ "xMin": 959,
262
+ "yMax": 659,
263
+ "yMin": 482
264
+ },
265
+ "color": [
266
+ 141,
267
+ 203,
268
+ 17,
269
+ 255
270
+ ],
271
+ "label": "motorcycle",
272
+ "occlusion_percentage": 44.02
273
+ }
274
+ ]
bbox2d/bbox2d_0003.json ADDED
@@ -0,0 +1,402 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "bbox": {
4
+ "xMax": 1581,
5
+ "xMin": 1450,
6
+ "yMax": 531,
7
+ "yMin": 465
8
+ },
9
+ "color": [
10
+ 142,
11
+ 48,
12
+ 13,
13
+ 255
14
+ ],
15
+ "label": "car",
16
+ "occlusion_percentage": 81.05
17
+ },
18
+ {
19
+ "bbox": {
20
+ "xMax": 901,
21
+ "xMin": 784,
22
+ "yMax": 634,
23
+ "yMin": 532
24
+ },
25
+ "color": [
26
+ 95,
27
+ 124,
28
+ 13,
29
+ 255
30
+ ],
31
+ "label": "car",
32
+ "occlusion_percentage": 0.53
33
+ },
34
+ {
35
+ "bbox": {
36
+ "xMax": 1778,
37
+ "xMin": 1665,
38
+ "yMax": 667,
39
+ "yMin": 346
40
+ },
41
+ "color": [
42
+ 45,
43
+ 55,
44
+ 11,
45
+ 255
46
+ ],
47
+ "label": "person",
48
+ "occlusion_percentage": 0.02
49
+ },
50
+ {
51
+ "bbox": {
52
+ "xMax": 1463,
53
+ "xMin": 1432,
54
+ "yMax": 517,
55
+ "yMin": 492
56
+ },
57
+ "color": [
58
+ 71,
59
+ 112,
60
+ 17,
61
+ 255
62
+ ],
63
+ "label": "motorcycle",
64
+ "occlusion_percentage": 69.75
65
+ },
66
+ {
67
+ "bbox": {
68
+ "xMax": 1136,
69
+ "xMin": 1124,
70
+ "yMax": 546,
71
+ "yMin": 517
72
+ },
73
+ "color": [
74
+ 1,
75
+ 175,
76
+ 11,
77
+ 255
78
+ ],
79
+ "label": "person",
80
+ "occlusion_percentage": 46.49
81
+ },
82
+ {
83
+ "bbox": {
84
+ "xMax": 1414,
85
+ "xMin": 1281,
86
+ "yMax": 534,
87
+ "yMin": 485
88
+ },
89
+ "color": [
90
+ 50,
91
+ 144,
92
+ 13,
93
+ 255
94
+ ],
95
+ "label": "car",
96
+ "occlusion_percentage": 81.35
97
+ },
98
+ {
99
+ "bbox": {
100
+ "xMax": 1350,
101
+ "xMin": 1336,
102
+ "yMax": 534,
103
+ "yMin": 489
104
+ },
105
+ "color": [
106
+ 26,
107
+ 132,
108
+ 11,
109
+ 255
110
+ ],
111
+ "label": "person",
112
+ "occlusion_percentage": 57.71
113
+ },
114
+ {
115
+ "bbox": {
116
+ "xMax": 698,
117
+ "xMin": 670,
118
+ "yMax": 611,
119
+ "yMin": 565
120
+ },
121
+ "color": [
122
+ 43,
123
+ 110,
124
+ 11,
125
+ 255
126
+ ],
127
+ "label": "person",
128
+ "occlusion_percentage": 45.83
129
+ },
130
+ {
131
+ "bbox": {
132
+ "xMax": 761,
133
+ "xMin": 738,
134
+ "yMax": 609,
135
+ "yMin": 562
136
+ },
137
+ "color": [
138
+ 182,
139
+ 194,
140
+ 11,
141
+ 255
142
+ ],
143
+ "label": "person",
144
+ "occlusion_percentage": 76.72
145
+ },
146
+ {
147
+ "bbox": {
148
+ "xMax": 1282,
149
+ "xMin": 1272,
150
+ "yMax": 534,
151
+ "yMin": 500
152
+ },
153
+ "color": [
154
+ 162,
155
+ 71,
156
+ 11,
157
+ 255
158
+ ],
159
+ "label": "person",
160
+ "occlusion_percentage": 50.5
161
+ },
162
+ {
163
+ "bbox": {
164
+ "xMax": 870,
165
+ "xMin": 842,
166
+ "yMax": 617,
167
+ "yMin": 535
168
+ },
169
+ "color": [
170
+ 252,
171
+ 30,
172
+ 11,
173
+ 255
174
+ ],
175
+ "label": "person",
176
+ "occlusion_percentage": 86.49
177
+ },
178
+ {
179
+ "bbox": {
180
+ "xMax": 675,
181
+ "xMin": 617,
182
+ "yMax": 633,
183
+ "yMin": 589
184
+ },
185
+ "color": [
186
+ 2,
187
+ 120,
188
+ 17,
189
+ 255
190
+ ],
191
+ "label": "motorcycle",
192
+ "occlusion_percentage": 83.47
193
+ },
194
+ {
195
+ "bbox": {
196
+ "xMax": 705,
197
+ "xMin": 644,
198
+ "yMax": 631,
199
+ "yMin": 587
200
+ },
201
+ "color": [
202
+ 164,
203
+ 116,
204
+ 17,
205
+ 255
206
+ ],
207
+ "label": "motorcycle",
208
+ "occlusion_percentage": 95.73
209
+ },
210
+ {
211
+ "bbox": {
212
+ "xMax": 1207,
213
+ "xMin": 1171,
214
+ "yMax": 543,
215
+ "yMin": 512
216
+ },
217
+ "color": [
218
+ 165,
219
+ 216,
220
+ 13,
221
+ 255
222
+ ],
223
+ "label": "car",
224
+ "occlusion_percentage": 29.28
225
+ },
226
+ {
227
+ "bbox": {
228
+ "xMax": 1349,
229
+ "xMin": 1313,
230
+ "yMax": 578,
231
+ "yMin": 466
232
+ },
233
+ "color": [
234
+ 2,
235
+ 120,
236
+ 11,
237
+ 255
238
+ ],
239
+ "label": "person",
240
+ "occlusion_percentage": 60.54
241
+ },
242
+ {
243
+ "bbox": {
244
+ "xMax": 472,
245
+ "xMin": 0,
246
+ "yMax": 969,
247
+ "yMin": 212
248
+ },
249
+ "color": [
250
+ 210,
251
+ 195,
252
+ 16,
253
+ 255
254
+ ],
255
+ "label": "train",
256
+ "occlusion_percentage": 0.12
257
+ },
258
+ {
259
+ "bbox": {
260
+ "xMax": 1400,
261
+ "xMin": 1360,
262
+ "yMax": 586,
263
+ "yMin": 458
264
+ },
265
+ "color": [
266
+ 229,
267
+ 118,
268
+ 11,
269
+ 255
270
+ ],
271
+ "label": "person",
272
+ "occlusion_percentage": 28.08
273
+ },
274
+ {
275
+ "bbox": {
276
+ "xMax": 945,
277
+ "xMin": 903,
278
+ "yMax": 605,
279
+ "yMin": 525
280
+ },
281
+ "color": [
282
+ 159,
283
+ 26,
284
+ 11,
285
+ 255
286
+ ],
287
+ "label": "person",
288
+ "occlusion_percentage": 0.56
289
+ },
290
+ {
291
+ "bbox": {
292
+ "xMax": 1020,
293
+ "xMin": 1007,
294
+ "yMax": 565,
295
+ "yMin": 533
296
+ },
297
+ "color": [
298
+ 73,
299
+ 56,
300
+ 11,
301
+ 255
302
+ ],
303
+ "label": "person",
304
+ "occlusion_percentage": 77.45
305
+ },
306
+ {
307
+ "bbox": {
308
+ "xMax": 656,
309
+ "xMin": 636,
310
+ "yMax": 632,
311
+ "yMin": 564
312
+ },
313
+ "color": [
314
+ 71,
315
+ 112,
316
+ 11,
317
+ 255
318
+ ],
319
+ "label": "person",
320
+ "occlusion_percentage": 51.24
321
+ },
322
+ {
323
+ "bbox": {
324
+ "xMax": 1470,
325
+ "xMin": 1437,
326
+ "yMax": 565,
327
+ "yMin": 456
328
+ },
329
+ "color": [
330
+ 49,
331
+ 44,
332
+ 11,
333
+ 255
334
+ ],
335
+ "label": "person",
336
+ "occlusion_percentage": 0.0
337
+ },
338
+ {
339
+ "bbox": {
340
+ "xMax": 1170,
341
+ "xMin": 1121,
342
+ "yMax": 577,
343
+ "yMin": 497
344
+ },
345
+ "color": [
346
+ 20,
347
+ 198,
348
+ 11,
349
+ 255
350
+ ],
351
+ "label": "person",
352
+ "occlusion_percentage": 0.09
353
+ },
354
+ {
355
+ "bbox": {
356
+ "xMax": 1162,
357
+ "xMin": 1029,
358
+ "yMax": 582,
359
+ "yMin": 522
360
+ },
361
+ "color": [
362
+ 118,
363
+ 36,
364
+ 13,
365
+ 255
366
+ ],
367
+ "label": "car",
368
+ "occlusion_percentage": 9.39
369
+ },
370
+ {
371
+ "bbox": {
372
+ "xMax": 966,
373
+ "xMin": 838,
374
+ "yMax": 588,
375
+ "yMin": 540
376
+ },
377
+ "color": [
378
+ 189,
379
+ 228,
380
+ 13,
381
+ 255
382
+ ],
383
+ "label": "car",
384
+ "occlusion_percentage": 83.85
385
+ },
386
+ {
387
+ "bbox": {
388
+ "xMax": 1036,
389
+ "xMin": 1028,
390
+ "yMax": 559,
391
+ "yMin": 532
392
+ },
393
+ "color": [
394
+ 70,
395
+ 167,
396
+ 11,
397
+ 255
398
+ ],
399
+ "label": "person",
400
+ "occlusion_percentage": 48.57
401
+ }
402
+ ]
bbox2d/bbox2d_0004.json ADDED
@@ -0,0 +1,322 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "bbox": {
4
+ "xMax": 1087,
5
+ "xMin": 1048,
6
+ "yMax": 548,
7
+ "yMin": 445
8
+ },
9
+ "color": [
10
+ 211,
11
+ 40,
12
+ 11,
13
+ 255
14
+ ],
15
+ "label": "person",
16
+ "occlusion_percentage": 6.81
17
+ },
18
+ {
19
+ "bbox": {
20
+ "xMax": 604,
21
+ "xMin": 523,
22
+ "yMax": 583,
23
+ "yMin": 355
24
+ },
25
+ "color": [
26
+ 118,
27
+ 36,
28
+ 11,
29
+ 255
30
+ ],
31
+ "label": "person",
32
+ "occlusion_percentage": 0.26
33
+ },
34
+ {
35
+ "bbox": {
36
+ "xMax": 2047,
37
+ "xMin": 2024,
38
+ "yMax": 675,
39
+ "yMin": 574
40
+ },
41
+ "color": [
42
+ 239,
43
+ 75,
44
+ 11,
45
+ 255
46
+ ],
47
+ "label": "person",
48
+ "occlusion_percentage": 0.46
49
+ },
50
+ {
51
+ "bbox": {
52
+ "xMax": 1071,
53
+ "xMin": 1041,
54
+ "yMax": 545,
55
+ "yMin": 451
56
+ },
57
+ "color": [
58
+ 141,
59
+ 203,
60
+ 11,
61
+ 255
62
+ ],
63
+ "label": "person",
64
+ "occlusion_percentage": 76.19
65
+ },
66
+ {
67
+ "bbox": {
68
+ "xMax": 1141,
69
+ "xMin": 1117,
70
+ "yMax": 540,
71
+ "yMin": 473
72
+ },
73
+ "color": [
74
+ 253,
75
+ 130,
76
+ 11,
77
+ 255
78
+ ],
79
+ "label": "person",
80
+ "occlusion_percentage": 2.57
81
+ },
82
+ {
83
+ "bbox": {
84
+ "xMax": 1159,
85
+ "xMin": 1136,
86
+ "yMax": 532,
87
+ "yMin": 480
88
+ },
89
+ "color": [
90
+ 137,
91
+ 214,
92
+ 11,
93
+ 255
94
+ ],
95
+ "label": "person",
96
+ "occlusion_percentage": 61.57
97
+ },
98
+ {
99
+ "bbox": {
100
+ "xMax": 1552,
101
+ "xMin": 1482,
102
+ "yMax": 564,
103
+ "yMin": 531
104
+ },
105
+ "color": [
106
+ 142,
107
+ 48,
108
+ 13,
109
+ 255
110
+ ],
111
+ "label": "car",
112
+ "occlusion_percentage": 85.19
113
+ },
114
+ {
115
+ "bbox": {
116
+ "xMax": 1383,
117
+ "xMin": 1270,
118
+ "yMax": 569,
119
+ "yMin": 438
120
+ },
121
+ "color": [
122
+ 16,
123
+ 15,
124
+ 16,
125
+ 255
126
+ ],
127
+ "label": "train",
128
+ "occlusion_percentage": 60.87
129
+ },
130
+ {
131
+ "bbox": {
132
+ "xMax": 1481,
133
+ "xMin": 1470,
134
+ "yMax": 564,
135
+ "yMin": 522
136
+ },
137
+ "color": [
138
+ 229,
139
+ 118,
140
+ 11,
141
+ 255
142
+ ],
143
+ "label": "person",
144
+ "occlusion_percentage": 0.31
145
+ },
146
+ {
147
+ "bbox": {
148
+ "xMax": 162,
149
+ "xMin": 0,
150
+ "yMax": 868,
151
+ "yMin": 55
152
+ },
153
+ "color": [
154
+ 234,
155
+ 208,
156
+ 11,
157
+ 255
158
+ ],
159
+ "label": "person",
160
+ "occlusion_percentage": 5.58
161
+ },
162
+ {
163
+ "bbox": {
164
+ "xMax": 1751,
165
+ "xMin": 1709,
166
+ "yMax": 620,
167
+ "yMin": 534
168
+ },
169
+ "color": [
170
+ 226,
171
+ 119,
172
+ 11,
173
+ 255
174
+ ],
175
+ "label": "person",
176
+ "occlusion_percentage": 90.81
177
+ },
178
+ {
179
+ "bbox": {
180
+ "xMax": 1614,
181
+ "xMin": 1596,
182
+ "yMax": 589,
183
+ "yMin": 531
184
+ },
185
+ "color": [
186
+ 95,
187
+ 124,
188
+ 11,
189
+ 255
190
+ ],
191
+ "label": "person",
192
+ "occlusion_percentage": 6.51
193
+ },
194
+ {
195
+ "bbox": {
196
+ "xMax": 1123,
197
+ "xMin": 1107,
198
+ "yMax": 521,
199
+ "yMin": 475
200
+ },
201
+ "color": [
202
+ 164,
203
+ 116,
204
+ 11,
205
+ 255
206
+ ],
207
+ "label": "person",
208
+ "occlusion_percentage": 88.64
209
+ },
210
+ {
211
+ "bbox": {
212
+ "xMax": 1503,
213
+ "xMin": 1492,
214
+ "yMax": 565,
215
+ "yMin": 525
216
+ },
217
+ "color": [
218
+ 49,
219
+ 44,
220
+ 11,
221
+ 255
222
+ ],
223
+ "label": "person",
224
+ "occlusion_percentage": 36.02
225
+ },
226
+ {
227
+ "bbox": {
228
+ "xMax": 1599,
229
+ "xMin": 1489,
230
+ "yMax": 602,
231
+ "yMin": 528
232
+ },
233
+ "color": [
234
+ 234,
235
+ 208,
236
+ 13,
237
+ 255
238
+ ],
239
+ "label": "car",
240
+ "occlusion_percentage": 0.61
241
+ },
242
+ {
243
+ "bbox": {
244
+ "xMax": 1414,
245
+ "xMin": 1403,
246
+ "yMax": 546,
247
+ "yMin": 517
248
+ },
249
+ "color": [
250
+ 138,
251
+ 59,
252
+ 11,
253
+ 255
254
+ ],
255
+ "label": "person",
256
+ "occlusion_percentage": 43.05
257
+ },
258
+ {
259
+ "bbox": {
260
+ "xMax": 1387,
261
+ "xMin": 1132,
262
+ "yMax": 652,
263
+ "yMin": 451
264
+ },
265
+ "color": [
266
+ 73,
267
+ 56,
268
+ 13,
269
+ 255
270
+ ],
271
+ "label": "car",
272
+ "occlusion_percentage": 0.31
273
+ },
274
+ {
275
+ "bbox": {
276
+ "xMax": 1936,
277
+ "xMin": 1669,
278
+ "yMax": 681,
279
+ "yMin": 534
280
+ },
281
+ "color": [
282
+ 55,
283
+ 71,
284
+ 13,
285
+ 255
286
+ ],
287
+ "label": "car",
288
+ "occlusion_percentage": 0.27
289
+ },
290
+ {
291
+ "bbox": {
292
+ "xMax": 1458,
293
+ "xMin": 1442,
294
+ "yMax": 559,
295
+ "yMin": 517
296
+ },
297
+ "color": [
298
+ 2,
299
+ 120,
300
+ 11,
301
+ 255
302
+ ],
303
+ "label": "person",
304
+ "occlusion_percentage": 18.48
305
+ },
306
+ {
307
+ "bbox": {
308
+ "xMax": 1421,
309
+ "xMin": 1414,
310
+ "yMax": 547,
311
+ "yMin": 520
312
+ },
313
+ "color": [
314
+ 26,
315
+ 132,
316
+ 11,
317
+ 255
318
+ ],
319
+ "label": "person",
320
+ "occlusion_percentage": 49.61
321
+ }
322
+ ]
bbox2d/bbox2d_0005.json ADDED
@@ -0,0 +1,370 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "bbox": {
4
+ "xMax": 1802,
5
+ "xMin": 1739,
6
+ "yMax": 630,
7
+ "yMin": 477
8
+ },
9
+ "color": [
10
+ 137,
11
+ 214,
12
+ 11,
13
+ 255
14
+ ],
15
+ "label": "person",
16
+ "occlusion_percentage": 39.22
17
+ },
18
+ {
19
+ "bbox": {
20
+ "xMax": 1238,
21
+ "xMin": 1229,
22
+ "yMax": 560,
23
+ "yMin": 533
24
+ },
25
+ "color": [
26
+ 72,
27
+ 212,
28
+ 11,
29
+ 255
30
+ ],
31
+ "label": "person",
32
+ "occlusion_percentage": 56.82
33
+ },
34
+ {
35
+ "bbox": {
36
+ "xMax": 1437,
37
+ "xMin": 1223,
38
+ "yMax": 634,
39
+ "yMin": 403
40
+ },
41
+ "color": [
42
+ 210,
43
+ 195,
44
+ 16,
45
+ 255
46
+ ],
47
+ "label": "train",
48
+ "occlusion_percentage": 0.55
49
+ },
50
+ {
51
+ "bbox": {
52
+ "xMax": 1644,
53
+ "xMin": 1624,
54
+ "yMax": 577,
55
+ "yMin": 500
56
+ },
57
+ "color": [
58
+ 141,
59
+ 203,
60
+ 11,
61
+ 255
62
+ ],
63
+ "label": "person",
64
+ "occlusion_percentage": 21.3
65
+ },
66
+ {
67
+ "bbox": {
68
+ "xMax": 1177,
69
+ "xMin": 1163,
70
+ "yMax": 573,
71
+ "yMin": 527
72
+ },
73
+ "color": [
74
+ 102,
75
+ 51,
76
+ 11,
77
+ 255
78
+ ],
79
+ "label": "person",
80
+ "occlusion_percentage": 73.18
81
+ },
82
+ {
83
+ "bbox": {
84
+ "xMax": 1007,
85
+ "xMin": 978,
86
+ "yMax": 603,
87
+ "yMin": 522
88
+ },
89
+ "color": [
90
+ 234,
91
+ 208,
92
+ 11,
93
+ 255
94
+ ],
95
+ "label": "person",
96
+ "occlusion_percentage": 0.0
97
+ },
98
+ {
99
+ "bbox": {
100
+ "xMax": 1548,
101
+ "xMin": 1532,
102
+ "yMax": 558,
103
+ "yMin": 513
104
+ },
105
+ "color": [
106
+ 222,
107
+ 102,
108
+ 11,
109
+ 255
110
+ ],
111
+ "label": "person",
112
+ "occlusion_percentage": 64.16
113
+ },
114
+ {
115
+ "bbox": {
116
+ "xMax": 1125,
117
+ "xMin": 1014,
118
+ "yMax": 622,
119
+ "yMin": 527
120
+ },
121
+ "color": [
122
+ 234,
123
+ 208,
124
+ 13,
125
+ 255
126
+ ],
127
+ "label": "car",
128
+ "occlusion_percentage": 0.52
129
+ },
130
+ {
131
+ "bbox": {
132
+ "xMax": 1490,
133
+ "xMin": 1439,
134
+ "yMax": 562,
135
+ "yMin": 525
136
+ },
137
+ "color": [
138
+ 222,
139
+ 102,
140
+ 13,
141
+ 255
142
+ ],
143
+ "label": "car",
144
+ "occlusion_percentage": 99.59
145
+ },
146
+ {
147
+ "bbox": {
148
+ "xMax": 1630,
149
+ "xMin": 1601,
150
+ "yMax": 575,
151
+ "yMin": 496
152
+ },
153
+ "color": [
154
+ 211,
155
+ 40,
156
+ 11,
157
+ 255
158
+ ],
159
+ "label": "person",
160
+ "occlusion_percentage": 26.9
161
+ },
162
+ {
163
+ "bbox": {
164
+ "xMax": 1182,
165
+ "xMin": 1164,
166
+ "yMax": 573,
167
+ "yMin": 524
168
+ },
169
+ "color": [
170
+ 253,
171
+ 23,
172
+ 11,
173
+ 255
174
+ ],
175
+ "label": "person",
176
+ "occlusion_percentage": 38.99
177
+ },
178
+ {
179
+ "bbox": {
180
+ "xMax": 711,
181
+ "xMin": 641,
182
+ "yMax": 658,
183
+ "yMin": 516
184
+ },
185
+ "color": [
186
+ 45,
187
+ 55,
188
+ 11,
189
+ 255
190
+ ],
191
+ "label": "person",
192
+ "occlusion_percentage": 0.0
193
+ },
194
+ {
195
+ "bbox": {
196
+ "xMax": 1519,
197
+ "xMin": 1506,
198
+ "yMax": 552,
199
+ "yMin": 518
200
+ },
201
+ "color": [
202
+ 158,
203
+ 100,
204
+ 11,
205
+ 255
206
+ ],
207
+ "label": "person",
208
+ "occlusion_percentage": 38.46
209
+ },
210
+ {
211
+ "bbox": {
212
+ "xMax": 779,
213
+ "xMin": 742,
214
+ "yMax": 639,
215
+ "yMin": 525
216
+ },
217
+ "color": [
218
+ 95,
219
+ 124,
220
+ 11,
221
+ 255
222
+ ],
223
+ "label": "person",
224
+ "occlusion_percentage": 0.0
225
+ },
226
+ {
227
+ "bbox": {
228
+ "xMax": 1533,
229
+ "xMin": 1525,
230
+ "yMax": 553,
231
+ "yMin": 518
232
+ },
233
+ "color": [
234
+ 28,
235
+ 238,
236
+ 11,
237
+ 255
238
+ ],
239
+ "label": "person",
240
+ "occlusion_percentage": 85.71
241
+ },
242
+ {
243
+ "bbox": {
244
+ "xMax": 1239,
245
+ "xMin": 1167,
246
+ "yMax": 588,
247
+ "yMin": 526
248
+ },
249
+ "color": [
250
+ 73,
251
+ 56,
252
+ 13,
253
+ 255
254
+ ],
255
+ "label": "car",
256
+ "occlusion_percentage": 0.58
257
+ },
258
+ {
259
+ "bbox": {
260
+ "xMax": 1510,
261
+ "xMin": 1433,
262
+ "yMax": 572,
263
+ "yMin": 518
264
+ },
265
+ "color": [
266
+ 212,
267
+ 183,
268
+ 13,
269
+ 255
270
+ ],
271
+ "label": "car",
272
+ "occlusion_percentage": 1.69
273
+ },
274
+ {
275
+ "bbox": {
276
+ "xMax": 1520,
277
+ "xMin": 1513,
278
+ "yMax": 549,
279
+ "yMin": 521
280
+ },
281
+ "color": [
282
+ 49,
283
+ 44,
284
+ 11,
285
+ 255
286
+ ],
287
+ "label": "person",
288
+ "occlusion_percentage": 57.58
289
+ },
290
+ {
291
+ "bbox": {
292
+ "xMax": 1673,
293
+ "xMin": 1636,
294
+ "yMax": 596,
295
+ "yMin": 497
296
+ },
297
+ "color": [
298
+ 253,
299
+ 130,
300
+ 11,
301
+ 255
302
+ ],
303
+ "label": "person",
304
+ "occlusion_percentage": 0.0
305
+ },
306
+ {
307
+ "bbox": {
308
+ "xMax": 1231,
309
+ "xMin": 1218,
310
+ "yMax": 567,
311
+ "yMin": 530
312
+ },
313
+ "color": [
314
+ 155,
315
+ 96,
316
+ 11,
317
+ 255
318
+ ],
319
+ "label": "person",
320
+ "occlusion_percentage": 90.2
321
+ },
322
+ {
323
+ "bbox": {
324
+ "xMax": 2015,
325
+ "xMin": 1940,
326
+ "yMax": 689,
327
+ "yMin": 484
328
+ },
329
+ "color": [
330
+ 113,
331
+ 202,
332
+ 11,
333
+ 255
334
+ ],
335
+ "label": "person",
336
+ "occlusion_percentage": 0.08
337
+ },
338
+ {
339
+ "bbox": {
340
+ "xMax": 1002,
341
+ "xMin": 982,
342
+ "yMax": 595,
343
+ "yMin": 533
344
+ },
345
+ "color": [
346
+ 118,
347
+ 36,
348
+ 11,
349
+ 255
350
+ ],
351
+ "label": "person",
352
+ "occlusion_percentage": 68.46
353
+ },
354
+ {
355
+ "bbox": {
356
+ "xMax": 1632,
357
+ "xMin": 1618,
358
+ "yMax": 561,
359
+ "yMin": 512
360
+ },
361
+ "color": [
362
+ 25,
363
+ 143,
364
+ 11,
365
+ 255
366
+ ],
367
+ "label": "person",
368
+ "occlusion_percentage": 90.09
369
+ }
370
+ ]
bbox2d/bbox2d_0006.json ADDED
@@ -0,0 +1,466 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "bbox": {
4
+ "xMax": 1492,
5
+ "xMin": 1476,
6
+ "yMax": 520,
7
+ "yMin": 475
8
+ },
9
+ "color": [
10
+ 1,
11
+ 175,
12
+ 11,
13
+ 255
14
+ ],
15
+ "label": "person",
16
+ "occlusion_percentage": 86.39
17
+ },
18
+ {
19
+ "bbox": {
20
+ "xMax": 615,
21
+ "xMin": 389,
22
+ "yMax": 604,
23
+ "yMin": 470
24
+ },
25
+ "color": [
26
+ 164,
27
+ 116,
28
+ 17,
29
+ 255
30
+ ],
31
+ "label": "motorcycle",
32
+ "occlusion_percentage": 69.38
33
+ },
34
+ {
35
+ "bbox": {
36
+ "xMax": 1423,
37
+ "xMin": 1409,
38
+ "yMax": 516,
39
+ "yMin": 477
40
+ },
41
+ "color": [
42
+ 209,
43
+ 95,
44
+ 11,
45
+ 255
46
+ ],
47
+ "label": "person",
48
+ "occlusion_percentage": 83.2
49
+ },
50
+ {
51
+ "bbox": {
52
+ "xMax": 697,
53
+ "xMin": 674,
54
+ "yMax": 512,
55
+ "yMin": 438
56
+ },
57
+ "color": [
58
+ 165,
59
+ 216,
60
+ 11,
61
+ 255
62
+ ],
63
+ "label": "person",
64
+ "occlusion_percentage": 24.2
65
+ },
66
+ {
67
+ "bbox": {
68
+ "xMax": 406,
69
+ "xMin": 360,
70
+ "yMax": 510,
71
+ "yMin": 419
72
+ },
73
+ "color": [
74
+ 136,
75
+ 114,
76
+ 11,
77
+ 255
78
+ ],
79
+ "label": "person",
80
+ "occlusion_percentage": 30.07
81
+ },
82
+ {
83
+ "bbox": {
84
+ "xMax": 503,
85
+ "xMin": 301,
86
+ "yMax": 581,
87
+ "yMin": 453
88
+ },
89
+ "color": [
90
+ 141,
91
+ 203,
92
+ 17,
93
+ 255
94
+ ],
95
+ "label": "motorcycle",
96
+ "occlusion_percentage": 75.3
97
+ },
98
+ {
99
+ "bbox": {
100
+ "xMax": 228,
101
+ "xMin": 125,
102
+ "yMax": 652,
103
+ "yMin": 341
104
+ },
105
+ "color": [
106
+ 71,
107
+ 112,
108
+ 11,
109
+ 255
110
+ ],
111
+ "label": "person",
112
+ "occlusion_percentage": 10.45
113
+ },
114
+ {
115
+ "bbox": {
116
+ "xMax": 1645,
117
+ "xMin": 1636,
118
+ "yMax": 523,
119
+ "yMin": 487
120
+ },
121
+ "color": [
122
+ 255,
123
+ 75,
124
+ 11,
125
+ 255
126
+ ],
127
+ "label": "person",
128
+ "occlusion_percentage": 29.27
129
+ },
130
+ {
131
+ "bbox": {
132
+ "xMax": 1429,
133
+ "xMin": 1168,
134
+ "yMax": 1023,
135
+ "yMin": 14
136
+ },
137
+ "color": [
138
+ 252,
139
+ 30,
140
+ 11,
141
+ 255
142
+ ],
143
+ "label": "person",
144
+ "occlusion_percentage": 0.0
145
+ },
146
+ {
147
+ "bbox": {
148
+ "xMax": 1616,
149
+ "xMin": 1604,
150
+ "yMax": 518,
151
+ "yMin": 484
152
+ },
153
+ "color": [
154
+ 183,
155
+ 38,
156
+ 11,
157
+ 255
158
+ ],
159
+ "label": "person",
160
+ "occlusion_percentage": 83.21
161
+ },
162
+ {
163
+ "bbox": {
164
+ "xMax": 542,
165
+ "xMin": 332,
166
+ "yMax": 591,
167
+ "yMin": 457
168
+ },
169
+ "color": [
170
+ 2,
171
+ 120,
172
+ 17,
173
+ 255
174
+ ],
175
+ "label": "motorcycle",
176
+ "occlusion_percentage": 67.5
177
+ },
178
+ {
179
+ "bbox": {
180
+ "xMax": 1282,
181
+ "xMin": 1042,
182
+ "yMax": 538,
183
+ "yMin": 451
184
+ },
185
+ "color": [
186
+ 189,
187
+ 228,
188
+ 13,
189
+ 255
190
+ ],
191
+ "label": "car",
192
+ "occlusion_percentage": 63.08
193
+ },
194
+ {
195
+ "bbox": {
196
+ "xMax": 912,
197
+ "xMin": 876,
198
+ "yMax": 517,
199
+ "yMin": 445
200
+ },
201
+ "color": [
202
+ 207,
203
+ 51,
204
+ 11,
205
+ 255
206
+ ],
207
+ "label": "person",
208
+ "occlusion_percentage": 17.58
209
+ },
210
+ {
211
+ "bbox": {
212
+ "xMax": 1621,
213
+ "xMin": 1587,
214
+ "yMax": 535,
215
+ "yMin": 499
216
+ },
217
+ "color": [
218
+ 49,
219
+ 44,
220
+ 18,
221
+ 255
222
+ ],
223
+ "label": "bicycle",
224
+ "occlusion_percentage": 20.09
225
+ },
226
+ {
227
+ "bbox": {
228
+ "xMax": 1618,
229
+ "xMin": 1588,
230
+ "yMax": 526,
231
+ "yMin": 479
232
+ },
233
+ "color": [
234
+ 49,
235
+ 44,
236
+ 12,
237
+ 255
238
+ ],
239
+ "label": "rider",
240
+ "occlusion_percentage": 11.25
241
+ },
242
+ {
243
+ "bbox": {
244
+ "xMax": 755,
245
+ "xMin": 700,
246
+ "yMax": 525,
247
+ "yMin": 431
248
+ },
249
+ "color": [
250
+ 43,
251
+ 110,
252
+ 11,
253
+ 255
254
+ ],
255
+ "label": "person",
256
+ "occlusion_percentage": 29.5
257
+ },
258
+ {
259
+ "bbox": {
260
+ "xMax": 299,
261
+ "xMin": 281,
262
+ "yMax": 494,
263
+ "yMin": 424
264
+ },
265
+ "color": [
266
+ 235,
267
+ 52,
268
+ 11,
269
+ 255
270
+ ],
271
+ "label": "person",
272
+ "occlusion_percentage": 5.28
273
+ },
274
+ {
275
+ "bbox": {
276
+ "xMax": 2047,
277
+ "xMin": 1732,
278
+ "yMax": 665,
279
+ "yMin": 446
280
+ },
281
+ "color": [
282
+ 118,
283
+ 36,
284
+ 13,
285
+ 255
286
+ ],
287
+ "label": "car",
288
+ "occlusion_percentage": 63.3
289
+ },
290
+ {
291
+ "bbox": {
292
+ "xMax": 1617,
293
+ "xMin": 1555,
294
+ "yMax": 529,
295
+ "yMin": 485
296
+ },
297
+ "color": [
298
+ 165,
299
+ 216,
300
+ 13,
301
+ 255
302
+ ],
303
+ "label": "car",
304
+ "occlusion_percentage": 45.42
305
+ },
306
+ {
307
+ "bbox": {
308
+ "xMax": 865,
309
+ "xMin": 816,
310
+ "yMax": 548,
311
+ "yMin": 441
312
+ },
313
+ "color": [
314
+ 182,
315
+ 194,
316
+ 11,
317
+ 255
318
+ ],
319
+ "label": "person",
320
+ "occlusion_percentage": 46.57
321
+ },
322
+ {
323
+ "bbox": {
324
+ "xMax": 1496,
325
+ "xMin": 1484,
326
+ "yMax": 525,
327
+ "yMin": 478
328
+ },
329
+ "color": [
330
+ 212,
331
+ 140,
332
+ 11,
333
+ 255
334
+ ],
335
+ "label": "person",
336
+ "occlusion_percentage": 49.59
337
+ },
338
+ {
339
+ "bbox": {
340
+ "xMax": 228,
341
+ "xMin": 177,
342
+ "yMax": 530,
343
+ "yMin": 402
344
+ },
345
+ "color": [
346
+ 210,
347
+ 195,
348
+ 11,
349
+ 255
350
+ ],
351
+ "label": "person",
352
+ "occlusion_percentage": 97.34
353
+ },
354
+ {
355
+ "bbox": {
356
+ "xMax": 2016,
357
+ "xMin": 1610,
358
+ "yMax": 1007,
359
+ "yMin": 206
360
+ },
361
+ "color": [
362
+ 159,
363
+ 26,
364
+ 11,
365
+ 255
366
+ ],
367
+ "label": "person",
368
+ "occlusion_percentage": 0.03
369
+ },
370
+ {
371
+ "bbox": {
372
+ "xMax": 1464,
373
+ "xMin": 1453,
374
+ "yMax": 510,
375
+ "yMin": 479
376
+ },
377
+ "color": [
378
+ 24,
379
+ 87,
380
+ 11,
381
+ 255
382
+ ],
383
+ "label": "person",
384
+ "occlusion_percentage": 35.68
385
+ },
386
+ {
387
+ "bbox": {
388
+ "xMax": 541,
389
+ "xMin": 516,
390
+ "yMax": 514,
391
+ "yMin": 430
392
+ },
393
+ "color": [
394
+ 163,
395
+ 171,
396
+ 11,
397
+ 255
398
+ ],
399
+ "label": "person",
400
+ "occlusion_percentage": 52.81
401
+ },
402
+ {
403
+ "bbox": {
404
+ "xMax": 452,
405
+ "xMin": 296,
406
+ "yMax": 573,
407
+ "yMin": 457
408
+ },
409
+ "color": [
410
+ 25,
411
+ 32,
412
+ 17,
413
+ 255
414
+ ],
415
+ "label": "motorcycle",
416
+ "occlusion_percentage": 88.41
417
+ },
418
+ {
419
+ "bbox": {
420
+ "xMax": 268,
421
+ "xMin": 218,
422
+ "yMax": 513,
423
+ "yMin": 407
424
+ },
425
+ "color": [
426
+ 140,
427
+ 4,
428
+ 11,
429
+ 255
430
+ ],
431
+ "label": "person",
432
+ "occlusion_percentage": 14.67
433
+ },
434
+ {
435
+ "bbox": {
436
+ "xMax": 604,
437
+ "xMin": 584,
438
+ "yMax": 507,
439
+ "yMin": 435
440
+ },
441
+ "color": [
442
+ 3,
443
+ 220,
444
+ 11,
445
+ 255
446
+ ],
447
+ "label": "person",
448
+ "occlusion_percentage": 30.82
449
+ },
450
+ {
451
+ "bbox": {
452
+ "xMax": 1509,
453
+ "xMin": 1496,
454
+ "yMax": 528,
455
+ "yMin": 478
456
+ },
457
+ "color": [
458
+ 50,
459
+ 144,
460
+ 11,
461
+ 255
462
+ ],
463
+ "label": "person",
464
+ "occlusion_percentage": 49.27
465
+ }
466
+ ]
bbox2d/bbox2d_0007.json ADDED
@@ -0,0 +1,354 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "bbox": {
4
+ "xMax": 686,
5
+ "xMin": 565,
6
+ "yMax": 554,
7
+ "yMin": 499
8
+ },
9
+ "color": [
10
+ 142,
11
+ 48,
12
+ 13,
13
+ 255
14
+ ],
15
+ "label": "car",
16
+ "occlusion_percentage": 47.24
17
+ },
18
+ {
19
+ "bbox": {
20
+ "xMax": 1169,
21
+ "xMin": 1046,
22
+ "yMax": 601,
23
+ "yMin": 495
24
+ },
25
+ "color": [
26
+ 72,
27
+ 212,
28
+ 13,
29
+ 255
30
+ ],
31
+ "label": "car",
32
+ "occlusion_percentage": 0.09
33
+ },
34
+ {
35
+ "bbox": {
36
+ "xMax": 854,
37
+ "xMin": 836,
38
+ "yMax": 560,
39
+ "yMin": 495
40
+ },
41
+ "color": [
42
+ 96,
43
+ 224,
44
+ 11,
45
+ 255
46
+ ],
47
+ "label": "person",
48
+ "occlusion_percentage": 39.58
49
+ },
50
+ {
51
+ "bbox": {
52
+ "xMax": 368,
53
+ "xMin": 323,
54
+ "yMax": 580,
55
+ "yMin": 478
56
+ },
57
+ "color": [
58
+ 230,
59
+ 218,
60
+ 11,
61
+ 255
62
+ ],
63
+ "label": "person",
64
+ "occlusion_percentage": 74.19
65
+ },
66
+ {
67
+ "bbox": {
68
+ "xMax": 1073,
69
+ "xMin": 1053,
70
+ "yMax": 540,
71
+ "yMin": 504
72
+ },
73
+ "color": [
74
+ 136,
75
+ 114,
76
+ 11,
77
+ 255
78
+ ],
79
+ "label": "person",
80
+ "occlusion_percentage": 73.03
81
+ },
82
+ {
83
+ "bbox": {
84
+ "xMax": 1289,
85
+ "xMin": 1257,
86
+ "yMax": 577,
87
+ "yMin": 480
88
+ },
89
+ "color": [
90
+ 22,
91
+ 142,
92
+ 11,
93
+ 255
94
+ ],
95
+ "label": "person",
96
+ "occlusion_percentage": 0.79
97
+ },
98
+ {
99
+ "bbox": {
100
+ "xMax": 892,
101
+ "xMin": 874,
102
+ "yMax": 548,
103
+ "yMin": 497
104
+ },
105
+ "color": [
106
+ 138,
107
+ 59,
108
+ 11,
109
+ 255
110
+ ],
111
+ "label": "person",
112
+ "occlusion_percentage": 84.46
113
+ },
114
+ {
115
+ "bbox": {
116
+ "xMax": 1270,
117
+ "xMin": 1143,
118
+ "yMax": 545,
119
+ "yMin": 503
120
+ },
121
+ "color": [
122
+ 189,
123
+ 228,
124
+ 13,
125
+ 255
126
+ ],
127
+ "label": "car",
128
+ "occlusion_percentage": 76.51
129
+ },
130
+ {
131
+ "bbox": {
132
+ "xMax": 1622,
133
+ "xMin": 1517,
134
+ "yMax": 664,
135
+ "yMin": 415
136
+ },
137
+ "color": [
138
+ 185,
139
+ 238,
140
+ 11,
141
+ 255
142
+ ],
143
+ "label": "person",
144
+ "occlusion_percentage": 0.0
145
+ },
146
+ {
147
+ "bbox": {
148
+ "xMax": 505,
149
+ "xMin": 445,
150
+ "yMax": 613,
151
+ "yMin": 460
152
+ },
153
+ "color": [
154
+ 139,
155
+ 159,
156
+ 11,
157
+ 255
158
+ ],
159
+ "label": "person",
160
+ "occlusion_percentage": 67.73
161
+ },
162
+ {
163
+ "bbox": {
164
+ "xMax": 964,
165
+ "xMin": 946,
166
+ "yMax": 549,
167
+ "yMin": 500
168
+ },
169
+ "color": [
170
+ 26,
171
+ 132,
172
+ 11,
173
+ 255
174
+ ],
175
+ "label": "person",
176
+ "occlusion_percentage": 37.88
177
+ },
178
+ {
179
+ "bbox": {
180
+ "xMax": 1018,
181
+ "xMin": 1006,
182
+ "yMax": 540,
183
+ "yMin": 504
184
+ },
185
+ "color": [
186
+ 43,
187
+ 110,
188
+ 11,
189
+ 255
190
+ ],
191
+ "label": "person",
192
+ "occlusion_percentage": 5.22
193
+ },
194
+ {
195
+ "bbox": {
196
+ "xMax": 814,
197
+ "xMin": 771,
198
+ "yMax": 590,
199
+ "yMin": 475
200
+ },
201
+ "color": [
202
+ 46,
203
+ 155,
204
+ 11,
205
+ 255
206
+ ],
207
+ "label": "person",
208
+ "occlusion_percentage": 59.96
209
+ },
210
+ {
211
+ "bbox": {
212
+ "xMax": 605,
213
+ "xMin": 535,
214
+ "yMax": 547,
215
+ "yMin": 505
216
+ },
217
+ "color": [
218
+ 118,
219
+ 36,
220
+ 13,
221
+ 255
222
+ ],
223
+ "label": "car",
224
+ "occlusion_percentage": 59.67
225
+ },
226
+ {
227
+ "bbox": {
228
+ "xMax": 641,
229
+ "xMin": 612,
230
+ "yMax": 583,
231
+ "yMin": 478
232
+ },
233
+ "color": [
234
+ 208,
235
+ 151,
236
+ 11,
237
+ 255
238
+ ],
239
+ "label": "person",
240
+ "occlusion_percentage": 0.07
241
+ },
242
+ {
243
+ "bbox": {
244
+ "xMax": 1252,
245
+ "xMin": 1204,
246
+ "yMax": 558,
247
+ "yMin": 515
248
+ },
249
+ "color": [
250
+ 48,
251
+ 199,
252
+ 17,
253
+ 255
254
+ ],
255
+ "label": "motorcycle",
256
+ "occlusion_percentage": 87.3
257
+ },
258
+ {
259
+ "bbox": {
260
+ "xMax": 907,
261
+ "xMin": 899,
262
+ "yMax": 538,
263
+ "yMin": 505
264
+ },
265
+ "color": [
266
+ 140,
267
+ 4,
268
+ 11,
269
+ 255
270
+ ],
271
+ "label": "person",
272
+ "occlusion_percentage": 43.78
273
+ },
274
+ {
275
+ "bbox": {
276
+ "xMax": 805,
277
+ "xMin": 796,
278
+ "yMax": 539,
279
+ "yMin": 506
280
+ },
281
+ "color": [
282
+ 210,
283
+ 195,
284
+ 11,
285
+ 255
286
+ ],
287
+ "label": "person",
288
+ "occlusion_percentage": 76.88
289
+ },
290
+ {
291
+ "bbox": {
292
+ "xMax": 927,
293
+ "xMin": 902,
294
+ "yMax": 568,
295
+ "yMin": 489
296
+ },
297
+ "color": [
298
+ 142,
299
+ 48,
300
+ 11,
301
+ 255
302
+ ],
303
+ "label": "person",
304
+ "occlusion_percentage": 23.11
305
+ },
306
+ {
307
+ "bbox": {
308
+ "xMax": 660,
309
+ "xMin": 640,
310
+ "yMax": 566,
311
+ "yMin": 497
312
+ },
313
+ "color": [
314
+ 160,
315
+ 126,
316
+ 11,
317
+ 255
318
+ ],
319
+ "label": "person",
320
+ "occlusion_percentage": 0.84
321
+ },
322
+ {
323
+ "bbox": {
324
+ "xMax": 1026,
325
+ "xMin": 1016,
326
+ "yMax": 539,
327
+ "yMin": 507
328
+ },
329
+ "color": [
330
+ 163,
331
+ 171,
332
+ 11,
333
+ 255
334
+ ],
335
+ "label": "person",
336
+ "occlusion_percentage": 43.2
337
+ },
338
+ {
339
+ "bbox": {
340
+ "xMax": 753,
341
+ "xMin": 715,
342
+ "yMax": 569,
343
+ "yMin": 480
344
+ },
345
+ "color": [
346
+ 188,
347
+ 128,
348
+ 11,
349
+ 255
350
+ ],
351
+ "label": "person",
352
+ "occlusion_percentage": 32.83
353
+ }
354
+ ]
bbox2d/bbox2d_0008.json ADDED
@@ -0,0 +1,210 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "bbox": {
4
+ "xMax": 1427,
5
+ "xMin": 1413,
6
+ "yMax": 531,
7
+ "yMin": 489
8
+ },
9
+ "color": [
10
+ 69,
11
+ 67,
12
+ 11,
13
+ 255
14
+ ],
15
+ "label": "person",
16
+ "occlusion_percentage": 0.0
17
+ },
18
+ {
19
+ "bbox": {
20
+ "xMax": 1396,
21
+ "xMin": 1331,
22
+ "yMax": 535,
23
+ "yMin": 492
24
+ },
25
+ "color": [
26
+ 211,
27
+ 40,
28
+ 13,
29
+ 255
30
+ ],
31
+ "label": "car",
32
+ "occlusion_percentage": 31.83
33
+ },
34
+ {
35
+ "bbox": {
36
+ "xMax": 1149,
37
+ "xMin": 1143,
38
+ "yMax": 523,
39
+ "yMin": 494
40
+ },
41
+ "color": [
42
+ 208,
43
+ 151,
44
+ 11,
45
+ 255
46
+ ],
47
+ "label": "person",
48
+ "occlusion_percentage": 41.23
49
+ },
50
+ {
51
+ "bbox": {
52
+ "xMax": 1057,
53
+ "xMin": 1045,
54
+ "yMax": 523,
55
+ "yMin": 494
56
+ },
57
+ "color": [
58
+ 230,
59
+ 218,
60
+ 11,
61
+ 255
62
+ ],
63
+ "label": "person",
64
+ "occlusion_percentage": 49.46
65
+ },
66
+ {
67
+ "bbox": {
68
+ "xMax": 1053,
69
+ "xMin": 1043,
70
+ "yMax": 526,
71
+ "yMin": 497
72
+ },
73
+ "color": [
74
+ 206,
75
+ 206,
76
+ 11,
77
+ 255
78
+ ],
79
+ "label": "person",
80
+ "occlusion_percentage": 23.94
81
+ },
82
+ {
83
+ "bbox": {
84
+ "xMax": 1331,
85
+ "xMin": 1322,
86
+ "yMax": 523,
87
+ "yMin": 494
88
+ },
89
+ "color": [
90
+ 22,
91
+ 142,
92
+ 11,
93
+ 255
94
+ ],
95
+ "label": "person",
96
+ "occlusion_percentage": 11.36
97
+ },
98
+ {
99
+ "bbox": {
100
+ "xMax": 1302,
101
+ "xMin": 1265,
102
+ "yMax": 526,
103
+ "yMin": 500
104
+ },
105
+ "color": [
106
+ 72,
107
+ 212,
108
+ 13,
109
+ 255
110
+ ],
111
+ "label": "car",
112
+ "occlusion_percentage": 11.12
113
+ },
114
+ {
115
+ "bbox": {
116
+ "xMax": 1723,
117
+ "xMin": 1682,
118
+ "yMax": 579,
119
+ "yMin": 455
120
+ },
121
+ "color": [
122
+ 161,
123
+ 226,
124
+ 11,
125
+ 255
126
+ ],
127
+ "label": "person",
128
+ "occlusion_percentage": 19.73
129
+ },
130
+ {
131
+ "bbox": {
132
+ "xMax": 1191,
133
+ "xMin": 1169,
134
+ "yMax": 549,
135
+ "yMin": 476
136
+ },
137
+ "color": [
138
+ 147,
139
+ 23,
140
+ 11,
141
+ 255
142
+ ],
143
+ "label": "person",
144
+ "occlusion_percentage": 17.45
145
+ },
146
+ {
147
+ "bbox": {
148
+ "xMax": 1165,
149
+ "xMin": 1154,
150
+ "yMax": 525,
151
+ "yMin": 490
152
+ },
153
+ "color": [
154
+ 90,
155
+ 34,
156
+ 11,
157
+ 255
158
+ ],
159
+ "label": "person",
160
+ "occlusion_percentage": 33.46
161
+ },
162
+ {
163
+ "bbox": {
164
+ "xMax": 1049,
165
+ "xMin": 1032,
166
+ "yMax": 531,
167
+ "yMin": 490
168
+ },
169
+ "color": [
170
+ 23,
171
+ 242,
172
+ 11,
173
+ 255
174
+ ],
175
+ "label": "person",
176
+ "occlusion_percentage": 0.0
177
+ },
178
+ {
179
+ "bbox": {
180
+ "xMax": 1150,
181
+ "xMin": 1137,
182
+ "yMax": 522,
183
+ "yMin": 493
184
+ },
185
+ "color": [
186
+ 188,
187
+ 128,
188
+ 11,
189
+ 255
190
+ ],
191
+ "label": "person",
192
+ "occlusion_percentage": 62.96
193
+ },
194
+ {
195
+ "bbox": {
196
+ "xMax": 1108,
197
+ "xMin": 1063,
198
+ "yMax": 530,
199
+ "yMin": 493
200
+ },
201
+ "color": [
202
+ 188,
203
+ 128,
204
+ 13,
205
+ 255
206
+ ],
207
+ "label": "car",
208
+ "occlusion_percentage": 0.0
209
+ }
210
+ ]
bbox2d/bbox2d_0009.json ADDED
@@ -0,0 +1,322 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "bbox": {
4
+ "xMax": 197,
5
+ "xMin": 0,
6
+ "yMax": 601,
7
+ "yMin": 486
8
+ },
9
+ "color": [
10
+ 142,
11
+ 48,
12
+ 13,
13
+ 255
14
+ ],
15
+ "label": "car",
16
+ "occlusion_percentage": 12.91
17
+ },
18
+ {
19
+ "bbox": {
20
+ "xMax": 375,
21
+ "xMin": 321,
22
+ "yMax": 641,
23
+ "yMin": 454
24
+ },
25
+ "color": [
26
+ 96,
27
+ 224,
28
+ 11,
29
+ 255
30
+ ],
31
+ "label": "person",
32
+ "occlusion_percentage": 26.49
33
+ },
34
+ {
35
+ "bbox": {
36
+ "xMax": 1130,
37
+ "xMin": 1111,
38
+ "yMax": 544,
39
+ "yMin": 495
40
+ },
41
+ "color": [
42
+ 165,
43
+ 216,
44
+ 11,
45
+ 255
46
+ ],
47
+ "label": "person",
48
+ "occlusion_percentage": 6.84
49
+ },
50
+ {
51
+ "bbox": {
52
+ "xMax": 450,
53
+ "xMin": 411,
54
+ "yMax": 561,
55
+ "yMin": 521
56
+ },
57
+ "color": [
58
+ 141,
59
+ 203,
60
+ 17,
61
+ 255
62
+ ],
63
+ "label": "motorcycle",
64
+ "occlusion_percentage": 79.47
65
+ },
66
+ {
67
+ "bbox": {
68
+ "xMax": 1068,
69
+ "xMin": 1019,
70
+ "yMax": 542,
71
+ "yMin": 502
72
+ },
73
+ "color": [
74
+ 212,
75
+ 140,
76
+ 13,
77
+ 255
78
+ ],
79
+ "label": "car",
80
+ "occlusion_percentage": 61.06
81
+ },
82
+ {
83
+ "bbox": {
84
+ "xMax": 844,
85
+ "xMin": 801,
86
+ "yMax": 540,
87
+ "yMin": 507
88
+ },
89
+ "color": [
90
+ 235,
91
+ 52,
92
+ 13,
93
+ 255
94
+ ],
95
+ "label": "car",
96
+ "occlusion_percentage": 71.0
97
+ },
98
+ {
99
+ "bbox": {
100
+ "xMax": 414,
101
+ "xMin": 374,
102
+ "yMax": 562,
103
+ "yMin": 522
104
+ },
105
+ "color": [
106
+ 2,
107
+ 120,
108
+ 17,
109
+ 255
110
+ ],
111
+ "label": "motorcycle",
112
+ "occlusion_percentage": 62.2
113
+ },
114
+ {
115
+ "bbox": {
116
+ "xMax": 1343,
117
+ "xMin": 1139,
118
+ "yMax": 555,
119
+ "yMin": 487
120
+ },
121
+ "color": [
122
+ 189,
123
+ 228,
124
+ 13,
125
+ 255
126
+ ],
127
+ "label": "car",
128
+ "occlusion_percentage": 33.78
129
+ },
130
+ {
131
+ "bbox": {
132
+ "xMax": 1433,
133
+ "xMin": 1311,
134
+ "yMax": 604,
135
+ "yMin": 500
136
+ },
137
+ "color": [
138
+ 48,
139
+ 199,
140
+ 17,
141
+ 255
142
+ ],
143
+ "label": "motorcycle",
144
+ "occlusion_percentage": 83.36
145
+ },
146
+ {
147
+ "bbox": {
148
+ "xMax": 948,
149
+ "xMin": 928,
150
+ "yMax": 549,
151
+ "yMin": 494
152
+ },
153
+ "color": [
154
+ 43,
155
+ 110,
156
+ 11,
157
+ 255
158
+ ],
159
+ "label": "person",
160
+ "occlusion_percentage": 14.72
161
+ },
162
+ {
163
+ "bbox": {
164
+ "xMax": 810,
165
+ "xMin": 774,
166
+ "yMax": 577,
167
+ "yMin": 482
168
+ },
169
+ "color": [
170
+ 26,
171
+ 132,
172
+ 11,
173
+ 255
174
+ ],
175
+ "label": "person",
176
+ "occlusion_percentage": 14.8
177
+ },
178
+ {
179
+ "bbox": {
180
+ "xMax": 759,
181
+ "xMin": 747,
182
+ "yMax": 538,
183
+ "yMin": 503
184
+ },
185
+ "color": [
186
+ 140,
187
+ 104,
188
+ 11,
189
+ 255
190
+ ],
191
+ "label": "person",
192
+ "occlusion_percentage": 30.49
193
+ },
194
+ {
195
+ "bbox": {
196
+ "xMax": 962,
197
+ "xMin": 948,
198
+ "yMax": 546,
199
+ "yMin": 499
200
+ },
201
+ "color": [
202
+ 163,
203
+ 171,
204
+ 11,
205
+ 255
206
+ ],
207
+ "label": "person",
208
+ "occlusion_percentage": 88.17
209
+ },
210
+ {
211
+ "bbox": {
212
+ "xMax": 1103,
213
+ "xMin": 1091,
214
+ "yMax": 540,
215
+ "yMin": 498
216
+ },
217
+ "color": [
218
+ 235,
219
+ 52,
220
+ 11,
221
+ 255
222
+ ],
223
+ "label": "person",
224
+ "occlusion_percentage": 60.17
225
+ },
226
+ {
227
+ "bbox": {
228
+ "xMax": 303,
229
+ "xMin": 179,
230
+ "yMax": 753,
231
+ "yMin": 388
232
+ },
233
+ "color": [
234
+ 142,
235
+ 48,
236
+ 11,
237
+ 255
238
+ ],
239
+ "label": "person",
240
+ "occlusion_percentage": 0.0
241
+ },
242
+ {
243
+ "bbox": {
244
+ "xMax": 1035,
245
+ "xMin": 970,
246
+ "yMax": 650,
247
+ "yMin": 454
248
+ },
249
+ "color": [
250
+ 21,
251
+ 43,
252
+ 11,
253
+ 255
254
+ ],
255
+ "label": "person",
256
+ "occlusion_percentage": 0.0
257
+ },
258
+ {
259
+ "bbox": {
260
+ "xMax": 733,
261
+ "xMin": 716,
262
+ "yMax": 541,
263
+ "yMin": 502
264
+ },
265
+ "color": [
266
+ 184,
267
+ 138,
268
+ 11,
269
+ 255
270
+ ],
271
+ "label": "person",
272
+ "occlusion_percentage": 1.64
273
+ },
274
+ {
275
+ "bbox": {
276
+ "xMax": 224,
277
+ "xMin": 69,
278
+ "yMax": 577,
279
+ "yMin": 502
280
+ },
281
+ "color": [
282
+ 118,
283
+ 36,
284
+ 13,
285
+ 255
286
+ ],
287
+ "label": "car",
288
+ "occlusion_percentage": 94.91
289
+ },
290
+ {
291
+ "bbox": {
292
+ "xMax": 1150,
293
+ "xMin": 1133,
294
+ "yMax": 543,
295
+ "yMin": 496
296
+ },
297
+ "color": [
298
+ 3,
299
+ 220,
300
+ 11,
301
+ 255
302
+ ],
303
+ "label": "person",
304
+ "occlusion_percentage": 48.97
305
+ },
306
+ {
307
+ "bbox": {
308
+ "xMax": 899,
309
+ "xMin": 890,
310
+ "yMax": 537,
311
+ "yMin": 502
312
+ },
313
+ "color": [
314
+ 119,
315
+ 136,
316
+ 11,
317
+ 255
318
+ ],
319
+ "label": "person",
320
+ "occlusion_percentage": 0.0
321
+ }
322
+ ]
bbox2d/bbox2d_0010.json ADDED
@@ -0,0 +1,114 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "bbox": {
4
+ "xMax": 1145,
5
+ "xMin": 1004,
6
+ "yMax": 585,
7
+ "yMin": 474
8
+ },
9
+ "color": [
10
+ 211,
11
+ 40,
12
+ 13,
13
+ 255
14
+ ],
15
+ "label": "car",
16
+ "occlusion_percentage": 0.13
17
+ },
18
+ {
19
+ "bbox": {
20
+ "xMax": 1274,
21
+ "xMin": 1232,
22
+ "yMax": 531,
23
+ "yMin": 501
24
+ },
25
+ "color": [
26
+ 174,
27
+ 41,
28
+ 13,
29
+ 255
30
+ ],
31
+ "label": "car",
32
+ "occlusion_percentage": 28.21
33
+ },
34
+ {
35
+ "bbox": {
36
+ "xMax": 1935,
37
+ "xMin": 1879,
38
+ "yMax": 585,
39
+ "yMin": 477
40
+ },
41
+ "color": [
42
+ 23,
43
+ 242,
44
+ 11,
45
+ 255
46
+ ],
47
+ "label": "person",
48
+ "occlusion_percentage": 35.33
49
+ },
50
+ {
51
+ "bbox": {
52
+ "xMax": 660,
53
+ "xMin": 572,
54
+ "yMax": 646,
55
+ "yMin": 394
56
+ },
57
+ "color": [
58
+ 185,
59
+ 238,
60
+ 11,
61
+ 255
62
+ ],
63
+ "label": "person",
64
+ "occlusion_percentage": 29.35
65
+ },
66
+ {
67
+ "bbox": {
68
+ "xMax": 944,
69
+ "xMin": 909,
70
+ "yMax": 571,
71
+ "yMin": 466
72
+ },
73
+ "color": [
74
+ 69,
75
+ 67,
76
+ 11,
77
+ 255
78
+ ],
79
+ "label": "person",
80
+ "occlusion_percentage": 0.0
81
+ },
82
+ {
83
+ "bbox": {
84
+ "xMax": 1297,
85
+ "xMin": 1288,
86
+ "yMax": 528,
87
+ "yMin": 500
88
+ },
89
+ "color": [
90
+ 234,
91
+ 14,
92
+ 11,
93
+ 255
94
+ ],
95
+ "label": "person",
96
+ "occlusion_percentage": 71.71
97
+ },
98
+ {
99
+ "bbox": {
100
+ "xMax": 1349,
101
+ "xMin": 1333,
102
+ "yMax": 544,
103
+ "yMin": 489
104
+ },
105
+ "color": [
106
+ 161,
107
+ 226,
108
+ 11,
109
+ 255
110
+ ],
111
+ "label": "person",
112
+ "occlusion_percentage": 0.74
113
+ }
114
+ ]
bbox2d/bbox2d_0011.json ADDED
@@ -0,0 +1,162 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "bbox": {
4
+ "xMax": 1071,
5
+ "xMin": 1026,
6
+ "yMax": 520,
7
+ "yMin": 483
8
+ },
9
+ "color": [
10
+ 211,
11
+ 40,
12
+ 13,
13
+ 255
14
+ ],
15
+ "label": "car",
16
+ "occlusion_percentage": 0.0
17
+ },
18
+ {
19
+ "bbox": {
20
+ "xMax": 939,
21
+ "xMin": 929,
22
+ "yMax": 516,
23
+ "yMin": 489
24
+ },
25
+ "color": [
26
+ 139,
27
+ 159,
28
+ 11,
29
+ 255
30
+ ],
31
+ "label": "person",
32
+ "occlusion_percentage": 43.23
33
+ },
34
+ {
35
+ "bbox": {
36
+ "xMax": 1103,
37
+ "xMin": 1091,
38
+ "yMax": 514,
39
+ "yMin": 480
40
+ },
41
+ "color": [
42
+ 69,
43
+ 67,
44
+ 11,
45
+ 255
46
+ ],
47
+ "label": "person",
48
+ "occlusion_percentage": 16.98
49
+ },
50
+ {
51
+ "bbox": {
52
+ "xMax": 928,
53
+ "xMin": 918,
54
+ "yMax": 517,
55
+ "yMin": 487
56
+ },
57
+ "color": [
58
+ 90,
59
+ 34,
60
+ 11,
61
+ 255
62
+ ],
63
+ "label": "person",
64
+ "occlusion_percentage": 24.62
65
+ },
66
+ {
67
+ "bbox": {
68
+ "xMax": 1439,
69
+ "xMin": 1301,
70
+ "yMax": 665,
71
+ "yMin": 374
72
+ },
73
+ "color": [
74
+ 23,
75
+ 242,
76
+ 11,
77
+ 255
78
+ ],
79
+ "label": "person",
80
+ "occlusion_percentage": 14.35
81
+ },
82
+ {
83
+ "bbox": {
84
+ "xMax": 789,
85
+ "xMin": 775,
86
+ "yMax": 526,
87
+ "yMin": 492
88
+ },
89
+ "color": [
90
+ 99,
91
+ 212,
92
+ 11,
93
+ 255
94
+ ],
95
+ "label": "person",
96
+ "occlusion_percentage": 5.41
97
+ },
98
+ {
99
+ "bbox": {
100
+ "xMax": 1114,
101
+ "xMin": 1103,
102
+ "yMax": 510,
103
+ "yMin": 479
104
+ },
105
+ "color": [
106
+ 185,
107
+ 238,
108
+ 11,
109
+ 255
110
+ ],
111
+ "label": "person",
112
+ "occlusion_percentage": 1.98
113
+ },
114
+ {
115
+ "bbox": {
116
+ "xMax": 963,
117
+ "xMin": 938,
118
+ "yMax": 546,
119
+ "yMin": 467
120
+ },
121
+ "color": [
122
+ 161,
123
+ 226,
124
+ 11,
125
+ 255
126
+ ],
127
+ "label": "person",
128
+ "occlusion_percentage": 0.97
129
+ },
130
+ {
131
+ "bbox": {
132
+ "xMax": 782,
133
+ "xMin": 764,
134
+ "yMax": 538,
135
+ "yMin": 483
136
+ },
137
+ "color": [
138
+ 225,
139
+ 141,
140
+ 11,
141
+ 255
142
+ ],
143
+ "label": "person",
144
+ "occlusion_percentage": 4.7
145
+ },
146
+ {
147
+ "bbox": {
148
+ "xMax": 827,
149
+ "xMin": 818,
150
+ "yMax": 521,
151
+ "yMin": 496
152
+ },
153
+ "color": [
154
+ 206,
155
+ 206,
156
+ 11,
157
+ 255
158
+ ],
159
+ "label": "person",
160
+ "occlusion_percentage": 54.42
161
+ }
162
+ ]
bbox2d/bbox2d_0012.json ADDED
@@ -0,0 +1,498 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "bbox": {
4
+ "xMax": 1918,
5
+ "xMin": 1823,
6
+ "yMax": 609,
7
+ "yMin": 553
8
+ },
9
+ "color": [
10
+ 187,
11
+ 28,
12
+ 17,
13
+ 255
14
+ ],
15
+ "label": "motorcycle",
16
+ "occlusion_percentage": 94.34
17
+ },
18
+ {
19
+ "bbox": {
20
+ "xMax": 885,
21
+ "xMin": 806,
22
+ "yMax": 638,
23
+ "yMin": 453
24
+ },
25
+ "color": [
26
+ 230,
27
+ 218,
28
+ 11,
29
+ 255
30
+ ],
31
+ "label": "person",
32
+ "occlusion_percentage": 0.33
33
+ },
34
+ {
35
+ "bbox": {
36
+ "xMax": 1275,
37
+ "xMin": 1230,
38
+ "yMax": 560,
39
+ "yMin": 527
40
+ },
41
+ "color": [
42
+ 212,
43
+ 140,
44
+ 13,
45
+ 255
46
+ ],
47
+ "label": "car",
48
+ "occlusion_percentage": 76.66
49
+ },
50
+ {
51
+ "bbox": {
52
+ "xMax": 1052,
53
+ "xMin": 1016,
54
+ "yMax": 548,
55
+ "yMin": 520
56
+ },
57
+ "color": [
58
+ 235,
59
+ 52,
60
+ 13,
61
+ 255
62
+ ],
63
+ "label": "car",
64
+ "occlusion_percentage": 64.23
65
+ },
66
+ {
67
+ "bbox": {
68
+ "xMax": 1303,
69
+ "xMin": 1280,
70
+ "yMax": 580,
71
+ "yMin": 516
72
+ },
73
+ "color": [
74
+ 26,
75
+ 132,
76
+ 11,
77
+ 255
78
+ ],
79
+ "label": "person",
80
+ "occlusion_percentage": 80.57
81
+ },
82
+ {
83
+ "bbox": {
84
+ "xMax": 1491,
85
+ "xMin": 1443,
86
+ "yMax": 675,
87
+ "yMin": 471
88
+ },
89
+ "color": [
90
+ 208,
91
+ 151,
92
+ 11,
93
+ 255
94
+ ],
95
+ "label": "person",
96
+ "occlusion_percentage": 33.51
97
+ },
98
+ {
99
+ "bbox": {
100
+ "xMax": 820,
101
+ "xMin": 778,
102
+ "yMax": 551,
103
+ "yMin": 522
104
+ },
105
+ "color": [
106
+ 164,
107
+ 116,
108
+ 17,
109
+ 255
110
+ ],
111
+ "label": "motorcycle",
112
+ "occlusion_percentage": 91.69
113
+ },
114
+ {
115
+ "bbox": {
116
+ "xMax": 1610,
117
+ "xMin": 1564,
118
+ "yMax": 631,
119
+ "yMin": 507
120
+ },
121
+ "color": [
122
+ 142,
123
+ 48,
124
+ 11,
125
+ 255
126
+ ],
127
+ "label": "person",
128
+ "occlusion_percentage": 12.08
129
+ },
130
+ {
131
+ "bbox": {
132
+ "xMax": 988,
133
+ "xMin": 974,
134
+ "yMax": 546,
135
+ "yMin": 513
136
+ },
137
+ "color": [
138
+ 184,
139
+ 138,
140
+ 11,
141
+ 255
142
+ ],
143
+ "label": "person",
144
+ "occlusion_percentage": 18.48
145
+ },
146
+ {
147
+ "bbox": {
148
+ "xMax": 1361,
149
+ "xMin": 1294,
150
+ "yMax": 624,
151
+ "yMin": 481
152
+ },
153
+ "color": [
154
+ 188,
155
+ 128,
156
+ 11,
157
+ 255
158
+ ],
159
+ "label": "person",
160
+ "occlusion_percentage": 0.58
161
+ },
162
+ {
163
+ "bbox": {
164
+ "xMax": 983,
165
+ "xMin": 807,
166
+ "yMax": 576,
167
+ "yMin": 499
168
+ },
169
+ "color": [
170
+ 142,
171
+ 48,
172
+ 13,
173
+ 255
174
+ ],
175
+ "label": "car",
176
+ "occlusion_percentage": 53.61
177
+ },
178
+ {
179
+ "bbox": {
180
+ "xMax": 1332,
181
+ "xMin": 1304,
182
+ "yMax": 601,
183
+ "yMin": 507
184
+ },
185
+ "color": [
186
+ 96,
187
+ 224,
188
+ 11,
189
+ 255
190
+ ],
191
+ "label": "person",
192
+ "occlusion_percentage": 74.64
193
+ },
194
+ {
195
+ "bbox": {
196
+ "xMax": 1366,
197
+ "xMin": 1352,
198
+ "yMax": 566,
199
+ "yMin": 527
200
+ },
201
+ "color": [
202
+ 165,
203
+ 216,
204
+ 11,
205
+ 255
206
+ ],
207
+ "label": "person",
208
+ "occlusion_percentage": 65.92
209
+ },
210
+ {
211
+ "bbox": {
212
+ "xMax": 1271,
213
+ "xMin": 1248,
214
+ "yMax": 563,
215
+ "yMin": 521
216
+ },
217
+ "color": [
218
+ 136,
219
+ 114,
220
+ 11,
221
+ 255
222
+ ],
223
+ "label": "person",
224
+ "occlusion_percentage": 68.28
225
+ },
226
+ {
227
+ "bbox": {
228
+ "xMax": 1207,
229
+ "xMin": 1183,
230
+ "yMax": 574,
231
+ "yMin": 508
232
+ },
233
+ "color": [
234
+ 138,
235
+ 59,
236
+ 11,
237
+ 255
238
+ ],
239
+ "label": "person",
240
+ "occlusion_percentage": 41.56
241
+ },
242
+ {
243
+ "bbox": {
244
+ "xMax": 1282,
245
+ "xMin": 1274,
246
+ "yMax": 556,
247
+ "yMin": 527
248
+ },
249
+ "color": [
250
+ 44,
251
+ 210,
252
+ 11,
253
+ 255
254
+ ],
255
+ "label": "person",
256
+ "occlusion_percentage": 21.34
257
+ },
258
+ {
259
+ "bbox": {
260
+ "xMax": 1919,
261
+ "xMin": 1799,
262
+ "yMax": 603,
263
+ "yMin": 529
264
+ },
265
+ "color": [
266
+ 50,
267
+ 144,
268
+ 13,
269
+ 255
270
+ ],
271
+ "label": "car",
272
+ "occlusion_percentage": 61.14
273
+ },
274
+ {
275
+ "bbox": {
276
+ "xMax": 1573,
277
+ "xMin": 1409,
278
+ "yMax": 580,
279
+ "yMin": 527
280
+ },
281
+ "color": [
282
+ 189,
283
+ 228,
284
+ 13,
285
+ 255
286
+ ],
287
+ "label": "car",
288
+ "occlusion_percentage": 85.47
289
+ },
290
+ {
291
+ "bbox": {
292
+ "xMax": 2040,
293
+ "xMin": 1954,
294
+ "yMax": 724,
295
+ "yMin": 479
296
+ },
297
+ "color": [
298
+ 46,
299
+ 155,
300
+ 11,
301
+ 255
302
+ ],
303
+ "label": "person",
304
+ "occlusion_percentage": 42.08
305
+ },
306
+ {
307
+ "bbox": {
308
+ "xMax": 1236,
309
+ "xMin": 1222,
310
+ "yMax": 562,
311
+ "yMin": 520
312
+ },
313
+ "color": [
314
+ 43,
315
+ 110,
316
+ 11,
317
+ 255
318
+ ],
319
+ "label": "person",
320
+ "occlusion_percentage": 64.03
321
+ },
322
+ {
323
+ "bbox": {
324
+ "xMax": 1068,
325
+ "xMin": 1035,
326
+ "yMax": 601,
327
+ "yMin": 501
328
+ },
329
+ "color": [
330
+ 160,
331
+ 126,
332
+ 11,
333
+ 255
334
+ ],
335
+ "label": "person",
336
+ "occlusion_percentage": 0.5
337
+ },
338
+ {
339
+ "bbox": {
340
+ "xMax": 792,
341
+ "xMin": 716,
342
+ "yMax": 557,
343
+ "yMin": 505
344
+ },
345
+ "color": [
346
+ 118,
347
+ 36,
348
+ 13,
349
+ 255
350
+ ],
351
+ "label": "car",
352
+ "occlusion_percentage": 93.08
353
+ },
354
+ {
355
+ "bbox": {
356
+ "xMax": 1764,
357
+ "xMin": 1745,
358
+ "yMax": 584,
359
+ "yMin": 536
360
+ },
361
+ "color": [
362
+ 186,
363
+ 83,
364
+ 11,
365
+ 255
366
+ ],
367
+ "label": "person",
368
+ "occlusion_percentage": 37.13
369
+ },
370
+ {
371
+ "bbox": {
372
+ "xMax": 1802,
373
+ "xMin": 1722,
374
+ "yMax": 613,
375
+ "yMin": 552
376
+ },
377
+ "color": [
378
+ 48,
379
+ 199,
380
+ 17,
381
+ 255
382
+ ],
383
+ "label": "motorcycle",
384
+ "occlusion_percentage": 19.39
385
+ },
386
+ {
387
+ "bbox": {
388
+ "xMax": 1679,
389
+ "xMin": 1645,
390
+ "yMax": 621,
391
+ "yMin": 525
392
+ },
393
+ "color": [
394
+ 21,
395
+ 43,
396
+ 11,
397
+ 255
398
+ ],
399
+ "label": "person",
400
+ "occlusion_percentage": 5.63
401
+ },
402
+ {
403
+ "bbox": {
404
+ "xMax": 975,
405
+ "xMin": 964,
406
+ "yMax": 551,
407
+ "yMin": 512
408
+ },
409
+ "color": [
410
+ 210,
411
+ 195,
412
+ 11,
413
+ 255
414
+ ],
415
+ "label": "person",
416
+ "occlusion_percentage": 49.82
417
+ },
418
+ {
419
+ "bbox": {
420
+ "xMax": 1497,
421
+ "xMin": 1443,
422
+ "yMax": 641,
423
+ "yMin": 495
424
+ },
425
+ "color": [
426
+ 92,
427
+ 234,
428
+ 11,
429
+ 255
430
+ ],
431
+ "label": "person",
432
+ "occlusion_percentage": 89.09
433
+ },
434
+ {
435
+ "bbox": {
436
+ "xMax": 1087,
437
+ "xMin": 1075,
438
+ "yMax": 554,
439
+ "yMin": 515
440
+ },
441
+ "color": [
442
+ 140,
443
+ 4,
444
+ 11,
445
+ 255
446
+ ],
447
+ "label": "person",
448
+ "occlusion_percentage": 42.91
449
+ },
450
+ {
451
+ "bbox": {
452
+ "xMax": 1138,
453
+ "xMin": 1124,
454
+ "yMax": 563,
455
+ "yMin": 520
456
+ },
457
+ "color": [
458
+ 182,
459
+ 194,
460
+ 11,
461
+ 255
462
+ ],
463
+ "label": "person",
464
+ "occlusion_percentage": 3.26
465
+ },
466
+ {
467
+ "bbox": {
468
+ "xMax": 1373,
469
+ "xMin": 1362,
470
+ "yMax": 565,
471
+ "yMin": 528
472
+ },
473
+ "color": [
474
+ 3,
475
+ 220,
476
+ 11,
477
+ 255
478
+ ],
479
+ "label": "person",
480
+ "occlusion_percentage": 49.83
481
+ },
482
+ {
483
+ "bbox": {
484
+ "xMax": 1887,
485
+ "xMin": 1857,
486
+ "yMax": 612,
487
+ "yMin": 527
488
+ },
489
+ "color": [
490
+ 91,
491
+ 134,
492
+ 11,
493
+ 255
494
+ ],
495
+ "label": "person",
496
+ "occlusion_percentage": 77.35
497
+ }
498
+ ]
bbox2d/bbox2d_0013.json ADDED
@@ -0,0 +1,242 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "bbox": {
4
+ "xMax": 1251,
5
+ "xMin": 1144,
6
+ "yMax": 576,
7
+ "yMin": 496
8
+ },
9
+ "color": [
10
+ 26,
11
+ 132,
12
+ 13,
13
+ 255
14
+ ],
15
+ "label": "car",
16
+ "occlusion_percentage": 0.02
17
+ },
18
+ {
19
+ "bbox": {
20
+ "xMax": 1821,
21
+ "xMin": 1744,
22
+ "yMax": 722,
23
+ "yMin": 439
24
+ },
25
+ "color": [
26
+ 255,
27
+ 75,
28
+ 11,
29
+ 255
30
+ ],
31
+ "label": "person",
32
+ "occlusion_percentage": 1.94
33
+ },
34
+ {
35
+ "bbox": {
36
+ "xMax": 995,
37
+ "xMin": 972,
38
+ "yMax": 560,
39
+ "yMin": 496
40
+ },
41
+ "color": [
42
+ 117,
43
+ 91,
44
+ 11,
45
+ 255
46
+ ],
47
+ "label": "person",
48
+ "occlusion_percentage": 23.16
49
+ },
50
+ {
51
+ "bbox": {
52
+ "xMax": 1310,
53
+ "xMin": 1296,
54
+ "yMax": 548,
55
+ "yMin": 514
56
+ },
57
+ "color": [
58
+ 220,
59
+ 115,
60
+ 11,
61
+ 255
62
+ ],
63
+ "label": "person",
64
+ "occlusion_percentage": 70.0
65
+ },
66
+ {
67
+ "bbox": {
68
+ "xMax": 704,
69
+ "xMin": 672,
70
+ "yMax": 578,
71
+ "yMin": 486
72
+ },
73
+ "color": [
74
+ 209,
75
+ 250,
76
+ 11,
77
+ 255
78
+ ],
79
+ "label": "person",
80
+ "occlusion_percentage": 7.98
81
+ },
82
+ {
83
+ "bbox": {
84
+ "xMax": 1597,
85
+ "xMin": 1564,
86
+ "yMax": 603,
87
+ "yMin": 504
88
+ },
89
+ "color": [
90
+ 116,
91
+ 246,
92
+ 11,
93
+ 255
94
+ ],
95
+ "label": "person",
96
+ "occlusion_percentage": 46.06
97
+ },
98
+ {
99
+ "bbox": {
100
+ "xMax": 1094,
101
+ "xMin": 1079,
102
+ "yMax": 558,
103
+ "yMin": 502
104
+ },
105
+ "color": [
106
+ 47,
107
+ 255,
108
+ 11,
109
+ 255
110
+ ],
111
+ "label": "person",
112
+ "occlusion_percentage": 64.98
113
+ },
114
+ {
115
+ "bbox": {
116
+ "xMax": 1257,
117
+ "xMin": 1249,
118
+ "yMax": 548,
119
+ "yMin": 513
120
+ },
121
+ "color": [
122
+ 249,
123
+ 126,
124
+ 11,
125
+ 255
126
+ ],
127
+ "label": "person",
128
+ "occlusion_percentage": 8.85
129
+ },
130
+ {
131
+ "bbox": {
132
+ "xMax": 1111,
133
+ "xMin": 1101,
134
+ "yMax": 543,
135
+ "yMin": 513
136
+ },
137
+ "color": [
138
+ 93,
139
+ 79,
140
+ 11,
141
+ 255
142
+ ],
143
+ "label": "person",
144
+ "occlusion_percentage": 36.57
145
+ },
146
+ {
147
+ "bbox": {
148
+ "xMax": 981,
149
+ "xMin": 945,
150
+ "yMax": 576,
151
+ "yMin": 480
152
+ },
153
+ "color": [
154
+ 24,
155
+ 87,
156
+ 11,
157
+ 255
158
+ ],
159
+ "label": "person",
160
+ "occlusion_percentage": 17.86
161
+ },
162
+ {
163
+ "bbox": {
164
+ "xMax": 1484,
165
+ "xMin": 1428,
166
+ "yMax": 624,
167
+ "yMin": 467
168
+ },
169
+ "color": [
170
+ 183,
171
+ 38,
172
+ 11,
173
+ 255
174
+ ],
175
+ "label": "person",
176
+ "occlusion_percentage": 0.19
177
+ },
178
+ {
179
+ "bbox": {
180
+ "xMax": 494,
181
+ "xMin": 396,
182
+ "yMax": 731,
183
+ "yMin": 397
184
+ },
185
+ "color": [
186
+ 254,
187
+ 230,
188
+ 11,
189
+ 255
190
+ ],
191
+ "label": "person",
192
+ "occlusion_percentage": 0.04
193
+ },
194
+ {
195
+ "bbox": {
196
+ "xMax": 1062,
197
+ "xMin": 1042,
198
+ "yMax": 566,
199
+ "yMin": 498
200
+ },
201
+ "color": [
202
+ 70,
203
+ 12,
204
+ 11,
205
+ 255
206
+ ],
207
+ "label": "person",
208
+ "occlusion_percentage": 14.77
209
+ },
210
+ {
211
+ "bbox": {
212
+ "xMax": 1252,
213
+ "xMin": 1243,
214
+ "yMax": 544,
215
+ "yMin": 516
216
+ },
217
+ "color": [
218
+ 173,
219
+ 172,
220
+ 11,
221
+ 255
222
+ ],
223
+ "label": "person",
224
+ "occlusion_percentage": 41.25
225
+ },
226
+ {
227
+ "bbox": {
228
+ "xMax": 1048,
229
+ "xMin": 1027,
230
+ "yMax": 561,
231
+ "yMin": 499
232
+ },
233
+ "color": [
234
+ 115,
235
+ 146,
236
+ 11,
237
+ 255
238
+ ],
239
+ "label": "person",
240
+ "occlusion_percentage": 60.3
241
+ }
242
+ ]
bbox2d/bbox2d_0014.json ADDED
@@ -0,0 +1,450 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "bbox": {
4
+ "xMax": 890,
5
+ "xMin": 730,
6
+ "yMax": 548,
7
+ "yMin": 486
8
+ },
9
+ "color": [
10
+ 142,
11
+ 48,
12
+ 13,
13
+ 255
14
+ ],
15
+ "label": "car",
16
+ "occlusion_percentage": 95.1
17
+ },
18
+ {
19
+ "bbox": {
20
+ "xMax": 1376,
21
+ "xMin": 1210,
22
+ "yMax": 684,
23
+ "yMin": 500
24
+ },
25
+ "color": [
26
+ 49,
27
+ 44,
28
+ 18,
29
+ 255
30
+ ],
31
+ "label": "bicycle",
32
+ "occlusion_percentage": 11.08
33
+ },
34
+ {
35
+ "bbox": {
36
+ "xMax": 1370,
37
+ "xMin": 1222,
38
+ "yMax": 629,
39
+ "yMin": 398
40
+ },
41
+ "color": [
42
+ 49,
43
+ 44,
44
+ 12,
45
+ 255
46
+ ],
47
+ "label": "rider",
48
+ "occlusion_percentage": 15.29
49
+ },
50
+ {
51
+ "bbox": {
52
+ "xMax": 1922,
53
+ "xMin": 1837,
54
+ "yMax": 693,
55
+ "yMin": 384
56
+ },
57
+ "color": [
58
+ 50,
59
+ 144,
60
+ 11,
61
+ 255
62
+ ],
63
+ "label": "person",
64
+ "occlusion_percentage": 5.33
65
+ },
66
+ {
67
+ "bbox": {
68
+ "xMax": 1844,
69
+ "xMin": 1804,
70
+ "yMax": 539,
71
+ "yMin": 466
72
+ },
73
+ "color": [
74
+ 182,
75
+ 194,
76
+ 11,
77
+ 255
78
+ ],
79
+ "label": "person",
80
+ "occlusion_percentage": 83.48
81
+ },
82
+ {
83
+ "bbox": {
84
+ "xMax": 966,
85
+ "xMin": 940,
86
+ "yMax": 547,
87
+ "yMin": 473
88
+ },
89
+ "color": [
90
+ 138,
91
+ 59,
92
+ 11,
93
+ 255
94
+ ],
95
+ "label": "person",
96
+ "occlusion_percentage": 48.07
97
+ },
98
+ {
99
+ "bbox": {
100
+ "xMax": 1405,
101
+ "xMin": 1392,
102
+ "yMax": 517,
103
+ "yMin": 478
104
+ },
105
+ "color": [
106
+ 164,
107
+ 116,
108
+ 11,
109
+ 255
110
+ ],
111
+ "label": "person",
112
+ "occlusion_percentage": 58.72
113
+ },
114
+ {
115
+ "bbox": {
116
+ "xMax": 1721,
117
+ "xMin": 1688,
118
+ "yMax": 529,
119
+ "yMin": 488
120
+ },
121
+ "color": [
122
+ 141,
123
+ 203,
124
+ 17,
125
+ 255
126
+ ],
127
+ "label": "motorcycle",
128
+ "occlusion_percentage": 83.84
129
+ },
130
+ {
131
+ "bbox": {
132
+ "xMax": 1763,
133
+ "xMin": 1731,
134
+ "yMax": 529,
135
+ "yMin": 490
136
+ },
137
+ "color": [
138
+ 25,
139
+ 32,
140
+ 17,
141
+ 255
142
+ ],
143
+ "label": "motorcycle",
144
+ "occlusion_percentage": 82.63
145
+ },
146
+ {
147
+ "bbox": {
148
+ "xMax": 1346,
149
+ "xMin": 1331,
150
+ "yMax": 525,
151
+ "yMin": 479
152
+ },
153
+ "color": [
154
+ 252,
155
+ 30,
156
+ 11,
157
+ 255
158
+ ],
159
+ "label": "person",
160
+ "occlusion_percentage": 57.64
161
+ },
162
+ {
163
+ "bbox": {
164
+ "xMax": 1162,
165
+ "xMin": 1129,
166
+ "yMax": 519,
167
+ "yMin": 493
168
+ },
169
+ "color": [
170
+ 234,
171
+ 208,
172
+ 13,
173
+ 255
174
+ ],
175
+ "label": "car",
176
+ "occlusion_percentage": 26.78
177
+ },
178
+ {
179
+ "bbox": {
180
+ "xMax": 862,
181
+ "xMin": 495,
182
+ "yMax": 588,
183
+ "yMin": 452
184
+ },
185
+ "color": [
186
+ 50,
187
+ 144,
188
+ 13,
189
+ 255
190
+ ],
191
+ "label": "car",
192
+ "occlusion_percentage": 28.49
193
+ },
194
+ {
195
+ "bbox": {
196
+ "xMax": 2041,
197
+ "xMin": 1789,
198
+ "yMax": 563,
199
+ "yMin": 442
200
+ },
201
+ "color": [
202
+ 189,
203
+ 228,
204
+ 13,
205
+ 255
206
+ ],
207
+ "label": "car",
208
+ "occlusion_percentage": 74.57
209
+ },
210
+ {
211
+ "bbox": {
212
+ "xMax": 1685,
213
+ "xMin": 1652,
214
+ "yMax": 529,
215
+ "yMin": 490
216
+ },
217
+ "color": [
218
+ 2,
219
+ 120,
220
+ 17,
221
+ 255
222
+ ],
223
+ "label": "motorcycle",
224
+ "occlusion_percentage": 85.0
225
+ },
226
+ {
227
+ "bbox": {
228
+ "xMax": 1350,
229
+ "xMin": 1342,
230
+ "yMax": 516,
231
+ "yMin": 489
232
+ },
233
+ "color": [
234
+ 113,
235
+ 202,
236
+ 11,
237
+ 255
238
+ ],
239
+ "label": "person",
240
+ "occlusion_percentage": 60.43
241
+ },
242
+ {
243
+ "bbox": {
244
+ "xMax": 917,
245
+ "xMin": 895,
246
+ "yMax": 552,
247
+ "yMin": 477
248
+ },
249
+ "color": [
250
+ 26,
251
+ 132,
252
+ 11,
253
+ 255
254
+ ],
255
+ "label": "person",
256
+ "occlusion_percentage": 45.42
257
+ },
258
+ {
259
+ "bbox": {
260
+ "xMax": 1291,
261
+ "xMin": 1176,
262
+ "yMax": 536,
263
+ "yMin": 481
264
+ },
265
+ "color": [
266
+ 118,
267
+ 36,
268
+ 13,
269
+ 255
270
+ ],
271
+ "label": "car",
272
+ "occlusion_percentage": 57.55
273
+ },
274
+ {
275
+ "bbox": {
276
+ "xMax": 748,
277
+ "xMin": 707,
278
+ "yMax": 598,
279
+ "yMin": 451
280
+ },
281
+ "color": [
282
+ 67,
283
+ 122,
284
+ 11,
285
+ 255
286
+ ],
287
+ "label": "person",
288
+ "occlusion_percentage": 34.57
289
+ },
290
+ {
291
+ "bbox": {
292
+ "xMax": 1556,
293
+ "xMin": 1541,
294
+ "yMax": 524,
295
+ "yMin": 474
296
+ },
297
+ "color": [
298
+ 71,
299
+ 112,
300
+ 11,
301
+ 255
302
+ ],
303
+ "label": "person",
304
+ "occlusion_percentage": 85.78
305
+ },
306
+ {
307
+ "bbox": {
308
+ "xMax": 1260,
309
+ "xMin": 1217,
310
+ "yMax": 516,
311
+ "yMin": 465
312
+ },
313
+ "color": [
314
+ 210,
315
+ 195,
316
+ 16,
317
+ 255
318
+ ],
319
+ "label": "train",
320
+ "occlusion_percentage": 76.7
321
+ },
322
+ {
323
+ "bbox": {
324
+ "xMax": 1428,
325
+ "xMin": 1413,
326
+ "yMax": 518,
327
+ "yMin": 483
328
+ },
329
+ "color": [
330
+ 72,
331
+ 212,
332
+ 11,
333
+ 255
334
+ ],
335
+ "label": "person",
336
+ "occlusion_percentage": 59.36
337
+ },
338
+ {
339
+ "bbox": {
340
+ "xMax": 1323,
341
+ "xMin": 1301,
342
+ "yMax": 525,
343
+ "yMin": 477
344
+ },
345
+ "color": [
346
+ 159,
347
+ 26,
348
+ 11,
349
+ 255
350
+ ],
351
+ "label": "person",
352
+ "occlusion_percentage": 81.13
353
+ },
354
+ {
355
+ "bbox": {
356
+ "xMax": 815,
357
+ "xMin": 777,
358
+ "yMax": 599,
359
+ "yMin": 454
360
+ },
361
+ "color": [
362
+ 162,
363
+ 71,
364
+ 11,
365
+ 255
366
+ ],
367
+ "label": "person",
368
+ "occlusion_percentage": 0.54
369
+ },
370
+ {
371
+ "bbox": {
372
+ "xMax": 483,
373
+ "xMin": 350,
374
+ "yMax": 589,
375
+ "yMin": 509
376
+ },
377
+ "color": [
378
+ 71,
379
+ 112,
380
+ 17,
381
+ 255
382
+ ],
383
+ "label": "motorcycle",
384
+ "occlusion_percentage": 99.35
385
+ },
386
+ {
387
+ "bbox": {
388
+ "xMax": 1192,
389
+ "xMin": 1163,
390
+ "yMax": 526,
391
+ "yMin": 479
392
+ },
393
+ "color": [
394
+ 20,
395
+ 198,
396
+ 11,
397
+ 255
398
+ ],
399
+ "label": "person",
400
+ "occlusion_percentage": 20.81
401
+ },
402
+ {
403
+ "bbox": {
404
+ "xMax": 1390,
405
+ "xMin": 1381,
406
+ "yMax": 518,
407
+ "yMin": 482
408
+ },
409
+ "color": [
410
+ 48,
411
+ 199,
412
+ 11,
413
+ 255
414
+ ],
415
+ "label": "person",
416
+ "occlusion_percentage": 78.51
417
+ },
418
+ {
419
+ "bbox": {
420
+ "xMax": 1060,
421
+ "xMin": 1051,
422
+ "yMax": 525,
423
+ "yMin": 487
424
+ },
425
+ "color": [
426
+ 49,
427
+ 44,
428
+ 11,
429
+ 255
430
+ ],
431
+ "label": "person",
432
+ "occlusion_percentage": 39.34
433
+ },
434
+ {
435
+ "bbox": {
436
+ "xMax": 1342,
437
+ "xMin": 1273,
438
+ "yMax": 524,
439
+ "yMin": 482
440
+ },
441
+ "color": [
442
+ 95,
443
+ 124,
444
+ 13,
445
+ 255
446
+ ],
447
+ "label": "car",
448
+ "occlusion_percentage": 83.68
449
+ }
450
+ ]
bbox2d/bbox2d_0015.json ADDED
@@ -0,0 +1,306 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "bbox": {
4
+ "xMax": 1231,
5
+ "xMin": 1198,
6
+ "yMax": 557,
7
+ "yMin": 469
8
+ },
9
+ "color": [
10
+ 1,
11
+ 175,
12
+ 11,
13
+ 255
14
+ ],
15
+ "label": "person",
16
+ "occlusion_percentage": 11.55
17
+ },
18
+ {
19
+ "bbox": {
20
+ "xMax": 1419,
21
+ "xMin": 1381,
22
+ "yMax": 564,
23
+ "yMin": 467
24
+ },
25
+ "color": [
26
+ 209,
27
+ 95,
28
+ 11,
29
+ 255
30
+ ],
31
+ "label": "person",
32
+ "occlusion_percentage": 0.75
33
+ },
34
+ {
35
+ "bbox": {
36
+ "xMax": 924,
37
+ "xMin": 912,
38
+ "yMax": 529,
39
+ "yMin": 493
40
+ },
41
+ "color": [
42
+ 138,
43
+ 59,
44
+ 11,
45
+ 255
46
+ ],
47
+ "label": "person",
48
+ "occlusion_percentage": 47.86
49
+ },
50
+ {
51
+ "bbox": {
52
+ "xMax": 1242,
53
+ "xMin": 1235,
54
+ "yMax": 520,
55
+ "yMin": 493
56
+ },
57
+ "color": [
58
+ 71,
59
+ 112,
60
+ 11,
61
+ 255
62
+ ],
63
+ "label": "person",
64
+ "occlusion_percentage": 53.19
65
+ },
66
+ {
67
+ "bbox": {
68
+ "xMax": 1289,
69
+ "xMin": 1254,
70
+ "yMax": 568,
71
+ "yMin": 471
72
+ },
73
+ "color": [
74
+ 254,
75
+ 230,
76
+ 11,
77
+ 255
78
+ ],
79
+ "label": "person",
80
+ "occlusion_percentage": 13.2
81
+ },
82
+ {
83
+ "bbox": {
84
+ "xMax": 801,
85
+ "xMin": 743,
86
+ "yMax": 616,
87
+ "yMin": 446
88
+ },
89
+ "color": [
90
+ 183,
91
+ 38,
92
+ 11,
93
+ 255
94
+ ],
95
+ "label": "person",
96
+ "occlusion_percentage": 33.45
97
+ },
98
+ {
99
+ "bbox": {
100
+ "xMax": 916,
101
+ "xMin": 771,
102
+ "yMax": 537,
103
+ "yMin": 489
104
+ },
105
+ "color": [
106
+ 50,
107
+ 144,
108
+ 13,
109
+ 255
110
+ ],
111
+ "label": "car",
112
+ "occlusion_percentage": 65.53
113
+ },
114
+ {
115
+ "bbox": {
116
+ "xMax": 1367,
117
+ "xMin": 1259,
118
+ "yMax": 531,
119
+ "yMin": 485
120
+ },
121
+ "color": [
122
+ 189,
123
+ 228,
124
+ 13,
125
+ 255
126
+ ],
127
+ "label": "car",
128
+ "occlusion_percentage": 51.77
129
+ },
130
+ {
131
+ "bbox": {
132
+ "xMax": 1300,
133
+ "xMin": 1286,
134
+ "yMax": 536,
135
+ "yMin": 486
136
+ },
137
+ "color": [
138
+ 73,
139
+ 56,
140
+ 11,
141
+ 255
142
+ ],
143
+ "label": "person",
144
+ "occlusion_percentage": 49.34
145
+ },
146
+ {
147
+ "bbox": {
148
+ "xMax": 1091,
149
+ "xMin": 1028,
150
+ "yMax": 526,
151
+ "yMin": 498
152
+ },
153
+ "color": [
154
+ 118,
155
+ 36,
156
+ 13,
157
+ 255
158
+ ],
159
+ "label": "car",
160
+ "occlusion_percentage": 82.26
161
+ },
162
+ {
163
+ "bbox": {
164
+ "xMax": 1086,
165
+ "xMin": 997,
166
+ "yMax": 559,
167
+ "yMin": 487
168
+ },
169
+ "color": [
170
+ 165,
171
+ 216,
172
+ 13,
173
+ 255
174
+ ],
175
+ "label": "car",
176
+ "occlusion_percentage": 0.24
177
+ },
178
+ {
179
+ "bbox": {
180
+ "xMax": 1453,
181
+ "xMin": 1434,
182
+ "yMax": 550,
183
+ "yMin": 479
184
+ },
185
+ "color": [
186
+ 70,
187
+ 167,
188
+ 11,
189
+ 255
190
+ ],
191
+ "label": "person",
192
+ "occlusion_percentage": 0.0
193
+ },
194
+ {
195
+ "bbox": {
196
+ "xMax": 1181,
197
+ "xMin": 1166,
198
+ "yMax": 544,
199
+ "yMin": 485
200
+ },
201
+ "color": [
202
+ 212,
203
+ 140,
204
+ 11,
205
+ 255
206
+ ],
207
+ "label": "person",
208
+ "occlusion_percentage": 0.56
209
+ },
210
+ {
211
+ "bbox": {
212
+ "xMax": 1113,
213
+ "xMin": 1101,
214
+ "yMax": 521,
215
+ "yMin": 493
216
+ },
217
+ "color": [
218
+ 159,
219
+ 26,
220
+ 11,
221
+ 255
222
+ ],
223
+ "label": "person",
224
+ "occlusion_percentage": 44.37
225
+ },
226
+ {
227
+ "bbox": {
228
+ "xMax": 846,
229
+ "xMin": 815,
230
+ "yMax": 580,
231
+ "yMin": 474
232
+ },
233
+ "color": [
234
+ 255,
235
+ 75,
236
+ 11,
237
+ 255
238
+ ],
239
+ "label": "person",
240
+ "occlusion_percentage": 0.15
241
+ },
242
+ {
243
+ "bbox": {
244
+ "xMax": 891,
245
+ "xMin": 878,
246
+ "yMax": 538,
247
+ "yMin": 491
248
+ },
249
+ "color": [
250
+ 67,
251
+ 122,
252
+ 11,
253
+ 255
254
+ ],
255
+ "label": "person",
256
+ "occlusion_percentage": 10.53
257
+ },
258
+ {
259
+ "bbox": {
260
+ "xMax": 1210,
261
+ "xMin": 1194,
262
+ "yMax": 548,
263
+ "yMin": 483
264
+ },
265
+ "color": [
266
+ 189,
267
+ 228,
268
+ 11,
269
+ 255
270
+ ],
271
+ "label": "person",
272
+ "occlusion_percentage": 18.55
273
+ },
274
+ {
275
+ "bbox": {
276
+ "xMax": 914,
277
+ "xMin": 902,
278
+ "yMax": 538,
279
+ "yMin": 492
280
+ },
281
+ "color": [
282
+ 162,
283
+ 71,
284
+ 11,
285
+ 255
286
+ ],
287
+ "label": "person",
288
+ "occlusion_percentage": 38.7
289
+ },
290
+ {
291
+ "bbox": {
292
+ "xMax": 1160,
293
+ "xMin": 1146,
294
+ "yMax": 540,
295
+ "yMin": 487
296
+ },
297
+ "color": [
298
+ 50,
299
+ 144,
300
+ 11,
301
+ 255
302
+ ],
303
+ "label": "person",
304
+ "occlusion_percentage": 8.37
305
+ }
306
+ ]
bbox2d/bbox2d_0016.json ADDED
@@ -0,0 +1,210 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "bbox": {
4
+ "xMax": 1104,
5
+ "xMin": 1092,
6
+ "yMax": 542,
7
+ "yMin": 509
8
+ },
9
+ "color": [
10
+ 1,
11
+ 175,
12
+ 11,
13
+ 255
14
+ ],
15
+ "label": "person",
16
+ "occlusion_percentage": 44.83
17
+ },
18
+ {
19
+ "bbox": {
20
+ "xMax": 1275,
21
+ "xMin": 1263,
22
+ "yMax": 555,
23
+ "yMin": 512
24
+ },
25
+ "color": [
26
+ 209,
27
+ 250,
28
+ 11,
29
+ 255
30
+ ],
31
+ "label": "person",
32
+ "occlusion_percentage": 71.08
33
+ },
34
+ {
35
+ "bbox": {
36
+ "xMax": 1067,
37
+ "xMin": 989,
38
+ "yMax": 558,
39
+ "yMin": 501
40
+ },
41
+ "color": [
42
+ 26,
43
+ 132,
44
+ 13,
45
+ 255
46
+ ],
47
+ "label": "car",
48
+ "occlusion_percentage": 0.23
49
+ },
50
+ {
51
+ "bbox": {
52
+ "xMax": 1259,
53
+ "xMin": 1233,
54
+ "yMax": 566,
55
+ "yMin": 500
56
+ },
57
+ "color": [
58
+ 117,
59
+ 91,
60
+ 11,
61
+ 255
62
+ ],
63
+ "label": "person",
64
+ "occlusion_percentage": 1.3
65
+ },
66
+ {
67
+ "bbox": {
68
+ "xMax": 1144,
69
+ "xMin": 1127,
70
+ "yMax": 556,
71
+ "yMin": 505
72
+ },
73
+ "color": [
74
+ 70,
75
+ 12,
76
+ 11,
77
+ 255
78
+ ],
79
+ "label": "person",
80
+ "occlusion_percentage": 21.18
81
+ },
82
+ {
83
+ "bbox": {
84
+ "xMax": 520,
85
+ "xMin": 437,
86
+ "yMax": 711,
87
+ "yMin": 414
88
+ },
89
+ "color": [
90
+ 47,
91
+ 255,
92
+ 11,
93
+ 255
94
+ ],
95
+ "label": "person",
96
+ "occlusion_percentage": 11.3
97
+ },
98
+ {
99
+ "bbox": {
100
+ "xMax": 1165,
101
+ "xMin": 1149,
102
+ "yMax": 568,
103
+ "yMin": 499
104
+ },
105
+ "color": [
106
+ 111,
107
+ 31,
108
+ 11,
109
+ 255
110
+ ],
111
+ "label": "person",
112
+ "occlusion_percentage": 3.17
113
+ },
114
+ {
115
+ "bbox": {
116
+ "xMax": 1185,
117
+ "xMin": 1165,
118
+ "yMax": 561,
119
+ "yMin": 502
120
+ },
121
+ "color": [
122
+ 115,
123
+ 146,
124
+ 11,
125
+ 255
126
+ ],
127
+ "label": "person",
128
+ "occlusion_percentage": 44.48
129
+ },
130
+ {
131
+ "bbox": {
132
+ "xMax": 942,
133
+ "xMin": 930,
134
+ "yMax": 550,
135
+ "yMin": 504
136
+ },
137
+ "color": [
138
+ 232,
139
+ 163,
140
+ 11,
141
+ 255
142
+ ],
143
+ "label": "person",
144
+ "occlusion_percentage": 15.17
145
+ },
146
+ {
147
+ "bbox": {
148
+ "xMax": 1161,
149
+ "xMin": 1141,
150
+ "yMax": 552,
151
+ "yMin": 503
152
+ },
153
+ "color": [
154
+ 24,
155
+ 87,
156
+ 11,
157
+ 255
158
+ ],
159
+ "label": "person",
160
+ "occlusion_percentage": 62.96
161
+ },
162
+ {
163
+ "bbox": {
164
+ "xMax": 975,
165
+ "xMin": 963,
166
+ "yMax": 543,
167
+ "yMin": 505
168
+ },
169
+ "color": [
170
+ 183,
171
+ 38,
172
+ 11,
173
+ 255
174
+ ],
175
+ "label": "person",
176
+ "occlusion_percentage": 72.87
177
+ },
178
+ {
179
+ "bbox": {
180
+ "xMax": 886,
181
+ "xMin": 867,
182
+ "yMax": 558,
183
+ "yMin": 500
184
+ },
185
+ "color": [
186
+ 93,
187
+ 79,
188
+ 11,
189
+ 255
190
+ ],
191
+ "label": "person",
192
+ "occlusion_percentage": 0.0
193
+ },
194
+ {
195
+ "bbox": {
196
+ "xMax": 1197,
197
+ "xMin": 1190,
198
+ "yMax": 543,
199
+ "yMin": 516
200
+ },
201
+ "color": [
202
+ 70,
203
+ 167,
204
+ 11,
205
+ 255
206
+ ],
207
+ "label": "person",
208
+ "occlusion_percentage": 51.03
209
+ }
210
+ ]
bbox2d/bbox2d_0017.json ADDED
@@ -0,0 +1,146 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "bbox": {
4
+ "xMax": 1433,
5
+ "xMin": 1363,
6
+ "yMax": 741,
7
+ "yMin": 468
8
+ },
9
+ "color": [
10
+ 96,
11
+ 224,
12
+ 11,
13
+ 255
14
+ ],
15
+ "label": "person",
16
+ "occlusion_percentage": 18.69
17
+ },
18
+ {
19
+ "bbox": {
20
+ "xMax": 69,
21
+ "xMin": 0,
22
+ "yMax": 579,
23
+ "yMin": 448
24
+ },
25
+ "color": [
26
+ 48,
27
+ 199,
28
+ 17,
29
+ 255
30
+ ],
31
+ "label": "motorcycle",
32
+ "occlusion_percentage": 0.41
33
+ },
34
+ {
35
+ "bbox": {
36
+ "xMax": 1660,
37
+ "xMin": 1598,
38
+ "yMax": 687,
39
+ "yMin": 521
40
+ },
41
+ "color": [
42
+ 142,
43
+ 48,
44
+ 11,
45
+ 255
46
+ ],
47
+ "label": "person",
48
+ "occlusion_percentage": 16.47
49
+ },
50
+ {
51
+ "bbox": {
52
+ "xMax": 2047,
53
+ "xMin": 2023,
54
+ "yMax": 739,
55
+ "yMin": 568
56
+ },
57
+ "color": [
58
+ 188,
59
+ 128,
60
+ 11,
61
+ 255
62
+ ],
63
+ "label": "person",
64
+ "occlusion_percentage": 0.27
65
+ },
66
+ {
67
+ "bbox": {
68
+ "xMax": 2047,
69
+ "xMin": 2006,
70
+ "yMax": 717,
71
+ "yMin": 556
72
+ },
73
+ "color": [
74
+ 92,
75
+ 234,
76
+ 11,
77
+ 255
78
+ ],
79
+ "label": "person",
80
+ "occlusion_percentage": 26.03
81
+ },
82
+ {
83
+ "bbox": {
84
+ "xMax": 910,
85
+ "xMin": 841,
86
+ "yMax": 652,
87
+ "yMin": 460
88
+ },
89
+ "color": [
90
+ 21,
91
+ 43,
92
+ 11,
93
+ 255
94
+ ],
95
+ "label": "person",
96
+ "occlusion_percentage": 6.05
97
+ },
98
+ {
99
+ "bbox": {
100
+ "xMax": 1904,
101
+ "xMin": 1879,
102
+ "yMax": 646,
103
+ "yMin": 567
104
+ },
105
+ "color": [
106
+ 185,
107
+ 238,
108
+ 11,
109
+ 255
110
+ ],
111
+ "label": "person",
112
+ "occlusion_percentage": 40.79
113
+ },
114
+ {
115
+ "bbox": {
116
+ "xMax": 1826,
117
+ "xMin": 1628,
118
+ "yMax": 669,
119
+ "yMin": 562
120
+ },
121
+ "color": [
122
+ 72,
123
+ 212,
124
+ 13,
125
+ 255
126
+ ],
127
+ "label": "car",
128
+ "occlusion_percentage": 38.47
129
+ },
130
+ {
131
+ "bbox": {
132
+ "xMax": 24,
133
+ "xMin": 0,
134
+ "yMax": 558,
135
+ "yMin": 371
136
+ },
137
+ "color": [
138
+ 91,
139
+ 134,
140
+ 11,
141
+ 255
142
+ ],
143
+ "label": "person",
144
+ "occlusion_percentage": 43.49
145
+ }
146
+ ]
bbox2d/bbox2d_0018.json ADDED
@@ -0,0 +1,226 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "bbox": {
4
+ "xMax": 273,
5
+ "xMin": 252,
6
+ "yMax": 599,
7
+ "yMin": 542
8
+ },
9
+ "color": [
10
+ 253,
11
+ 130,
12
+ 11,
13
+ 255
14
+ ],
15
+ "label": "person",
16
+ "occlusion_percentage": 10.38
17
+ },
18
+ {
19
+ "bbox": {
20
+ "xMax": 418,
21
+ "xMin": 393,
22
+ "yMax": 592,
23
+ "yMin": 527
24
+ },
25
+ "color": [
26
+ 137,
27
+ 214,
28
+ 11,
29
+ 255
30
+ ],
31
+ "label": "person",
32
+ "occlusion_percentage": 9.35
33
+ },
34
+ {
35
+ "bbox": {
36
+ "xMax": 18,
37
+ "xMin": 0,
38
+ "yMax": 613,
39
+ "yMin": 572
40
+ },
41
+ "color": [
42
+ 73,
43
+ 56,
44
+ 13,
45
+ 255
46
+ ],
47
+ "label": "car",
48
+ "occlusion_percentage": 72.85
49
+ },
50
+ {
51
+ "bbox": {
52
+ "xMax": 1857,
53
+ "xMin": 1793,
54
+ "yMax": 522,
55
+ "yMin": 384
56
+ },
57
+ "color": [
58
+ 71,
59
+ 112,
60
+ 11,
61
+ 255
62
+ ],
63
+ "label": "person",
64
+ "occlusion_percentage": 77.65
65
+ },
66
+ {
67
+ "bbox": {
68
+ "xMax": 239,
69
+ "xMin": 3,
70
+ "yMax": 616,
71
+ "yMin": 494
72
+ },
73
+ "color": [
74
+ 210,
75
+ 195,
76
+ 16,
77
+ 255
78
+ ],
79
+ "label": "train",
80
+ "occlusion_percentage": 25.32
81
+ },
82
+ {
83
+ "bbox": {
84
+ "xMax": 2047,
85
+ "xMin": 1715,
86
+ "yMax": 651,
87
+ "yMin": 348
88
+ },
89
+ "color": [
90
+ 118,
91
+ 36,
92
+ 13,
93
+ 255
94
+ ],
95
+ "label": "car",
96
+ "occlusion_percentage": 0.03
97
+ },
98
+ {
99
+ "bbox": {
100
+ "xMax": 782,
101
+ "xMin": 738,
102
+ "yMax": 574,
103
+ "yMin": 483
104
+ },
105
+ "color": [
106
+ 164,
107
+ 116,
108
+ 11,
109
+ 255
110
+ ],
111
+ "label": "person",
112
+ "occlusion_percentage": 75.57
113
+ },
114
+ {
115
+ "bbox": {
116
+ "xMax": 1187,
117
+ "xMin": 1111,
118
+ "yMax": 585,
119
+ "yMin": 424
120
+ },
121
+ "color": [
122
+ 159,
123
+ 26,
124
+ 11,
125
+ 255
126
+ ],
127
+ "label": "person",
128
+ "occlusion_percentage": 0.31
129
+ },
130
+ {
131
+ "bbox": {
132
+ "xMax": 550,
133
+ "xMin": 529,
134
+ "yMax": 586,
135
+ "yMin": 524
136
+ },
137
+ "color": [
138
+ 113,
139
+ 202,
140
+ 11,
141
+ 255
142
+ ],
143
+ "label": "person",
144
+ "occlusion_percentage": 0.0
145
+ },
146
+ {
147
+ "bbox": {
148
+ "xMax": 1120,
149
+ "xMin": 1073,
150
+ "yMax": 584,
151
+ "yMin": 442
152
+ },
153
+ "color": [
154
+ 252,
155
+ 30,
156
+ 11,
157
+ 255
158
+ ],
159
+ "label": "person",
160
+ "occlusion_percentage": 0.0
161
+ },
162
+ {
163
+ "bbox": {
164
+ "xMax": 861,
165
+ "xMin": 763,
166
+ "yMax": 634,
167
+ "yMin": 434
168
+ },
169
+ "color": [
170
+ 20,
171
+ 198,
172
+ 11,
173
+ 255
174
+ ],
175
+ "label": "person",
176
+ "occlusion_percentage": 0.13
177
+ },
178
+ {
179
+ "bbox": {
180
+ "xMax": 746,
181
+ "xMin": 722,
182
+ "yMax": 577,
183
+ "yMin": 492
184
+ },
185
+ "color": [
186
+ 48,
187
+ 199,
188
+ 11,
189
+ 255
190
+ ],
191
+ "label": "person",
192
+ "occlusion_percentage": 65.17
193
+ },
194
+ {
195
+ "bbox": {
196
+ "xMax": 990,
197
+ "xMin": 699,
198
+ "yMax": 599,
199
+ "yMin": 468
200
+ },
201
+ "color": [
202
+ 95,
203
+ 124,
204
+ 13,
205
+ 255
206
+ ],
207
+ "label": "car",
208
+ "occlusion_percentage": 15.34
209
+ },
210
+ {
211
+ "bbox": {
212
+ "xMax": 94,
213
+ "xMin": 40,
214
+ "yMax": 661,
215
+ "yMin": 523
216
+ },
217
+ "color": [
218
+ 2,
219
+ 120,
220
+ 11,
221
+ 255
222
+ ],
223
+ "label": "person",
224
+ "occlusion_percentage": 0.0
225
+ }
226
+ ]
bbox2d/bbox2d_0019.json ADDED
@@ -0,0 +1,274 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "bbox": {
4
+ "xMax": 835,
5
+ "xMin": 817,
6
+ "yMax": 552,
7
+ "yMin": 492
8
+ },
9
+ "color": [
10
+ 47,
11
+ 99,
12
+ 11,
13
+ 255
14
+ ],
15
+ "label": "person",
16
+ "occlusion_percentage": 2.22
17
+ },
18
+ {
19
+ "bbox": {
20
+ "xMax": 716,
21
+ "xMin": 706,
22
+ "yMax": 531,
23
+ "yMin": 497
24
+ },
25
+ "color": [
26
+ 44,
27
+ 210,
28
+ 11,
29
+ 255
30
+ ],
31
+ "label": "person",
32
+ "occlusion_percentage": 2.18
33
+ },
34
+ {
35
+ "bbox": {
36
+ "xMax": 660,
37
+ "xMin": 579,
38
+ "yMax": 548,
39
+ "yMin": 494
40
+ },
41
+ "color": [
42
+ 3,
43
+ 220,
44
+ 13,
45
+ 255
46
+ ],
47
+ "label": "car",
48
+ "occlusion_percentage": 75.81
49
+ },
50
+ {
51
+ "bbox": {
52
+ "xMax": 794,
53
+ "xMin": 751,
54
+ "yMax": 535,
55
+ "yMin": 501
56
+ },
57
+ "color": [
58
+ 212,
59
+ 140,
60
+ 13,
61
+ 255
62
+ ],
63
+ "label": "car",
64
+ "occlusion_percentage": 39.95
65
+ },
66
+ {
67
+ "bbox": {
68
+ "xMax": 911,
69
+ "xMin": 902,
70
+ "yMax": 537,
71
+ "yMin": 501
72
+ },
73
+ "color": [
74
+ 119,
75
+ 136,
76
+ 11,
77
+ 255
78
+ ],
79
+ "label": "person",
80
+ "occlusion_percentage": 10.5
81
+ },
82
+ {
83
+ "bbox": {
84
+ "xMax": 646,
85
+ "xMin": 544,
86
+ "yMax": 671,
87
+ "yMin": 410
88
+ },
89
+ "color": [
90
+ 68,
91
+ 222,
92
+ 11,
93
+ 255
94
+ ],
95
+ "label": "person",
96
+ "occlusion_percentage": 0.01
97
+ },
98
+ {
99
+ "bbox": {
100
+ "xMax": 881,
101
+ "xMin": 860,
102
+ "yMax": 548,
103
+ "yMin": 492
104
+ },
105
+ "color": [
106
+ 117,
107
+ 191,
108
+ 11,
109
+ 255
110
+ ],
111
+ "label": "person",
112
+ "occlusion_percentage": 5.37
113
+ },
114
+ {
115
+ "bbox": {
116
+ "xMax": 834,
117
+ "xMin": 819,
118
+ "yMax": 546,
119
+ "yMin": 492
120
+ },
121
+ "color": [
122
+ 24,
123
+ 187,
124
+ 11,
125
+ 255
126
+ ],
127
+ "label": "person",
128
+ "occlusion_percentage": 80.2
129
+ },
130
+ {
131
+ "bbox": {
132
+ "xMax": 1066,
133
+ "xMin": 1053,
134
+ "yMax": 542,
135
+ "yMin": 505
136
+ },
137
+ "color": [
138
+ 140,
139
+ 104,
140
+ 11,
141
+ 255
142
+ ],
143
+ "label": "person",
144
+ "occlusion_percentage": 61.48
145
+ },
146
+ {
147
+ "bbox": {
148
+ "xMax": 658,
149
+ "xMin": 646,
150
+ "yMax": 533,
151
+ "yMin": 493
152
+ },
153
+ "color": [
154
+ 231,
155
+ 63,
156
+ 11,
157
+ 255
158
+ ],
159
+ "label": "person",
160
+ "occlusion_percentage": 66.78
161
+ },
162
+ {
163
+ "bbox": {
164
+ "xMax": 868,
165
+ "xMin": 846,
166
+ "yMax": 553,
167
+ "yMin": 487
168
+ },
169
+ "color": [
170
+ 186,
171
+ 183,
172
+ 11,
173
+ 255
174
+ ],
175
+ "label": "person",
176
+ "occlusion_percentage": 0.14
177
+ },
178
+ {
179
+ "bbox": {
180
+ "xMax": 1058,
181
+ "xMin": 939,
182
+ "yMax": 572,
183
+ "yMin": 427
184
+ },
185
+ "color": [
186
+ 216,
187
+ 92,
188
+ 15,
189
+ 255
190
+ ],
191
+ "label": "bus",
192
+ "occlusion_percentage": 0.16
193
+ },
194
+ {
195
+ "bbox": {
196
+ "xMax": 745,
197
+ "xMin": 729,
198
+ "yMax": 547,
199
+ "yMin": 491
200
+ },
201
+ "color": [
202
+ 163,
203
+ 16,
204
+ 11,
205
+ 255
206
+ ],
207
+ "label": "person",
208
+ "occlusion_percentage": 0.0
209
+ },
210
+ {
211
+ "bbox": {
212
+ "xMax": 854,
213
+ "xMin": 833,
214
+ "yMax": 547,
215
+ "yMin": 494
216
+ },
217
+ "color": [
218
+ 1,
219
+ 20,
220
+ 11,
221
+ 255
222
+ ],
223
+ "label": "person",
224
+ "occlusion_percentage": 25.1
225
+ },
226
+ {
227
+ "bbox": {
228
+ "xMax": 751,
229
+ "xMin": 743,
230
+ "yMax": 529,
231
+ "yMin": 500
232
+ },
233
+ "color": [
234
+ 235,
235
+ 52,
236
+ 11,
237
+ 255
238
+ ],
239
+ "label": "person",
240
+ "occlusion_percentage": 8.14
241
+ },
242
+ {
243
+ "bbox": {
244
+ "xMax": 1065,
245
+ "xMin": 1053,
246
+ "yMax": 545,
247
+ "yMin": 502
248
+ },
249
+ "color": [
250
+ 233,
251
+ 108,
252
+ 11,
253
+ 255
254
+ ],
255
+ "label": "person",
256
+ "occlusion_percentage": 19.33
257
+ },
258
+ {
259
+ "bbox": {
260
+ "xMax": 514,
261
+ "xMin": 483,
262
+ "yMax": 541,
263
+ "yMin": 475
264
+ },
265
+ "color": [
266
+ 94,
267
+ 24,
268
+ 11,
269
+ 255
270
+ ],
271
+ "label": "person",
272
+ "occlusion_percentage": 17.25
273
+ }
274
+ ]
bbox2d/bbox2d_0020.json ADDED
@@ -0,0 +1,466 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "bbox": {
4
+ "xMax": 1310,
5
+ "xMin": 1216,
6
+ "yMax": 520,
7
+ "yMin": 484
8
+ },
9
+ "color": [
10
+ 142,
11
+ 48,
12
+ 13,
13
+ 255
14
+ ],
15
+ "label": "car",
16
+ "occlusion_percentage": 81.84
17
+ },
18
+ {
19
+ "bbox": {
20
+ "xMax": 1925,
21
+ "xMin": 1872,
22
+ "yMax": 542,
23
+ "yMin": 429
24
+ },
25
+ "color": [
26
+ 140,
27
+ 104,
28
+ 11,
29
+ 255
30
+ ],
31
+ "label": "person",
32
+ "occlusion_percentage": 97.6
33
+ },
34
+ {
35
+ "bbox": {
36
+ "xMax": 895,
37
+ "xMin": 875,
38
+ "yMax": 543,
39
+ "yMin": 488
40
+ },
41
+ "color": [
42
+ 165,
43
+ 216,
44
+ 11,
45
+ 255
46
+ ],
47
+ "label": "person",
48
+ "occlusion_percentage": 84.91
49
+ },
50
+ {
51
+ "bbox": {
52
+ "xMax": 1025,
53
+ "xMin": 986,
54
+ "yMax": 547,
55
+ "yMin": 477
56
+ },
57
+ "color": [
58
+ 136,
59
+ 114,
60
+ 11,
61
+ 255
62
+ ],
63
+ "label": "person",
64
+ "occlusion_percentage": 80.71
65
+ },
66
+ {
67
+ "bbox": {
68
+ "xMax": 1124,
69
+ "xMin": 1111,
70
+ "yMax": 523,
71
+ "yMin": 486
72
+ },
73
+ "color": [
74
+ 138,
75
+ 59,
76
+ 11,
77
+ 255
78
+ ],
79
+ "label": "person",
80
+ "occlusion_percentage": 43.77
81
+ },
82
+ {
83
+ "bbox": {
84
+ "xMax": 857,
85
+ "xMin": 829,
86
+ "yMax": 570,
87
+ "yMin": 474
88
+ },
89
+ "color": [
90
+ 44,
91
+ 210,
92
+ 11,
93
+ 255
94
+ ],
95
+ "label": "person",
96
+ "occlusion_percentage": 0.0
97
+ },
98
+ {
99
+ "bbox": {
100
+ "xMax": 1195,
101
+ "xMin": 1179,
102
+ "yMax": 533,
103
+ "yMin": 485
104
+ },
105
+ "color": [
106
+ 182,
107
+ 194,
108
+ 11,
109
+ 255
110
+ ],
111
+ "label": "person",
112
+ "occlusion_percentage": 63.0
113
+ },
114
+ {
115
+ "bbox": {
116
+ "xMax": 1573,
117
+ "xMin": 1528,
118
+ "yMax": 546,
119
+ "yMin": 486
120
+ },
121
+ "color": [
122
+ 96,
123
+ 224,
124
+ 17,
125
+ 255
126
+ ],
127
+ "label": "motorcycle",
128
+ "occlusion_percentage": 35.21
129
+ },
130
+ {
131
+ "bbox": {
132
+ "xMax": 1571,
133
+ "xMin": 1530,
134
+ "yMax": 530,
135
+ "yMin": 460
136
+ },
137
+ "color": [
138
+ 96,
139
+ 224,
140
+ 12,
141
+ 255
142
+ ],
143
+ "label": "rider",
144
+ "occlusion_percentage": 16.01
145
+ },
146
+ {
147
+ "bbox": {
148
+ "xMax": 1024,
149
+ "xMin": 920,
150
+ "yMax": 563,
151
+ "yMin": 481
152
+ },
153
+ "color": [
154
+ 212,
155
+ 140,
156
+ 13,
157
+ 255
158
+ ],
159
+ "label": "car",
160
+ "occlusion_percentage": 0.05
161
+ },
162
+ {
163
+ "bbox": {
164
+ "xMax": 2026,
165
+ "xMin": 1711,
166
+ "yMax": 570,
167
+ "yMin": 430
168
+ },
169
+ "color": [
170
+ 235,
171
+ 52,
172
+ 13,
173
+ 255
174
+ ],
175
+ "label": "car",
176
+ "occlusion_percentage": 10.26
177
+ },
178
+ {
179
+ "bbox": {
180
+ "xMax": 1427,
181
+ "xMin": 1388,
182
+ "yMax": 554,
183
+ "yMin": 449
184
+ },
185
+ "color": [
186
+ 119,
187
+ 136,
188
+ 11,
189
+ 255
190
+ ],
191
+ "label": "person",
192
+ "occlusion_percentage": 28.44
193
+ },
194
+ {
195
+ "bbox": {
196
+ "xMax": 894,
197
+ "xMin": 749,
198
+ "yMax": 542,
199
+ "yMin": 491
200
+ },
201
+ "color": [
202
+ 189,
203
+ 228,
204
+ 13,
205
+ 255
206
+ ],
207
+ "label": "car",
208
+ "occlusion_percentage": 92.13
209
+ },
210
+ {
211
+ "bbox": {
212
+ "xMax": 1389,
213
+ "xMin": 1376,
214
+ "yMax": 513,
215
+ "yMin": 477
216
+ },
217
+ "color": [
218
+ 114,
219
+ 47,
220
+ 11,
221
+ 255
222
+ ],
223
+ "label": "person",
224
+ "occlusion_percentage": 65.47
225
+ },
226
+ {
227
+ "bbox": {
228
+ "xMax": 1082,
229
+ "xMin": 1063,
230
+ "yMax": 535,
231
+ "yMin": 482
232
+ },
233
+ "color": [
234
+ 43,
235
+ 110,
236
+ 11,
237
+ 255
238
+ ],
239
+ "label": "person",
240
+ "occlusion_percentage": 91.42
241
+ },
242
+ {
243
+ "bbox": {
244
+ "xMax": 1166,
245
+ "xMin": 1157,
246
+ "yMax": 520,
247
+ "yMin": 491
248
+ },
249
+ "color": [
250
+ 160,
251
+ 126,
252
+ 11,
253
+ 255
254
+ ],
255
+ "label": "person",
256
+ "occlusion_percentage": 57.76
257
+ },
258
+ {
259
+ "bbox": {
260
+ "xMax": 1464,
261
+ "xMin": 1410,
262
+ "yMax": 519,
263
+ "yMin": 480
264
+ },
265
+ "color": [
266
+ 118,
267
+ 36,
268
+ 13,
269
+ 255
270
+ ],
271
+ "label": "car",
272
+ "occlusion_percentage": 69.35
273
+ },
274
+ {
275
+ "bbox": {
276
+ "xMax": 1513,
277
+ "xMin": 1469,
278
+ "yMax": 524,
279
+ "yMin": 490
280
+ },
281
+ "color": [
282
+ 25,
283
+ 32,
284
+ 17,
285
+ 255
286
+ ],
287
+ "label": "motorcycle",
288
+ "occlusion_percentage": 89.14
289
+ },
290
+ {
291
+ "bbox": {
292
+ "xMax": 723,
293
+ "xMin": 673,
294
+ "yMax": 608,
295
+ "yMin": 455
296
+ },
297
+ "color": [
298
+ 231,
299
+ 63,
300
+ 11,
301
+ 255
302
+ ],
303
+ "label": "person",
304
+ "occlusion_percentage": 0.02
305
+ },
306
+ {
307
+ "bbox": {
308
+ "xMax": 1430,
309
+ "xMin": 1412,
310
+ "yMax": 526,
311
+ "yMin": 472
312
+ },
313
+ "color": [
314
+ 210,
315
+ 195,
316
+ 11,
317
+ 255
318
+ ],
319
+ "label": "person",
320
+ "occlusion_percentage": 88.14
321
+ },
322
+ {
323
+ "bbox": {
324
+ "xMax": 1296,
325
+ "xMin": 1280,
326
+ "yMax": 532,
327
+ "yMin": 475
328
+ },
329
+ "color": [
330
+ 233,
331
+ 8,
332
+ 11,
333
+ 255
334
+ ],
335
+ "label": "person",
336
+ "occlusion_percentage": 54.92
337
+ },
338
+ {
339
+ "bbox": {
340
+ "xMax": 617,
341
+ "xMin": 535,
342
+ "yMax": 668,
343
+ "yMin": 435
344
+ },
345
+ "color": [
346
+ 93,
347
+ 179,
348
+ 11,
349
+ 255
350
+ ],
351
+ "label": "person",
352
+ "occlusion_percentage": 0.62
353
+ },
354
+ {
355
+ "bbox": {
356
+ "xMax": 1034,
357
+ "xMin": 1027,
358
+ "yMax": 521,
359
+ "yMin": 494
360
+ },
361
+ "color": [
362
+ 142,
363
+ 48,
364
+ 11,
365
+ 255
366
+ ],
367
+ "label": "person",
368
+ "occlusion_percentage": 54.96
369
+ },
370
+ {
371
+ "bbox": {
372
+ "xMax": 1296,
373
+ "xMin": 1275,
374
+ "yMax": 531,
375
+ "yMin": 472
376
+ },
377
+ "color": [
378
+ 140,
379
+ 4,
380
+ 11,
381
+ 255
382
+ ],
383
+ "label": "person",
384
+ "occlusion_percentage": 75.54
385
+ },
386
+ {
387
+ "bbox": {
388
+ "xMax": 1686,
389
+ "xMin": 1644,
390
+ "yMax": 534,
391
+ "yMin": 449
392
+ },
393
+ "color": [
394
+ 184,
395
+ 138,
396
+ 11,
397
+ 255
398
+ ],
399
+ "label": "person",
400
+ "occlusion_percentage": 2.36
401
+ },
402
+ {
403
+ "bbox": {
404
+ "xMax": 1096,
405
+ "xMin": 1083,
406
+ "yMax": 519,
407
+ "yMin": 489
408
+ },
409
+ "color": [
410
+ 188,
411
+ 128,
412
+ 11,
413
+ 255
414
+ ],
415
+ "label": "person",
416
+ "occlusion_percentage": 61.8
417
+ },
418
+ {
419
+ "bbox": {
420
+ "xMax": 895,
421
+ "xMin": 876,
422
+ "yMax": 550,
423
+ "yMin": 483
424
+ },
425
+ "color": [
426
+ 235,
427
+ 52,
428
+ 11,
429
+ 255
430
+ ],
431
+ "label": "person",
432
+ "occlusion_percentage": 4.03
433
+ },
434
+ {
435
+ "bbox": {
436
+ "xMax": 860,
437
+ "xMin": 840,
438
+ "yMax": 546,
439
+ "yMin": 488
440
+ },
441
+ "color": [
442
+ 3,
443
+ 220,
444
+ 11,
445
+ 255
446
+ ],
447
+ "label": "person",
448
+ "occlusion_percentage": 85.26
449
+ },
450
+ {
451
+ "bbox": {
452
+ "xMax": 904,
453
+ "xMin": 880,
454
+ "yMax": 529,
455
+ "yMin": 506
456
+ },
457
+ "color": [
458
+ 48,
459
+ 199,
460
+ 17,
461
+ 255
462
+ ],
463
+ "label": "motorcycle",
464
+ "occlusion_percentage": 74.46
465
+ }
466
+ ]
bbox2d/bbox2d_0021.json ADDED
@@ -0,0 +1,274 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "bbox": {
4
+ "xMax": 1128,
5
+ "xMin": 1041,
6
+ "yMax": 546,
7
+ "yMin": 511
8
+ },
9
+ "color": [
10
+ 142,
11
+ 48,
12
+ 13,
13
+ 255
14
+ ],
15
+ "label": "car",
16
+ "occlusion_percentage": 96.52
17
+ },
18
+ {
19
+ "bbox": {
20
+ "xMax": 1772,
21
+ "xMin": 1562,
22
+ "yMax": 908,
23
+ "yMin": 287
24
+ },
25
+ "color": [
26
+ 25,
27
+ 32,
28
+ 11,
29
+ 255
30
+ ],
31
+ "label": "person",
32
+ "occlusion_percentage": 0.01
33
+ },
34
+ {
35
+ "bbox": {
36
+ "xMax": 967,
37
+ "xMin": 951,
38
+ "yMax": 558,
39
+ "yMin": 502
40
+ },
41
+ "color": [
42
+ 140,
43
+ 4,
44
+ 11,
45
+ 255
46
+ ],
47
+ "label": "person",
48
+ "occlusion_percentage": 42.0
49
+ },
50
+ {
51
+ "bbox": {
52
+ "xMax": 936,
53
+ "xMin": 924,
54
+ "yMax": 546,
55
+ "yMin": 510
56
+ },
57
+ "color": [
58
+ 138,
59
+ 59,
60
+ 11,
61
+ 255
62
+ ],
63
+ "label": "person",
64
+ "occlusion_percentage": 66.14
65
+ },
66
+ {
67
+ "bbox": {
68
+ "xMax": 350,
69
+ "xMin": 324,
70
+ "yMax": 587,
71
+ "yMin": 501
72
+ },
73
+ "color": [
74
+ 44,
75
+ 210,
76
+ 11,
77
+ 255
78
+ ],
79
+ "label": "person",
80
+ "occlusion_percentage": 13.82
81
+ },
82
+ {
83
+ "bbox": {
84
+ "xMax": 604,
85
+ "xMin": 480,
86
+ "yMax": 583,
87
+ "yMin": 508
88
+ },
89
+ "color": [
90
+ 212,
91
+ 140,
92
+ 13,
93
+ 255
94
+ ],
95
+ "label": "car",
96
+ "occlusion_percentage": 76.38
97
+ },
98
+ {
99
+ "bbox": {
100
+ "xMax": 833,
101
+ "xMin": 823,
102
+ "yMax": 546,
103
+ "yMin": 518
104
+ },
105
+ "color": [
106
+ 21,
107
+ 43,
108
+ 11,
109
+ 255
110
+ ],
111
+ "label": "person",
112
+ "occlusion_percentage": 35.34
113
+ },
114
+ {
115
+ "bbox": {
116
+ "xMax": 827,
117
+ "xMin": 800,
118
+ "yMax": 582,
119
+ "yMin": 488
120
+ },
121
+ "color": [
122
+ 119,
123
+ 136,
124
+ 11,
125
+ 255
126
+ ],
127
+ "label": "person",
128
+ "occlusion_percentage": 22.59
129
+ },
130
+ {
131
+ "bbox": {
132
+ "xMax": 960,
133
+ "xMin": 944,
134
+ "yMax": 559,
135
+ "yMin": 505
136
+ },
137
+ "color": [
138
+ 233,
139
+ 8,
140
+ 11,
141
+ 255
142
+ ],
143
+ "label": "person",
144
+ "occlusion_percentage": 34.04
145
+ },
146
+ {
147
+ "bbox": {
148
+ "xMax": 803,
149
+ "xMin": 785,
150
+ "yMax": 557,
151
+ "yMin": 507
152
+ },
153
+ "color": [
154
+ 43,
155
+ 110,
156
+ 11,
157
+ 255
158
+ ],
159
+ "label": "person",
160
+ "occlusion_percentage": 8.57
161
+ },
162
+ {
163
+ "bbox": {
164
+ "xMax": 1235,
165
+ "xMin": 1194,
166
+ "yMax": 580,
167
+ "yMin": 478
168
+ },
169
+ "color": [
170
+ 140,
171
+ 104,
172
+ 11,
173
+ 255
174
+ ],
175
+ "label": "person",
176
+ "occlusion_percentage": 4.29
177
+ },
178
+ {
179
+ "bbox": {
180
+ "xMax": 899,
181
+ "xMin": 892,
182
+ "yMax": 542,
183
+ "yMin": 516
184
+ },
185
+ "color": [
186
+ 142,
187
+ 48,
188
+ 11,
189
+ 255
190
+ ],
191
+ "label": "person",
192
+ "occlusion_percentage": 35.77
193
+ },
194
+ {
195
+ "bbox": {
196
+ "xMax": 776,
197
+ "xMin": 759,
198
+ "yMax": 560,
199
+ "yMin": 509
200
+ },
201
+ "color": [
202
+ 163,
203
+ 171,
204
+ 11,
205
+ 255
206
+ ],
207
+ "label": "person",
208
+ "occlusion_percentage": 78.72
209
+ },
210
+ {
211
+ "bbox": {
212
+ "xMax": 1180,
213
+ "xMin": 1142,
214
+ "yMax": 568,
215
+ "yMin": 489
216
+ },
217
+ "color": [
218
+ 184,
219
+ 138,
220
+ 11,
221
+ 255
222
+ ],
223
+ "label": "person",
224
+ "occlusion_percentage": 0.08
225
+ },
226
+ {
227
+ "bbox": {
228
+ "xMax": 1276,
229
+ "xMin": 1233,
230
+ "yMax": 602,
231
+ "yMin": 458
232
+ },
233
+ "color": [
234
+ 233,
235
+ 108,
236
+ 11,
237
+ 255
238
+ ],
239
+ "label": "person",
240
+ "occlusion_percentage": 0.0
241
+ },
242
+ {
243
+ "bbox": {
244
+ "xMax": 1128,
245
+ "xMin": 976,
246
+ "yMax": 605,
247
+ "yMin": 483
248
+ },
249
+ "color": [
250
+ 235,
251
+ 52,
252
+ 13,
253
+ 255
254
+ ],
255
+ "label": "car",
256
+ "occlusion_percentage": 0.12
257
+ },
258
+ {
259
+ "bbox": {
260
+ "xMax": 705,
261
+ "xMin": 694,
262
+ "yMax": 547,
263
+ "yMin": 516
264
+ },
265
+ "color": [
266
+ 91,
267
+ 134,
268
+ 11,
269
+ 255
270
+ ],
271
+ "label": "person",
272
+ "occlusion_percentage": 52.2
273
+ }
274
+ ]
bbox2d/bbox2d_0022.json ADDED
@@ -0,0 +1,338 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "bbox": {
4
+ "xMax": 1377,
5
+ "xMin": 1352,
6
+ "yMax": 550,
7
+ "yMin": 471
8
+ },
9
+ "color": [
10
+ 47,
11
+ 99,
12
+ 11,
13
+ 255
14
+ ],
15
+ "label": "person",
16
+ "occlusion_percentage": 0.0
17
+ },
18
+ {
19
+ "bbox": {
20
+ "xMax": 992,
21
+ "xMin": 983,
22
+ "yMax": 517,
23
+ "yMin": 485
24
+ },
25
+ "color": [
26
+ 235,
27
+ 52,
28
+ 11,
29
+ 255
30
+ ],
31
+ "label": "person",
32
+ "occlusion_percentage": 51.63
33
+ },
34
+ {
35
+ "bbox": {
36
+ "xMax": 1158,
37
+ "xMin": 1149,
38
+ "yMax": 519,
39
+ "yMin": 492
40
+ },
41
+ "color": [
42
+ 182,
43
+ 194,
44
+ 11,
45
+ 255
46
+ ],
47
+ "label": "person",
48
+ "occlusion_percentage": 60.87
49
+ },
50
+ {
51
+ "bbox": {
52
+ "xMax": 1284,
53
+ "xMin": 1276,
54
+ "yMax": 520,
55
+ "yMin": 490
56
+ },
57
+ "color": [
58
+ 210,
59
+ 195,
60
+ 11,
61
+ 255
62
+ ],
63
+ "label": "person",
64
+ "occlusion_percentage": 50.58
65
+ },
66
+ {
67
+ "bbox": {
68
+ "xMax": 986,
69
+ "xMin": 975,
70
+ "yMax": 521,
71
+ "yMin": 482
72
+ },
73
+ "color": [
74
+ 44,
75
+ 210,
76
+ 11,
77
+ 255
78
+ ],
79
+ "label": "person",
80
+ "occlusion_percentage": 37.59
81
+ },
82
+ {
83
+ "bbox": {
84
+ "xMax": 1081,
85
+ "xMin": 1005,
86
+ "yMax": 547,
87
+ "yMin": 480
88
+ },
89
+ "color": [
90
+ 3,
91
+ 220,
92
+ 13,
93
+ 255
94
+ ],
95
+ "label": "car",
96
+ "occlusion_percentage": 0.0
97
+ },
98
+ {
99
+ "bbox": {
100
+ "xMax": 1237,
101
+ "xMin": 1198,
102
+ "yMax": 565,
103
+ "yMin": 454
104
+ },
105
+ "color": [
106
+ 68,
107
+ 222,
108
+ 11,
109
+ 255
110
+ ],
111
+ "label": "person",
112
+ "occlusion_percentage": 0.0
113
+ },
114
+ {
115
+ "bbox": {
116
+ "xMax": 1377,
117
+ "xMin": 1304,
118
+ "yMax": 533,
119
+ "yMin": 487
120
+ },
121
+ "color": [
122
+ 235,
123
+ 52,
124
+ 13,
125
+ 255
126
+ ],
127
+ "label": "car",
128
+ "occlusion_percentage": 57.27
129
+ },
130
+ {
131
+ "bbox": {
132
+ "xMax": 1346,
133
+ "xMin": 1320,
134
+ "yMax": 541,
135
+ "yMin": 472
136
+ },
137
+ "color": [
138
+ 117,
139
+ 191,
140
+ 11,
141
+ 255
142
+ ],
143
+ "label": "person",
144
+ "occlusion_percentage": 0.0
145
+ },
146
+ {
147
+ "bbox": {
148
+ "xMax": 1308,
149
+ "xMin": 1281,
150
+ "yMax": 540,
151
+ "yMin": 475
152
+ },
153
+ "color": [
154
+ 1,
155
+ 20,
156
+ 11,
157
+ 255
158
+ ],
159
+ "label": "person",
160
+ "occlusion_percentage": 0.0
161
+ },
162
+ {
163
+ "bbox": {
164
+ "xMax": 1091,
165
+ "xMin": 1081,
166
+ "yMax": 517,
167
+ "yMin": 487
168
+ },
169
+ "color": [
170
+ 43,
171
+ 110,
172
+ 11,
173
+ 255
174
+ ],
175
+ "label": "person",
176
+ "occlusion_percentage": 76.62
177
+ },
178
+ {
179
+ "bbox": {
180
+ "xMax": 1275,
181
+ "xMin": 1253,
182
+ "yMax": 539,
183
+ "yMin": 472
184
+ },
185
+ "color": [
186
+ 24,
187
+ 187,
188
+ 11,
189
+ 255
190
+ ],
191
+ "label": "person",
192
+ "occlusion_percentage": 0.0
193
+ },
194
+ {
195
+ "bbox": {
196
+ "xMax": 959,
197
+ "xMin": 944,
198
+ "yMax": 524,
199
+ "yMin": 478
200
+ },
201
+ "color": [
202
+ 231,
203
+ 63,
204
+ 11,
205
+ 255
206
+ ],
207
+ "label": "person",
208
+ "occlusion_percentage": 60.1
209
+ },
210
+ {
211
+ "bbox": {
212
+ "xMax": 1224,
213
+ "xMin": 1201,
214
+ "yMax": 544,
215
+ "yMin": 472
216
+ },
217
+ "color": [
218
+ 163,
219
+ 16,
220
+ 11,
221
+ 255
222
+ ],
223
+ "label": "person",
224
+ "occlusion_percentage": 93.26
225
+ },
226
+ {
227
+ "bbox": {
228
+ "xMax": 1411,
229
+ "xMin": 1384,
230
+ "yMax": 550,
231
+ "yMin": 464
232
+ },
233
+ "color": [
234
+ 186,
235
+ 183,
236
+ 11,
237
+ 255
238
+ ],
239
+ "label": "person",
240
+ "occlusion_percentage": 1.47
241
+ },
242
+ {
243
+ "bbox": {
244
+ "xMax": 957,
245
+ "xMin": 941,
246
+ "yMax": 528,
247
+ "yMin": 477
248
+ },
249
+ "color": [
250
+ 93,
251
+ 179,
252
+ 11,
253
+ 255
254
+ ],
255
+ "label": "person",
256
+ "occlusion_percentage": 0.77
257
+ },
258
+ {
259
+ "bbox": {
260
+ "xMax": 1800,
261
+ "xMin": 1469,
262
+ "yMax": 575,
263
+ "yMin": 378
264
+ },
265
+ "color": [
266
+ 38,
267
+ 159,
268
+ 15,
269
+ 255
270
+ ],
271
+ "label": "bus",
272
+ "occlusion_percentage": 16.26
273
+ },
274
+ {
275
+ "bbox": {
276
+ "xMax": 1087,
277
+ "xMin": 1079,
278
+ "yMax": 517,
279
+ "yMin": 488
280
+ },
281
+ "color": [
282
+ 163,
283
+ 171,
284
+ 11,
285
+ 255
286
+ ],
287
+ "label": "person",
288
+ "occlusion_percentage": 49.13
289
+ },
290
+ {
291
+ "bbox": {
292
+ "xMax": 1440,
293
+ "xMin": 1425,
294
+ "yMax": 531,
295
+ "yMin": 481
296
+ },
297
+ "color": [
298
+ 233,
299
+ 108,
300
+ 11,
301
+ 255
302
+ ],
303
+ "label": "person",
304
+ "occlusion_percentage": 31.49
305
+ },
306
+ {
307
+ "bbox": {
308
+ "xMax": 969,
309
+ "xMin": 959,
310
+ "yMax": 516,
311
+ "yMin": 485
312
+ },
313
+ "color": [
314
+ 3,
315
+ 220,
316
+ 11,
317
+ 255
318
+ ],
319
+ "label": "person",
320
+ "occlusion_percentage": 0.0
321
+ },
322
+ {
323
+ "bbox": {
324
+ "xMax": 942,
325
+ "xMin": 908,
326
+ "yMax": 542,
327
+ "yMin": 457
328
+ },
329
+ "color": [
330
+ 94,
331
+ 24,
332
+ 11,
333
+ 255
334
+ ],
335
+ "label": "person",
336
+ "occlusion_percentage": 7.35
337
+ }
338
+ ]
bbox2d/bbox2d_0023.json ADDED
@@ -0,0 +1,466 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "bbox": {
4
+ "xMax": 605,
5
+ "xMin": 570,
6
+ "yMax": 531,
7
+ "yMin": 497
8
+ },
9
+ "color": [
10
+ 187,
11
+ 28,
12
+ 17,
13
+ 255
14
+ ],
15
+ "label": "motorcycle",
16
+ "occlusion_percentage": 91.44
17
+ },
18
+ {
19
+ "bbox": {
20
+ "xMax": 909,
21
+ "xMin": 870,
22
+ "yMax": 519,
23
+ "yMin": 490
24
+ },
25
+ "color": [
26
+ 72,
27
+ 212,
28
+ 13,
29
+ 255
30
+ ],
31
+ "label": "car",
32
+ "occlusion_percentage": 75.08
33
+ },
34
+ {
35
+ "bbox": {
36
+ "xMax": 988,
37
+ "xMin": 954,
38
+ "yMax": 564,
39
+ "yMin": 445
40
+ },
41
+ "color": [
42
+ 140,
43
+ 4,
44
+ 11,
45
+ 255
46
+ ],
47
+ "label": "person",
48
+ "occlusion_percentage": 56.48
49
+ },
50
+ {
51
+ "bbox": {
52
+ "xMax": 855,
53
+ "xMin": 840,
54
+ "yMax": 524,
55
+ "yMin": 484
56
+ },
57
+ "color": [
58
+ 21,
59
+ 43,
60
+ 11,
61
+ 255
62
+ ],
63
+ "label": "person",
64
+ "occlusion_percentage": 11.02
65
+ },
66
+ {
67
+ "bbox": {
68
+ "xMax": 969,
69
+ "xMin": 935,
70
+ "yMax": 569,
71
+ "yMin": 450
72
+ },
73
+ "color": [
74
+ 233,
75
+ 8,
76
+ 11,
77
+ 255
78
+ ],
79
+ "label": "person",
80
+ "occlusion_percentage": 0.82
81
+ },
82
+ {
83
+ "bbox": {
84
+ "xMax": 1395,
85
+ "xMin": 1377,
86
+ "yMax": 513,
87
+ "yMin": 462
88
+ },
89
+ "color": [
90
+ 114,
91
+ 47,
92
+ 11,
93
+ 255
94
+ ],
95
+ "label": "person",
96
+ "occlusion_percentage": 9.54
97
+ },
98
+ {
99
+ "bbox": {
100
+ "xMax": 1041,
101
+ "xMin": 1034,
102
+ "yMax": 512,
103
+ "yMin": 480
104
+ },
105
+ "color": [
106
+ 208,
107
+ 151,
108
+ 11,
109
+ 255
110
+ ],
111
+ "label": "person",
112
+ "occlusion_percentage": 55.8
113
+ },
114
+ {
115
+ "bbox": {
116
+ "xMax": 1695,
117
+ "xMin": 1541,
118
+ "yMax": 663,
119
+ "yMin": 348
120
+ },
121
+ "color": [
122
+ 184,
123
+ 138,
124
+ 11,
125
+ 255
126
+ ],
127
+ "label": "person",
128
+ "occlusion_percentage": 10.24
129
+ },
130
+ {
131
+ "bbox": {
132
+ "xMax": 1035,
133
+ "xMin": 1018,
134
+ "yMax": 515,
135
+ "yMin": 476
136
+ },
137
+ "color": [
138
+ 188,
139
+ 128,
140
+ 11,
141
+ 255
142
+ ],
143
+ "label": "person",
144
+ "occlusion_percentage": 28.86
145
+ },
146
+ {
147
+ "bbox": {
148
+ "xMax": 1273,
149
+ "xMin": 1143,
150
+ "yMax": 522,
151
+ "yMin": 471
152
+ },
153
+ "color": [
154
+ 142,
155
+ 48,
156
+ 13,
157
+ 255
158
+ ],
159
+ "label": "car",
160
+ "occlusion_percentage": 74.2
161
+ },
162
+ {
163
+ "bbox": {
164
+ "xMax": 993,
165
+ "xMin": 982,
166
+ "yMax": 519,
167
+ "yMin": 479
168
+ },
169
+ "color": [
170
+ 96,
171
+ 224,
172
+ 11,
173
+ 255
174
+ ],
175
+ "label": "person",
176
+ "occlusion_percentage": 76.9
177
+ },
178
+ {
179
+ "bbox": {
180
+ "xMax": 288,
181
+ "xMin": 251,
182
+ "yMax": 572,
183
+ "yMin": 471
184
+ },
185
+ "color": [
186
+ 165,
187
+ 216,
188
+ 11,
189
+ 255
190
+ ],
191
+ "label": "person",
192
+ "occlusion_percentage": 9.12
193
+ },
194
+ {
195
+ "bbox": {
196
+ "xMax": 1126,
197
+ "xMin": 1091,
198
+ "yMax": 510,
199
+ "yMin": 482
200
+ },
201
+ "color": [
202
+ 188,
203
+ 128,
204
+ 13,
205
+ 255
206
+ ],
207
+ "label": "car",
208
+ "occlusion_percentage": 91.73
209
+ },
210
+ {
211
+ "bbox": {
212
+ "xMax": 986,
213
+ "xMin": 967,
214
+ "yMax": 525,
215
+ "yMin": 471
216
+ },
217
+ "color": [
218
+ 138,
219
+ 59,
220
+ 11,
221
+ 255
222
+ ],
223
+ "label": "person",
224
+ "occlusion_percentage": 87.74
225
+ },
226
+ {
227
+ "bbox": {
228
+ "xMax": 1049,
229
+ "xMin": 1040,
230
+ "yMax": 509,
231
+ "yMin": 479
232
+ },
233
+ "color": [
234
+ 90,
235
+ 34,
236
+ 11,
237
+ 255
238
+ ],
239
+ "label": "person",
240
+ "occlusion_percentage": 34.0
241
+ },
242
+ {
243
+ "bbox": {
244
+ "xMax": 873,
245
+ "xMin": 864,
246
+ "yMax": 513,
247
+ "yMin": 484
248
+ },
249
+ "color": [
250
+ 185,
251
+ 238,
252
+ 11,
253
+ 255
254
+ ],
255
+ "label": "person",
256
+ "occlusion_percentage": 19.38
257
+ },
258
+ {
259
+ "bbox": {
260
+ "xMax": 472,
261
+ "xMin": 276,
262
+ "yMax": 557,
263
+ "yMin": 475
264
+ },
265
+ "color": [
266
+ 189,
267
+ 228,
268
+ 13,
269
+ 255
270
+ ],
271
+ "label": "car",
272
+ "occlusion_percentage": 20.98
273
+ },
274
+ {
275
+ "bbox": {
276
+ "xMax": 697,
277
+ "xMin": 660,
278
+ "yMax": 557,
279
+ "yMin": 462
280
+ },
281
+ "color": [
282
+ 43,
283
+ 110,
284
+ 11,
285
+ 255
286
+ ],
287
+ "label": "person",
288
+ "occlusion_percentage": 16.76
289
+ },
290
+ {
291
+ "bbox": {
292
+ "xMax": 1464,
293
+ "xMin": 1389,
294
+ "yMax": 527,
295
+ "yMin": 467
296
+ },
297
+ "color": [
298
+ 118,
299
+ 36,
300
+ 13,
301
+ 255
302
+ ],
303
+ "label": "car",
304
+ "occlusion_percentage": 75.87
305
+ },
306
+ {
307
+ "bbox": {
308
+ "xMax": 819,
309
+ "xMin": 807,
310
+ "yMax": 519,
311
+ "yMin": 483
312
+ },
313
+ "color": [
314
+ 22,
315
+ 142,
316
+ 11,
317
+ 255
318
+ ],
319
+ "label": "person",
320
+ "occlusion_percentage": 48.53
321
+ },
322
+ {
323
+ "bbox": {
324
+ "xMax": 1039,
325
+ "xMin": 1029,
326
+ "yMax": 511,
327
+ "yMin": 481
328
+ },
329
+ "color": [
330
+ 139,
331
+ 159,
332
+ 11,
333
+ 255
334
+ ],
335
+ "label": "person",
336
+ "occlusion_percentage": 64.61
337
+ },
338
+ {
339
+ "bbox": {
340
+ "xMax": 373,
341
+ "xMin": 290,
342
+ "yMax": 595,
343
+ "yMin": 450
344
+ },
345
+ "color": [
346
+ 136,
347
+ 114,
348
+ 11,
349
+ 255
350
+ ],
351
+ "label": "person",
352
+ "occlusion_percentage": 2.57
353
+ },
354
+ {
355
+ "bbox": {
356
+ "xMax": 941,
357
+ "xMin": 916,
358
+ "yMax": 552,
359
+ "yMin": 470
360
+ },
361
+ "color": [
362
+ 182,
363
+ 194,
364
+ 11,
365
+ 255
366
+ ],
367
+ "label": "person",
368
+ "occlusion_percentage": 61.56
369
+ },
370
+ {
371
+ "bbox": {
372
+ "xMax": 1296,
373
+ "xMin": 1264,
374
+ "yMax": 551,
375
+ "yMin": 448
376
+ },
377
+ "color": [
378
+ 210,
379
+ 195,
380
+ 11,
381
+ 255
382
+ ],
383
+ "label": "person",
384
+ "occlusion_percentage": 13.84
385
+ },
386
+ {
387
+ "bbox": {
388
+ "xMax": 610,
389
+ "xMin": 575,
390
+ "yMax": 569,
391
+ "yMin": 464
392
+ },
393
+ "color": [
394
+ 163,
395
+ 171,
396
+ 11,
397
+ 255
398
+ ],
399
+ "label": "person",
400
+ "occlusion_percentage": 71.33
401
+ },
402
+ {
403
+ "bbox": {
404
+ "xMax": 1234,
405
+ "xMin": 1089,
406
+ "yMax": 720,
407
+ "yMin": 480
408
+ },
409
+ "color": [
410
+ 96,
411
+ 224,
412
+ 17,
413
+ 255
414
+ ],
415
+ "label": "motorcycle",
416
+ "occlusion_percentage": 30.06
417
+ },
418
+ {
419
+ "bbox": {
420
+ "xMax": 1233,
421
+ "xMin": 1085,
422
+ "yMax": 650,
423
+ "yMin": 381
424
+ },
425
+ "color": [
426
+ 96,
427
+ 224,
428
+ 12,
429
+ 255
430
+ ],
431
+ "label": "rider",
432
+ "occlusion_percentage": 9.02
433
+ },
434
+ {
435
+ "bbox": {
436
+ "xMax": 569,
437
+ "xMin": 398,
438
+ "yMax": 537,
439
+ "yMin": 481
440
+ },
441
+ "color": [
442
+ 50,
443
+ 144,
444
+ 13,
445
+ 255
446
+ ],
447
+ "label": "car",
448
+ "occlusion_percentage": 79.55
449
+ },
450
+ {
451
+ "bbox": {
452
+ "xMax": 669,
453
+ "xMin": 652,
454
+ "yMax": 527,
455
+ "yMin": 483
456
+ },
457
+ "color": [
458
+ 91,
459
+ 134,
460
+ 11,
461
+ 255
462
+ ],
463
+ "label": "person",
464
+ "occlusion_percentage": 25.31
465
+ }
466
+ ]
bbox2d/bbox2d_0024.json ADDED
@@ -0,0 +1,274 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "bbox": {
4
+ "xMax": 1545,
5
+ "xMin": 1483,
6
+ "yMax": 639,
7
+ "yMin": 480
8
+ },
9
+ "color": [
10
+ 117,
11
+ 191,
12
+ 11,
13
+ 255
14
+ ],
15
+ "label": "person",
16
+ "occlusion_percentage": 11.1
17
+ },
18
+ {
19
+ "bbox": {
20
+ "xMax": 1318,
21
+ "xMin": 1304,
22
+ "yMax": 561,
23
+ "yMin": 522
24
+ },
25
+ "color": [
26
+ 13,
27
+ 126,
28
+ 11,
29
+ 255
30
+ ],
31
+ "label": "person",
32
+ "occlusion_percentage": 54.22
33
+ },
34
+ {
35
+ "bbox": {
36
+ "xMax": 1736,
37
+ "xMin": 1667,
38
+ "yMax": 651,
39
+ "yMin": 480
40
+ },
41
+ "color": [
42
+ 24,
43
+ 187,
44
+ 11,
45
+ 255
46
+ ],
47
+ "label": "person",
48
+ "occlusion_percentage": 0.0
49
+ },
50
+ {
51
+ "bbox": {
52
+ "xMax": 1280,
53
+ "xMin": 1269,
54
+ "yMax": 559,
55
+ "yMin": 522
56
+ },
57
+ "color": [
58
+ 114,
59
+ 33,
60
+ 11,
61
+ 255
62
+ ],
63
+ "label": "person",
64
+ "occlusion_percentage": 21.34
65
+ },
66
+ {
67
+ "bbox": {
68
+ "xMax": 1470,
69
+ "xMin": 1432,
70
+ "yMax": 609,
71
+ "yMin": 504
72
+ },
73
+ "color": [
74
+ 47,
75
+ 99,
76
+ 11,
77
+ 255
78
+ ],
79
+ "label": "person",
80
+ "occlusion_percentage": 57.1
81
+ },
82
+ {
83
+ "bbox": {
84
+ "xMax": 1320,
85
+ "xMin": 1307,
86
+ "yMax": 563,
87
+ "yMin": 523
88
+ },
89
+ "color": [
90
+ 116,
91
+ 242,
92
+ 11,
93
+ 255
94
+ ],
95
+ "label": "person",
96
+ "occlusion_percentage": 22.09
97
+ },
98
+ {
99
+ "bbox": {
100
+ "xMax": 1426,
101
+ "xMin": 1386,
102
+ "yMax": 609,
103
+ "yMin": 492
104
+ },
105
+ "color": [
106
+ 186,
107
+ 183,
108
+ 11,
109
+ 255
110
+ ],
111
+ "label": "person",
112
+ "occlusion_percentage": 14.82
113
+ },
114
+ {
115
+ "bbox": {
116
+ "xMax": 1339,
117
+ "xMin": 1325,
118
+ "yMax": 563,
119
+ "yMin": 520
120
+ },
121
+ "color": [
122
+ 6,
123
+ 94,
124
+ 11,
125
+ 255
126
+ ],
127
+ "label": "person",
128
+ "occlusion_percentage": 20.43
129
+ },
130
+ {
131
+ "bbox": {
132
+ "xMax": 2047,
133
+ "xMin": 1953,
134
+ "yMax": 646,
135
+ "yMin": 532
136
+ },
137
+ "color": [
138
+ 3,
139
+ 220,
140
+ 13,
141
+ 255
142
+ ],
143
+ "label": "car",
144
+ "occlusion_percentage": 98.57
145
+ },
146
+ {
147
+ "bbox": {
148
+ "xMax": 1282,
149
+ "xMin": 1050,
150
+ "yMax": 614,
151
+ "yMin": 376
152
+ },
153
+ "color": [
154
+ 119,
155
+ 136,
156
+ 15,
157
+ 255
158
+ ],
159
+ "label": "bus",
160
+ "occlusion_percentage": 0.03
161
+ },
162
+ {
163
+ "bbox": {
164
+ "xMax": 1499,
165
+ "xMin": 1377,
166
+ "yMax": 575,
167
+ "yMin": 483
168
+ },
169
+ "color": [
170
+ 235,
171
+ 51,
172
+ 15,
173
+ 255
174
+ ],
175
+ "label": "bus",
176
+ "occlusion_percentage": 55.3
177
+ },
178
+ {
179
+ "bbox": {
180
+ "xMax": 1641,
181
+ "xMin": 1578,
182
+ "yMax": 646,
183
+ "yMin": 488
184
+ },
185
+ "color": [
186
+ 1,
187
+ 20,
188
+ 11,
189
+ 255
190
+ ],
191
+ "label": "person",
192
+ "occlusion_percentage": 19.26
193
+ },
194
+ {
195
+ "bbox": {
196
+ "xMax": 1723,
197
+ "xMin": 1679,
198
+ "yMax": 625,
199
+ "yMin": 505
200
+ },
201
+ "color": [
202
+ 163,
203
+ 16,
204
+ 11,
205
+ 255
206
+ ],
207
+ "label": "person",
208
+ "occlusion_percentage": 97.87
209
+ },
210
+ {
211
+ "bbox": {
212
+ "xMax": 1366,
213
+ "xMin": 1322,
214
+ "yMax": 559,
215
+ "yMin": 529
216
+ },
217
+ "color": [
218
+ 235,
219
+ 52,
220
+ 13,
221
+ 255
222
+ ],
223
+ "label": "car",
224
+ "occlusion_percentage": 48.93
225
+ },
226
+ {
227
+ "bbox": {
228
+ "xMax": 1264,
229
+ "xMin": 1256,
230
+ "yMax": 552,
231
+ "yMin": 525
232
+ },
233
+ "color": [
234
+ 119,
235
+ 136,
236
+ 11,
237
+ 255
238
+ ],
239
+ "label": "person",
240
+ "occlusion_percentage": 44.6
241
+ },
242
+ {
243
+ "bbox": {
244
+ "xMax": 1587,
245
+ "xMin": 1557,
246
+ "yMax": 598,
247
+ "yMin": 511
248
+ },
249
+ "color": [
250
+ 68,
251
+ 222,
252
+ 11,
253
+ 255
254
+ ],
255
+ "label": "person",
256
+ "occlusion_percentage": 18.83
257
+ },
258
+ {
259
+ "bbox": {
260
+ "xMax": 1044,
261
+ "xMin": 983,
262
+ "yMax": 632,
263
+ "yMin": 475
264
+ },
265
+ "color": [
266
+ 25,
267
+ 32,
268
+ 11,
269
+ 255
270
+ ],
271
+ "label": "person",
272
+ "occlusion_percentage": 0.24
273
+ }
274
+ ]
bbox2d/bbox2d_0025.json ADDED
@@ -0,0 +1,386 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "bbox": {
4
+ "xMax": 684,
5
+ "xMin": 646,
6
+ "yMax": 544,
7
+ "yMin": 455
8
+ },
9
+ "color": [
10
+ 117,
11
+ 191,
12
+ 11,
13
+ 255
14
+ ],
15
+ "label": "person",
16
+ "occlusion_percentage": 19.2
17
+ },
18
+ {
19
+ "bbox": {
20
+ "xMax": 981,
21
+ "xMin": 969,
22
+ "yMax": 516,
23
+ "yMin": 484
24
+ },
25
+ "color": [
26
+ 13,
27
+ 126,
28
+ 11,
29
+ 255
30
+ ],
31
+ "label": "person",
32
+ "occlusion_percentage": 47.19
33
+ },
34
+ {
35
+ "bbox": {
36
+ "xMax": 385,
37
+ "xMin": 345,
38
+ "yMax": 541,
39
+ "yMin": 453
40
+ },
41
+ "color": [
42
+ 25,
43
+ 32,
44
+ 11,
45
+ 255
46
+ ],
47
+ "label": "person",
48
+ "occlusion_percentage": 35.08
49
+ },
50
+ {
51
+ "bbox": {
52
+ "xMax": 1083,
53
+ "xMin": 1073,
54
+ "yMax": 518,
55
+ "yMin": 488
56
+ },
57
+ "color": [
58
+ 64,
59
+ 224,
60
+ 11,
61
+ 255
62
+ ],
63
+ "label": "person",
64
+ "occlusion_percentage": 25.9
65
+ },
66
+ {
67
+ "bbox": {
68
+ "xMax": 774,
69
+ "xMin": 752,
70
+ "yMax": 536,
71
+ "yMin": 468
72
+ },
73
+ "color": [
74
+ 47,
75
+ 99,
76
+ 11,
77
+ 255
78
+ ],
79
+ "label": "person",
80
+ "occlusion_percentage": 37.53
81
+ },
82
+ {
83
+ "bbox": {
84
+ "xMax": 958,
85
+ "xMin": 950,
86
+ "yMax": 517,
87
+ "yMin": 485
88
+ },
89
+ "color": [
90
+ 249,
91
+ 11,
92
+ 11,
93
+ 255
94
+ ],
95
+ "label": "person",
96
+ "occlusion_percentage": 91.0
97
+ },
98
+ {
99
+ "bbox": {
100
+ "xMax": 1418,
101
+ "xMin": 1345,
102
+ "yMax": 625,
103
+ "yMin": 427
104
+ },
105
+ "color": [
106
+ 231,
107
+ 63,
108
+ 11,
109
+ 255
110
+ ],
111
+ "label": "person",
112
+ "occlusion_percentage": 1.82
113
+ },
114
+ {
115
+ "bbox": {
116
+ "xMax": 2047,
117
+ "xMin": 1894,
118
+ "yMax": 969,
119
+ "yMin": 234
120
+ },
121
+ "color": [
122
+ 44,
123
+ 210,
124
+ 11,
125
+ 255
126
+ ],
127
+ "label": "person",
128
+ "occlusion_percentage": 0.0
129
+ },
130
+ {
131
+ "bbox": {
132
+ "xMax": 740,
133
+ "xMin": 715,
134
+ "yMax": 536,
135
+ "yMin": 461
136
+ },
137
+ "color": [
138
+ 186,
139
+ 183,
140
+ 11,
141
+ 255
142
+ ],
143
+ "label": "person",
144
+ "occlusion_percentage": 90.34
145
+ },
146
+ {
147
+ "bbox": {
148
+ "xMax": 977,
149
+ "xMin": 965,
150
+ "yMax": 517,
151
+ "yMin": 482
152
+ },
153
+ "color": [
154
+ 148,
155
+ 142,
156
+ 11,
157
+ 255
158
+ ],
159
+ "label": "person",
160
+ "occlusion_percentage": 13.43
161
+ },
162
+ {
163
+ "bbox": {
164
+ "xMax": 1284,
165
+ "xMin": 1237,
166
+ "yMax": 586,
167
+ "yMin": 453
168
+ },
169
+ "color": [
170
+ 93,
171
+ 179,
172
+ 11,
173
+ 255
174
+ ],
175
+ "label": "person",
176
+ "occlusion_percentage": 0.56
177
+ },
178
+ {
179
+ "bbox": {
180
+ "xMax": 689,
181
+ "xMin": 470,
182
+ "yMax": 539,
183
+ "yMin": 388
184
+ },
185
+ "color": [
186
+ 119,
187
+ 136,
188
+ 15,
189
+ 255
190
+ ],
191
+ "label": "bus",
192
+ "occlusion_percentage": 38.12
193
+ },
194
+ {
195
+ "bbox": {
196
+ "xMax": 1079,
197
+ "xMin": 1016,
198
+ "yMax": 525,
199
+ "yMin": 451
200
+ },
201
+ "color": [
202
+ 121,
203
+ 55,
204
+ 15,
205
+ 255
206
+ ],
207
+ "label": "bus",
208
+ "occlusion_percentage": 53.0
209
+ },
210
+ {
211
+ "bbox": {
212
+ "xMax": 742,
213
+ "xMin": 716,
214
+ "yMax": 547,
215
+ "yMin": 455
216
+ },
217
+ "color": [
218
+ 24,
219
+ 187,
220
+ 11,
221
+ 255
222
+ ],
223
+ "label": "person",
224
+ "occlusion_percentage": 4.3
225
+ },
226
+ {
227
+ "bbox": {
228
+ "xMax": 878,
229
+ "xMin": 854,
230
+ "yMax": 541,
231
+ "yMin": 469
232
+ },
233
+ "color": [
234
+ 163,
235
+ 16,
236
+ 11,
237
+ 255
238
+ ],
239
+ "label": "person",
240
+ "occlusion_percentage": 41.8
241
+ },
242
+ {
243
+ "bbox": {
244
+ "xMax": 907,
245
+ "xMin": 898,
246
+ "yMax": 516,
247
+ "yMin": 485
248
+ },
249
+ "color": [
250
+ 8,
251
+ 190,
252
+ 11,
253
+ 255
254
+ ],
255
+ "label": "person",
256
+ "occlusion_percentage": 91.22
257
+ },
258
+ {
259
+ "bbox": {
260
+ "xMax": 1078,
261
+ "xMin": 990,
262
+ "yMax": 555,
263
+ "yMin": 480
264
+ },
265
+ "color": [
266
+ 3,
267
+ 220,
268
+ 13,
269
+ 255
270
+ ],
271
+ "label": "car",
272
+ "occlusion_percentage": 0.0
273
+ },
274
+ {
275
+ "bbox": {
276
+ "xMax": 853,
277
+ "xMin": 813,
278
+ "yMax": 517,
279
+ "yMin": 486
280
+ },
281
+ "color": [
282
+ 37,
283
+ 111,
284
+ 13,
285
+ 255
286
+ ],
287
+ "label": "car",
288
+ "occlusion_percentage": 27.22
289
+ },
290
+ {
291
+ "bbox": {
292
+ "xMax": 720,
293
+ "xMin": 689,
294
+ "yMax": 546,
295
+ "yMin": 459
296
+ },
297
+ "color": [
298
+ 1,
299
+ 20,
300
+ 11,
301
+ 255
302
+ ],
303
+ "label": "person",
304
+ "occlusion_percentage": 3.83
305
+ },
306
+ {
307
+ "bbox": {
308
+ "xMax": 965,
309
+ "xMin": 953,
310
+ "yMax": 516,
311
+ "yMin": 485
312
+ },
313
+ "color": [
314
+ 12,
315
+ 78,
316
+ 11,
317
+ 255
318
+ ],
319
+ "label": "person",
320
+ "occlusion_percentage": 55.62
321
+ },
322
+ {
323
+ "bbox": {
324
+ "xMax": 958,
325
+ "xMin": 936,
326
+ "yMax": 533,
327
+ "yMin": 473
328
+ },
329
+ "color": [
330
+ 68,
331
+ 222,
332
+ 11,
333
+ 255
334
+ ],
335
+ "label": "person",
336
+ "occlusion_percentage": 25.27
337
+ },
338
+ {
339
+ "bbox": {
340
+ "xMax": 862,
341
+ "xMin": 848,
342
+ "yMax": 519,
343
+ "yMin": 480
344
+ },
345
+ "color": [
346
+ 23,
347
+ 210,
348
+ 11,
349
+ 255
350
+ ],
351
+ "label": "person",
352
+ "occlusion_percentage": 16.19
353
+ },
354
+ {
355
+ "bbox": {
356
+ "xMax": 1166,
357
+ "xMin": 1133,
358
+ "yMax": 546,
359
+ "yMin": 465
360
+ },
361
+ "color": [
362
+ 94,
363
+ 24,
364
+ 11,
365
+ 255
366
+ ],
367
+ "label": "person",
368
+ "occlusion_percentage": 0.15
369
+ },
370
+ {
371
+ "bbox": {
372
+ "xMax": 780,
373
+ "xMin": 765,
374
+ "yMax": 514,
375
+ "yMin": 478
376
+ },
377
+ "color": [
378
+ 15,
379
+ 222,
380
+ 11,
381
+ 255
382
+ ],
383
+ "label": "person",
384
+ "occlusion_percentage": 99.64
385
+ }
386
+ ]
bbox2d/bbox2d_0026.json ADDED
@@ -0,0 +1,386 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "bbox": {
4
+ "xMax": 1671,
5
+ "xMin": 1481,
6
+ "yMax": 562,
7
+ "yMin": 494
8
+ },
9
+ "color": [
10
+ 142,
11
+ 48,
12
+ 13,
13
+ 255
14
+ ],
15
+ "label": "car",
16
+ "occlusion_percentage": 48.38
17
+ },
18
+ {
19
+ "bbox": {
20
+ "xMax": 1398,
21
+ "xMin": 1336,
22
+ "yMax": 631,
23
+ "yMin": 451
24
+ },
25
+ "color": [
26
+ 43,
27
+ 110,
28
+ 11,
29
+ 255
30
+ ],
31
+ "label": "person",
32
+ "occlusion_percentage": 0.01
33
+ },
34
+ {
35
+ "bbox": {
36
+ "xMax": 1048,
37
+ "xMin": 1013,
38
+ "yMax": 545,
39
+ "yMin": 517
40
+ },
41
+ "color": [
42
+ 211,
43
+ 40,
44
+ 13,
45
+ 255
46
+ ],
47
+ "label": "car",
48
+ "occlusion_percentage": 89.16
49
+ },
50
+ {
51
+ "bbox": {
52
+ "xMax": 1043,
53
+ "xMin": 1002,
54
+ "yMax": 554,
55
+ "yMin": 519
56
+ },
57
+ "color": [
58
+ 72,
59
+ 212,
60
+ 13,
61
+ 255
62
+ ],
63
+ "label": "car",
64
+ "occlusion_percentage": 74.85
65
+ },
66
+ {
67
+ "bbox": {
68
+ "xMax": 730,
69
+ "xMin": 648,
70
+ "yMax": 670,
71
+ "yMin": 453
72
+ },
73
+ "color": [
74
+ 165,
75
+ 216,
76
+ 11,
77
+ 255
78
+ ],
79
+ "label": "person",
80
+ "occlusion_percentage": 7.3
81
+ },
82
+ {
83
+ "bbox": {
84
+ "xMax": 996,
85
+ "xMin": 988,
86
+ "yMax": 543,
87
+ "yMin": 516
88
+ },
89
+ "color": [
90
+ 69,
91
+ 67,
92
+ 11,
93
+ 255
94
+ ],
95
+ "label": "person",
96
+ "occlusion_percentage": 48.94
97
+ },
98
+ {
99
+ "bbox": {
100
+ "xMax": 1329,
101
+ "xMin": 1304,
102
+ "yMax": 565,
103
+ "yMin": 490
104
+ },
105
+ "color": [
106
+ 138,
107
+ 59,
108
+ 11,
109
+ 255
110
+ ],
111
+ "label": "person",
112
+ "occlusion_percentage": 8.54
113
+ },
114
+ {
115
+ "bbox": {
116
+ "xMax": 401,
117
+ "xMin": 356,
118
+ "yMax": 648,
119
+ "yMin": 470
120
+ },
121
+ "color": [
122
+ 207,
123
+ 51,
124
+ 11,
125
+ 255
126
+ ],
127
+ "label": "person",
128
+ "occlusion_percentage": 4.66
129
+ },
130
+ {
131
+ "bbox": {
132
+ "xMax": 1179,
133
+ "xMin": 1168,
134
+ "yMax": 545,
135
+ "yMin": 510
136
+ },
137
+ "color": [
138
+ 139,
139
+ 159,
140
+ 11,
141
+ 255
142
+ ],
143
+ "label": "person",
144
+ "occlusion_percentage": 66.67
145
+ },
146
+ {
147
+ "bbox": {
148
+ "xMax": 1349,
149
+ "xMin": 1112,
150
+ "yMax": 780,
151
+ "yMin": 363
152
+ },
153
+ "color": [
154
+ 136,
155
+ 114,
156
+ 11,
157
+ 255
158
+ ],
159
+ "label": "person",
160
+ "occlusion_percentage": 0.02
161
+ },
162
+ {
163
+ "bbox": {
164
+ "xMax": 1043,
165
+ "xMin": 1026,
166
+ "yMax": 561,
167
+ "yMin": 510
168
+ },
169
+ "color": [
170
+ 21,
171
+ 43,
172
+ 11,
173
+ 255
174
+ ],
175
+ "label": "person",
176
+ "occlusion_percentage": 54.32
177
+ },
178
+ {
179
+ "bbox": {
180
+ "xMax": 819,
181
+ "xMin": 458,
182
+ "yMax": 618,
183
+ "yMin": 481
184
+ },
185
+ "color": [
186
+ 189,
187
+ 228,
188
+ 13,
189
+ 255
190
+ ],
191
+ "label": "car",
192
+ "occlusion_percentage": 38.14
193
+ },
194
+ {
195
+ "bbox": {
196
+ "xMax": 1799,
197
+ "xMin": 1771,
198
+ "yMax": 550,
199
+ "yMin": 484
200
+ },
201
+ "color": [
202
+ 114,
203
+ 47,
204
+ 11,
205
+ 255
206
+ ],
207
+ "label": "person",
208
+ "occlusion_percentage": 30.26
209
+ },
210
+ {
211
+ "bbox": {
212
+ "xMax": 121,
213
+ "xMin": 0,
214
+ "yMax": 1023,
215
+ "yMin": 244
216
+ },
217
+ "color": [
218
+ 235,
219
+ 52,
220
+ 11,
221
+ 255
222
+ ],
223
+ "label": "person",
224
+ "occlusion_percentage": 0.0
225
+ },
226
+ {
227
+ "bbox": {
228
+ "xMax": 951,
229
+ "xMin": 937,
230
+ "yMax": 553,
231
+ "yMin": 510
232
+ },
233
+ "color": [
234
+ 22,
235
+ 142,
236
+ 11,
237
+ 255
238
+ ],
239
+ "label": "person",
240
+ "occlusion_percentage": 39.38
241
+ },
242
+ {
243
+ "bbox": {
244
+ "xMax": 911,
245
+ "xMin": 869,
246
+ "yMax": 566,
247
+ "yMin": 524
248
+ },
249
+ "color": [
250
+ 48,
251
+ 199,
252
+ 17,
253
+ 255
254
+ ],
255
+ "label": "motorcycle",
256
+ "occlusion_percentage": 15.86
257
+ },
258
+ {
259
+ "bbox": {
260
+ "xMax": 1191,
261
+ "xMin": 1177,
262
+ "yMax": 549,
263
+ "yMin": 508
264
+ },
265
+ "color": [
266
+ 92,
267
+ 234,
268
+ 11,
269
+ 255
270
+ ],
271
+ "label": "person",
272
+ "occlusion_percentage": 59.42
273
+ },
274
+ {
275
+ "bbox": {
276
+ "xMax": 1687,
277
+ "xMin": 1631,
278
+ "yMax": 615,
279
+ "yMin": 474
280
+ },
281
+ "color": [
282
+ 182,
283
+ 194,
284
+ 11,
285
+ 255
286
+ ],
287
+ "label": "person",
288
+ "occlusion_percentage": 17.94
289
+ },
290
+ {
291
+ "bbox": {
292
+ "xMax": 1133,
293
+ "xMin": 1120,
294
+ "yMax": 552,
295
+ "yMin": 508
296
+ },
297
+ "color": [
298
+ 142,
299
+ 48,
300
+ 11,
301
+ 255
302
+ ],
303
+ "label": "person",
304
+ "occlusion_percentage": 58.5
305
+ },
306
+ {
307
+ "bbox": {
308
+ "xMax": 409,
309
+ "xMin": 386,
310
+ "yMax": 582,
311
+ "yMin": 511
312
+ },
313
+ "color": [
314
+ 162,
315
+ 71,
316
+ 11,
317
+ 255
318
+ ],
319
+ "label": "person",
320
+ "occlusion_percentage": 66.6
321
+ },
322
+ {
323
+ "bbox": {
324
+ "xMax": 1484,
325
+ "xMin": 1401,
326
+ "yMax": 669,
327
+ "yMin": 440
328
+ },
329
+ "color": [
330
+ 163,
331
+ 171,
332
+ 11,
333
+ 255
334
+ ],
335
+ "label": "person",
336
+ "occlusion_percentage": 0.55
337
+ },
338
+ {
339
+ "bbox": {
340
+ "xMax": 432,
341
+ "xMin": 408,
342
+ "yMax": 580,
343
+ "yMin": 508
344
+ },
345
+ "color": [
346
+ 67,
347
+ 122,
348
+ 11,
349
+ 255
350
+ ],
351
+ "label": "person",
352
+ "occlusion_percentage": 27.01
353
+ },
354
+ {
355
+ "bbox": {
356
+ "xMax": 513,
357
+ "xMin": 406,
358
+ "yMax": 711,
359
+ "yMin": 436
360
+ },
361
+ "color": [
362
+ 3,
363
+ 220,
364
+ 11,
365
+ 255
366
+ ],
367
+ "label": "person",
368
+ "occlusion_percentage": 24.81
369
+ },
370
+ {
371
+ "bbox": {
372
+ "xMax": 831,
373
+ "xMin": 810,
374
+ "yMax": 564,
375
+ "yMin": 506
376
+ },
377
+ "color": [
378
+ 91,
379
+ 134,
380
+ 11,
381
+ 255
382
+ ],
383
+ "label": "person",
384
+ "occlusion_percentage": 28.68
385
+ }
386
+ ]
bbox2d/bbox2d_0027.json ADDED
@@ -0,0 +1,210 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "bbox": {
4
+ "xMax": 1085,
5
+ "xMin": 1067,
6
+ "yMax": 554,
7
+ "yMin": 499
8
+ },
9
+ "color": [
10
+ 252,
11
+ 30,
12
+ 11,
13
+ 255
14
+ ],
15
+ "label": "person",
16
+ "occlusion_percentage": 83.95
17
+ },
18
+ {
19
+ "bbox": {
20
+ "xMax": 1500,
21
+ "xMin": 1258,
22
+ "yMax": 642,
23
+ "yMin": 442
24
+ },
25
+ "color": [
26
+ 234,
27
+ 208,
28
+ 13,
29
+ 255
30
+ ],
31
+ "label": "car",
32
+ "occlusion_percentage": 0.5
33
+ },
34
+ {
35
+ "bbox": {
36
+ "xMax": 1151,
37
+ "xMin": 1142,
38
+ "yMax": 532,
39
+ "yMin": 505
40
+ },
41
+ "color": [
42
+ 73,
43
+ 56,
44
+ 11,
45
+ 255
46
+ ],
47
+ "label": "person",
48
+ "occlusion_percentage": 61.87
49
+ },
50
+ {
51
+ "bbox": {
52
+ "xMax": 1526,
53
+ "xMin": 1488,
54
+ "yMax": 557,
55
+ "yMin": 448
56
+ },
57
+ "color": [
58
+ 45,
59
+ 55,
60
+ 11,
61
+ 255
62
+ ],
63
+ "label": "person",
64
+ "occlusion_percentage": 4.78
65
+ },
66
+ {
67
+ "bbox": {
68
+ "xMax": 1478,
69
+ "xMin": 1460,
70
+ "yMax": 536,
71
+ "yMin": 470
72
+ },
73
+ "color": [
74
+ 49,
75
+ 44,
76
+ 11,
77
+ 255
78
+ ],
79
+ "label": "person",
80
+ "occlusion_percentage": 59.68
81
+ },
82
+ {
83
+ "bbox": {
84
+ "xMax": 1602,
85
+ "xMin": 1573,
86
+ "yMax": 568,
87
+ "yMin": 441
88
+ },
89
+ "color": [
90
+ 95,
91
+ 124,
92
+ 11,
93
+ 255
94
+ ],
95
+ "label": "person",
96
+ "occlusion_percentage": 9.45
97
+ },
98
+ {
99
+ "bbox": {
100
+ "xMax": 1071,
101
+ "xMin": 304,
102
+ "yMax": 719,
103
+ "yMin": 295
104
+ },
105
+ "color": [
106
+ 210,
107
+ 195,
108
+ 16,
109
+ 255
110
+ ],
111
+ "label": "train",
112
+ "occlusion_percentage": 0.12
113
+ },
114
+ {
115
+ "bbox": {
116
+ "xMax": 1132,
117
+ "xMin": 1105,
118
+ "yMax": 549,
119
+ "yMin": 494
120
+ },
121
+ "color": [
122
+ 159,
123
+ 26,
124
+ 11,
125
+ 255
126
+ ],
127
+ "label": "person",
128
+ "occlusion_percentage": 36.92
129
+ },
130
+ {
131
+ "bbox": {
132
+ "xMax": 1959,
133
+ "xMin": 1828,
134
+ "yMax": 656,
135
+ "yMin": 341
136
+ },
137
+ "color": [
138
+ 234,
139
+ 208,
140
+ 11,
141
+ 255
142
+ ],
143
+ "label": "person",
144
+ "occlusion_percentage": 8.95
145
+ },
146
+ {
147
+ "bbox": {
148
+ "xMax": 1288,
149
+ "xMin": 1255,
150
+ "yMax": 538,
151
+ "yMin": 483
152
+ },
153
+ "color": [
154
+ 20,
155
+ 198,
156
+ 11,
157
+ 255
158
+ ],
159
+ "label": "person",
160
+ "occlusion_percentage": 48.05
161
+ },
162
+ {
163
+ "bbox": {
164
+ "xMax": 391,
165
+ "xMin": 305,
166
+ "yMax": 676,
167
+ "yMin": 509
168
+ },
169
+ "color": [
170
+ 253,
171
+ 130,
172
+ 11,
173
+ 255
174
+ ],
175
+ "label": "person",
176
+ "occlusion_percentage": 4.86
177
+ },
178
+ {
179
+ "bbox": {
180
+ "xMax": 1279,
181
+ "xMin": 1182,
182
+ "yMax": 542,
183
+ "yMin": 499
184
+ },
185
+ "color": [
186
+ 118,
187
+ 36,
188
+ 13,
189
+ 255
190
+ ],
191
+ "label": "car",
192
+ "occlusion_percentage": 11.92
193
+ },
194
+ {
195
+ "bbox": {
196
+ "xMax": 1120,
197
+ "xMin": 1046,
198
+ "yMax": 559,
199
+ "yMin": 497
200
+ },
201
+ "color": [
202
+ 95,
203
+ 124,
204
+ 13,
205
+ 255
206
+ ],
207
+ "label": "car",
208
+ "occlusion_percentage": 22.3
209
+ }
210
+ ]
bbox2d/bbox2d_0028.json ADDED
@@ -0,0 +1,274 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "bbox": {
4
+ "xMax": 1747,
5
+ "xMin": 1658,
6
+ "yMax": 572,
7
+ "yMin": 532
8
+ },
9
+ "color": [
10
+ 142,
11
+ 48,
12
+ 13,
13
+ 255
14
+ ],
15
+ "label": "car",
16
+ "occlusion_percentage": 62.4
17
+ },
18
+ {
19
+ "bbox": {
20
+ "xMax": 1184,
21
+ "xMin": 1163,
22
+ "yMax": 549,
23
+ "yMin": 484
24
+ },
25
+ "color": [
26
+ 164,
27
+ 116,
28
+ 11,
29
+ 255
30
+ ],
31
+ "label": "person",
32
+ "occlusion_percentage": 85.7
33
+ },
34
+ {
35
+ "bbox": {
36
+ "xMax": 2047,
37
+ "xMin": 1821,
38
+ "yMax": 667,
39
+ "yMin": 523
40
+ },
41
+ "color": [
42
+ 234,
43
+ 208,
44
+ 13,
45
+ 255
46
+ ],
47
+ "label": "car",
48
+ "occlusion_percentage": 0.57
49
+ },
50
+ {
51
+ "bbox": {
52
+ "xMax": 1259,
53
+ "xMin": 1167,
54
+ "yMax": 537,
55
+ "yMin": 501
56
+ },
57
+ "color": [
58
+ 189,
59
+ 228,
60
+ 13,
61
+ 255
62
+ ],
63
+ "label": "car",
64
+ "occlusion_percentage": 91.07
65
+ },
66
+ {
67
+ "bbox": {
68
+ "xMax": 1234,
69
+ "xMin": 1216,
70
+ "yMax": 558,
71
+ "yMin": 502
72
+ },
73
+ "color": [
74
+ 113,
75
+ 202,
76
+ 11,
77
+ 255
78
+ ],
79
+ "label": "person",
80
+ "occlusion_percentage": 72.39
81
+ },
82
+ {
83
+ "bbox": {
84
+ "xMax": 997,
85
+ "xMin": 898,
86
+ "yMax": 646,
87
+ "yMin": 386
88
+ },
89
+ "color": [
90
+ 211,
91
+ 40,
92
+ 11,
93
+ 255
94
+ ],
95
+ "label": "person",
96
+ "occlusion_percentage": 0.02
97
+ },
98
+ {
99
+ "bbox": {
100
+ "xMax": 1466,
101
+ "xMin": 1378,
102
+ "yMax": 557,
103
+ "yMin": 515
104
+ },
105
+ "color": [
106
+ 118,
107
+ 36,
108
+ 13,
109
+ 255
110
+ ],
111
+ "label": "car",
112
+ "occlusion_percentage": 76.24
113
+ },
114
+ {
115
+ "bbox": {
116
+ "xMax": 1994,
117
+ "xMin": 1962,
118
+ "yMax": 624,
119
+ "yMin": 527
120
+ },
121
+ "color": [
122
+ 95,
123
+ 124,
124
+ 11,
125
+ 255
126
+ ],
127
+ "label": "person",
128
+ "occlusion_percentage": 95.79
129
+ },
130
+ {
131
+ "bbox": {
132
+ "xMax": 1661,
133
+ "xMin": 1402,
134
+ "yMax": 635,
135
+ "yMin": 373
136
+ },
137
+ "color": [
138
+ 16,
139
+ 15,
140
+ 16,
141
+ 255
142
+ ],
143
+ "label": "train",
144
+ "occlusion_percentage": 0.12
145
+ },
146
+ {
147
+ "bbox": {
148
+ "xMax": 1878,
149
+ "xMin": 1848,
150
+ "yMax": 609,
151
+ "yMin": 521
152
+ },
153
+ "color": [
154
+ 45,
155
+ 55,
156
+ 11,
157
+ 255
158
+ ],
159
+ "label": "person",
160
+ "occlusion_percentage": 74.04
161
+ },
162
+ {
163
+ "bbox": {
164
+ "xMax": 1721,
165
+ "xMin": 1706,
166
+ "yMax": 582,
167
+ "yMin": 525
168
+ },
169
+ "color": [
170
+ 49,
171
+ 44,
172
+ 11,
173
+ 255
174
+ ],
175
+ "label": "person",
176
+ "occlusion_percentage": 2.1
177
+ },
178
+ {
179
+ "bbox": {
180
+ "xMax": 1182,
181
+ "xMin": 1140,
182
+ "yMax": 589,
183
+ "yMin": 469
184
+ },
185
+ "color": [
186
+ 253,
187
+ 130,
188
+ 11,
189
+ 255
190
+ ],
191
+ "label": "person",
192
+ "occlusion_percentage": 13.68
193
+ },
194
+ {
195
+ "bbox": {
196
+ "xMax": 1699,
197
+ "xMin": 1683,
198
+ "yMax": 583,
199
+ "yMin": 522
200
+ },
201
+ "color": [
202
+ 229,
203
+ 118,
204
+ 11,
205
+ 255
206
+ ],
207
+ "label": "person",
208
+ "occlusion_percentage": 0.14
209
+ },
210
+ {
211
+ "bbox": {
212
+ "xMax": 975,
213
+ "xMin": 906,
214
+ "yMax": 632,
215
+ "yMin": 407
216
+ },
217
+ "color": [
218
+ 141,
219
+ 203,
220
+ 11,
221
+ 255
222
+ ],
223
+ "label": "person",
224
+ "occlusion_percentage": 75.97
225
+ },
226
+ {
227
+ "bbox": {
228
+ "xMax": 1202,
229
+ "xMin": 1184,
230
+ "yMax": 551,
231
+ "yMin": 491
232
+ },
233
+ "color": [
234
+ 48,
235
+ 199,
236
+ 11,
237
+ 255
238
+ ],
239
+ "label": "person",
240
+ "occlusion_percentage": 0.61
241
+ },
242
+ {
243
+ "bbox": {
244
+ "xMax": 1228,
245
+ "xMin": 1193,
246
+ "yMax": 566,
247
+ "yMin": 485
248
+ },
249
+ "color": [
250
+ 137,
251
+ 214,
252
+ 11,
253
+ 255
254
+ ],
255
+ "label": "person",
256
+ "occlusion_percentage": 19.31
257
+ },
258
+ {
259
+ "bbox": {
260
+ "xMax": 1384,
261
+ "xMin": 1304,
262
+ "yMax": 558,
263
+ "yMin": 505
264
+ },
265
+ "color": [
266
+ 95,
267
+ 124,
268
+ 13,
269
+ 255
270
+ ],
271
+ "label": "car",
272
+ "occlusion_percentage": 0.89
273
+ }
274
+ ]
bbox2d/bbox2d_0029.json ADDED
@@ -0,0 +1,162 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "bbox": {
4
+ "xMax": 85,
5
+ "xMin": 31,
6
+ "yMax": 630,
7
+ "yMin": 518
8
+ },
9
+ "color": [
10
+ 1,
11
+ 175,
12
+ 11,
13
+ 255
14
+ ],
15
+ "label": "person",
16
+ "occlusion_percentage": 32.81
17
+ },
18
+ {
19
+ "bbox": {
20
+ "xMax": 792,
21
+ "xMin": 699,
22
+ "yMax": 637,
23
+ "yMin": 524
24
+ },
25
+ "color": [
26
+ 49,
27
+ 44,
28
+ 18,
29
+ 255
30
+ ],
31
+ "label": "bicycle",
32
+ "occlusion_percentage": 83.26
33
+ },
34
+ {
35
+ "bbox": {
36
+ "xMax": 786,
37
+ "xMin": 702,
38
+ "yMax": 607,
39
+ "yMin": 461
40
+ },
41
+ "color": [
42
+ 49,
43
+ 44,
44
+ 12,
45
+ 255
46
+ ],
47
+ "label": "rider",
48
+ "occlusion_percentage": 35.87
49
+ },
50
+ {
51
+ "bbox": {
52
+ "xMax": 460,
53
+ "xMin": 262,
54
+ "yMax": 622,
55
+ "yMin": 511
56
+ },
57
+ "color": [
58
+ 165,
59
+ 216,
60
+ 13,
61
+ 255
62
+ ],
63
+ "label": "car",
64
+ "occlusion_percentage": 59.16
65
+ },
66
+ {
67
+ "bbox": {
68
+ "xMax": 278,
69
+ "xMin": 234,
70
+ "yMax": 647,
71
+ "yMin": 505
72
+ },
73
+ "color": [
74
+ 212,
75
+ 140,
76
+ 11,
77
+ 255
78
+ ],
79
+ "label": "person",
80
+ "occlusion_percentage": 83.2
81
+ },
82
+ {
83
+ "bbox": {
84
+ "xMax": 321,
85
+ "xMin": 303,
86
+ "yMax": 593,
87
+ "yMin": 523
88
+ },
89
+ "color": [
90
+ 255,
91
+ 75,
92
+ 11,
93
+ 255
94
+ ],
95
+ "label": "person",
96
+ "occlusion_percentage": 94.39
97
+ },
98
+ {
99
+ "bbox": {
100
+ "xMax": 1890,
101
+ "xMin": 1818,
102
+ "yMax": 578,
103
+ "yMin": 382
104
+ },
105
+ "color": [
106
+ 67,
107
+ 122,
108
+ 11,
109
+ 255
110
+ ],
111
+ "label": "person",
112
+ "occlusion_percentage": 0.09
113
+ },
114
+ {
115
+ "bbox": {
116
+ "xMax": 1818,
117
+ "xMin": 1746,
118
+ "yMax": 587,
119
+ "yMin": 393
120
+ },
121
+ "color": [
122
+ 162,
123
+ 71,
124
+ 11,
125
+ 255
126
+ ],
127
+ "label": "person",
128
+ "occlusion_percentage": 0.26
129
+ },
130
+ {
131
+ "bbox": {
132
+ "xMax": 141,
133
+ "xMin": 112,
134
+ "yMax": 640,
135
+ "yMin": 520
136
+ },
137
+ "color": [
138
+ 189,
139
+ 228,
140
+ 11,
141
+ 255
142
+ ],
143
+ "label": "person",
144
+ "occlusion_percentage": 50.42
145
+ },
146
+ {
147
+ "bbox": {
148
+ "xMax": 429,
149
+ "xMin": 383,
150
+ "yMax": 653,
151
+ "yMin": 489
152
+ },
153
+ "color": [
154
+ 50,
155
+ 144,
156
+ 11,
157
+ 255
158
+ ],
159
+ "label": "person",
160
+ "occlusion_percentage": 29.73
161
+ }
162
+ ]
bbox2d/bbox2d_0030.json ADDED
@@ -0,0 +1,178 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "bbox": {
4
+ "xMax": 1022,
5
+ "xMin": 838,
6
+ "yMax": 773,
7
+ "yMin": 383
8
+ },
9
+ "color": [
10
+ 43,
11
+ 110,
12
+ 11,
13
+ 255
14
+ ],
15
+ "label": "person",
16
+ "occlusion_percentage": 0.0
17
+ },
18
+ {
19
+ "bbox": {
20
+ "xMax": 1783,
21
+ "xMin": 1751,
22
+ "yMax": 619,
23
+ "yMin": 534
24
+ },
25
+ "color": [
26
+ 140,
27
+ 104,
28
+ 11,
29
+ 255
30
+ ],
31
+ "label": "person",
32
+ "occlusion_percentage": 32.75
33
+ },
34
+ {
35
+ "bbox": {
36
+ "xMax": 1113,
37
+ "xMin": 1049,
38
+ "yMax": 642,
39
+ "yMin": 458
40
+ },
41
+ "color": [
42
+ 140,
43
+ 4,
44
+ 11,
45
+ 255
46
+ ],
47
+ "label": "person",
48
+ "occlusion_percentage": 9.51
49
+ },
50
+ {
51
+ "bbox": {
52
+ "xMax": 561,
53
+ "xMin": 516,
54
+ "yMax": 602,
55
+ "yMin": 437
56
+ },
57
+ "color": [
58
+ 210,
59
+ 195,
60
+ 11,
61
+ 255
62
+ ],
63
+ "label": "person",
64
+ "occlusion_percentage": 0.76
65
+ },
66
+ {
67
+ "bbox": {
68
+ "xMax": 1586,
69
+ "xMin": 1493,
70
+ "yMax": 745,
71
+ "yMin": 469
72
+ },
73
+ "color": [
74
+ 163,
75
+ 171,
76
+ 11,
77
+ 255
78
+ ],
79
+ "label": "person",
80
+ "occlusion_percentage": 0.61
81
+ },
82
+ {
83
+ "bbox": {
84
+ "xMax": 1560,
85
+ "xMin": 1513,
86
+ "yMax": 616,
87
+ "yMin": 514
88
+ },
89
+ "color": [
90
+ 184,
91
+ 138,
92
+ 11,
93
+ 255
94
+ ],
95
+ "label": "person",
96
+ "occlusion_percentage": 73.79
97
+ },
98
+ {
99
+ "bbox": {
100
+ "xMax": 2047,
101
+ "xMin": 1919,
102
+ "yMax": 642,
103
+ "yMin": 558
104
+ },
105
+ "color": [
106
+ 235,
107
+ 52,
108
+ 13,
109
+ 255
110
+ ],
111
+ "label": "car",
112
+ "occlusion_percentage": 22.06
113
+ },
114
+ {
115
+ "bbox": {
116
+ "xMax": 1979,
117
+ "xMin": 1952,
118
+ "yMax": 624,
119
+ "yMin": 548
120
+ },
121
+ "color": [
122
+ 233,
123
+ 108,
124
+ 11,
125
+ 255
126
+ ],
127
+ "label": "person",
128
+ "occlusion_percentage": 77.69
129
+ },
130
+ {
131
+ "bbox": {
132
+ "xMax": 1209,
133
+ "xMin": 1148,
134
+ "yMax": 646,
135
+ "yMin": 474
136
+ },
137
+ "color": [
138
+ 233,
139
+ 8,
140
+ 11,
141
+ 255
142
+ ],
143
+ "label": "person",
144
+ "occlusion_percentage": 1.02
145
+ },
146
+ {
147
+ "bbox": {
148
+ "xMax": 1743,
149
+ "xMin": 1669,
150
+ "yMax": 637,
151
+ "yMin": 564
152
+ },
153
+ "color": [
154
+ 96,
155
+ 224,
156
+ 17,
157
+ 255
158
+ ],
159
+ "label": "motorcycle",
160
+ "occlusion_percentage": 67.35
161
+ },
162
+ {
163
+ "bbox": {
164
+ "xMax": 1732,
165
+ "xMin": 1678,
166
+ "yMax": 619,
167
+ "yMin": 532
168
+ },
169
+ "color": [
170
+ 96,
171
+ 224,
172
+ 12,
173
+ 255
174
+ ],
175
+ "label": "rider",
176
+ "occlusion_percentage": 61.32
177
+ }
178
+ ]
bbox2d/bbox2d_0031.json ADDED
@@ -0,0 +1,242 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "bbox": {
4
+ "xMax": 1877,
5
+ "xMin": 1836,
6
+ "yMax": 626,
7
+ "yMin": 482
8
+ },
9
+ "color": [
10
+ 160,
11
+ 126,
12
+ 11,
13
+ 255
14
+ ],
15
+ "label": "person",
16
+ "occlusion_percentage": 35.93
17
+ },
18
+ {
19
+ "bbox": {
20
+ "xMax": 1076,
21
+ "xMin": 0,
22
+ "yMax": 1023,
23
+ "yMin": 520
24
+ },
25
+ "color": [
26
+ 187,
27
+ 28,
28
+ 17,
29
+ 255
30
+ ],
31
+ "label": "motorcycle",
32
+ "occlusion_percentage": 16.39
33
+ },
34
+ {
35
+ "bbox": {
36
+ "xMax": 794,
37
+ "xMin": 767,
38
+ "yMax": 580,
39
+ "yMin": 491
40
+ },
41
+ "color": [
42
+ 46,
43
+ 155,
44
+ 11,
45
+ 255
46
+ ],
47
+ "label": "person",
48
+ "occlusion_percentage": 60.3
49
+ },
50
+ {
51
+ "bbox": {
52
+ "xMax": 1701,
53
+ "xMin": 1655,
54
+ "yMax": 637,
55
+ "yMin": 470
56
+ },
57
+ "color": [
58
+ 96,
59
+ 224,
60
+ 11,
61
+ 255
62
+ ],
63
+ "label": "person",
64
+ "occlusion_percentage": 24.5
65
+ },
66
+ {
67
+ "bbox": {
68
+ "xMax": 1387,
69
+ "xMin": 1009,
70
+ "yMax": 824,
71
+ "yMin": 531
72
+ },
73
+ "color": [
74
+ 48,
75
+ 199,
76
+ 17,
77
+ 255
78
+ ],
79
+ "label": "motorcycle",
80
+ "occlusion_percentage": 0.07
81
+ },
82
+ {
83
+ "bbox": {
84
+ "xMax": 856,
85
+ "xMin": 736,
86
+ "yMax": 563,
87
+ "yMin": 500
88
+ },
89
+ "color": [
90
+ 188,
91
+ 128,
92
+ 13,
93
+ 255
94
+ ],
95
+ "label": "car",
96
+ "occlusion_percentage": 71.7
97
+ },
98
+ {
99
+ "bbox": {
100
+ "xMax": 1306,
101
+ "xMin": 1275,
102
+ "yMax": 578,
103
+ "yMin": 486
104
+ },
105
+ "color": [
106
+ 230,
107
+ 218,
108
+ 11,
109
+ 255
110
+ ],
111
+ "label": "person",
112
+ "occlusion_percentage": 21.45
113
+ },
114
+ {
115
+ "bbox": {
116
+ "xMax": 1283,
117
+ "xMin": 1227,
118
+ "yMax": 600,
119
+ "yMin": 471
120
+ },
121
+ "color": [
122
+ 188,
123
+ 128,
124
+ 11,
125
+ 255
126
+ ],
127
+ "label": "person",
128
+ "occlusion_percentage": 12.7
129
+ },
130
+ {
131
+ "bbox": {
132
+ "xMax": 1099,
133
+ "xMin": 1050,
134
+ "yMax": 609,
135
+ "yMin": 481
136
+ },
137
+ "color": [
138
+ 142,
139
+ 48,
140
+ 11,
141
+ 255
142
+ ],
143
+ "label": "person",
144
+ "occlusion_percentage": 7.08
145
+ },
146
+ {
147
+ "bbox": {
148
+ "xMax": 1097,
149
+ "xMin": 1063,
150
+ "yMax": 593,
151
+ "yMin": 486
152
+ },
153
+ "color": [
154
+ 92,
155
+ 234,
156
+ 11,
157
+ 255
158
+ ],
159
+ "label": "person",
160
+ "occlusion_percentage": 65.43
161
+ },
162
+ {
163
+ "bbox": {
164
+ "xMax": 276,
165
+ "xMin": 0,
166
+ "yMax": 1023,
167
+ "yMin": 737
168
+ },
169
+ "color": [
170
+ 71,
171
+ 112,
172
+ 17,
173
+ 255
174
+ ],
175
+ "label": "motorcycle",
176
+ "occlusion_percentage": 0.0
177
+ },
178
+ {
179
+ "bbox": {
180
+ "xMax": 1190,
181
+ "xMin": 1138,
182
+ "yMax": 674,
183
+ "yMin": 474
184
+ },
185
+ "color": [
186
+ 21,
187
+ 43,
188
+ 11,
189
+ 255
190
+ ],
191
+ "label": "person",
192
+ "occlusion_percentage": 4.93
193
+ },
194
+ {
195
+ "bbox": {
196
+ "xMax": 995,
197
+ "xMin": 973,
198
+ "yMax": 580,
199
+ "yMin": 489
200
+ },
201
+ "color": [
202
+ 208,
203
+ 151,
204
+ 11,
205
+ 255
206
+ ],
207
+ "label": "person",
208
+ "occlusion_percentage": 0.0
209
+ },
210
+ {
211
+ "bbox": {
212
+ "xMax": 895,
213
+ "xMin": 881,
214
+ "yMax": 558,
215
+ "yMin": 506
216
+ },
217
+ "color": [
218
+ 206,
219
+ 206,
220
+ 11,
221
+ 255
222
+ ],
223
+ "label": "person",
224
+ "occlusion_percentage": 24.9
225
+ },
226
+ {
227
+ "bbox": {
228
+ "xMax": 772,
229
+ "xMin": 616,
230
+ "yMax": 861,
231
+ "yMin": 381
232
+ },
233
+ "color": [
234
+ 91,
235
+ 134,
236
+ 11,
237
+ 255
238
+ ],
239
+ "label": "person",
240
+ "occlusion_percentage": 34.16
241
+ }
242
+ ]
bbox2d/bbox2d_0032.json ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "bbox": {
4
+ "xMax": 499,
5
+ "xMin": 423,
6
+ "yMax": 636,
7
+ "yMin": 450
8
+ },
9
+ "color": [
10
+ 186,
11
+ 83,
12
+ 11,
13
+ 255
14
+ ],
15
+ "label": "person",
16
+ "occlusion_percentage": 0.0
17
+ },
18
+ {
19
+ "bbox": {
20
+ "xMax": 1954,
21
+ "xMin": 1878,
22
+ "yMax": 673,
23
+ "yMin": 466
24
+ },
25
+ "color": [
26
+ 50,
27
+ 144,
28
+ 11,
29
+ 255
30
+ ],
31
+ "label": "person",
32
+ "occlusion_percentage": 0.14
33
+ },
34
+ {
35
+ "bbox": {
36
+ "xMax": 1055,
37
+ "xMin": 1000,
38
+ "yMax": 657,
39
+ "yMin": 469
40
+ },
41
+ "color": [
42
+ 73,
43
+ 56,
44
+ 11,
45
+ 255
46
+ ],
47
+ "label": "person",
48
+ "occlusion_percentage": 45.83
49
+ }
50
+ ]
bbox2d/bbox2d_0033.json ADDED
@@ -0,0 +1,162 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "bbox": {
4
+ "xMax": 674,
5
+ "xMin": 639,
6
+ "yMax": 564,
7
+ "yMin": 472
8
+ },
9
+ "color": [
10
+ 253,
11
+ 130,
12
+ 11,
13
+ 255
14
+ ],
15
+ "label": "person",
16
+ "occlusion_percentage": 0.11
17
+ },
18
+ {
19
+ "bbox": {
20
+ "xMax": 795,
21
+ "xMin": 767,
22
+ "yMax": 549,
23
+ "yMin": 482
24
+ },
25
+ "color": [
26
+ 137,
27
+ 214,
28
+ 11,
29
+ 255
30
+ ],
31
+ "label": "person",
32
+ "occlusion_percentage": 0.79
33
+ },
34
+ {
35
+ "bbox": {
36
+ "xMax": 1127,
37
+ "xMin": 1049,
38
+ "yMax": 534,
39
+ "yMin": 500
40
+ },
41
+ "color": [
42
+ 118,
43
+ 36,
44
+ 13,
45
+ 255
46
+ ],
47
+ "label": "car",
48
+ "occlusion_percentage": 6.33
49
+ },
50
+ {
51
+ "bbox": {
52
+ "xMax": 1852,
53
+ "xMin": 1800,
54
+ "yMax": 614,
55
+ "yMin": 437
56
+ },
57
+ "color": [
58
+ 118,
59
+ 36,
60
+ 11,
61
+ 255
62
+ ],
63
+ "label": "person",
64
+ "occlusion_percentage": 0.27
65
+ },
66
+ {
67
+ "bbox": {
68
+ "xMax": 1021,
69
+ "xMin": 778,
70
+ "yMax": 571,
71
+ "yMin": 387
72
+ },
73
+ "color": [
74
+ 210,
75
+ 195,
76
+ 16,
77
+ 255
78
+ ],
79
+ "label": "train",
80
+ "occlusion_percentage": 0.15
81
+ },
82
+ {
83
+ "bbox": {
84
+ "xMax": 373,
85
+ "xMin": 319,
86
+ "yMax": 588,
87
+ "yMin": 441
88
+ },
89
+ "color": [
90
+ 141,
91
+ 203,
92
+ 11,
93
+ 255
94
+ ],
95
+ "label": "person",
96
+ "occlusion_percentage": 49.16
97
+ },
98
+ {
99
+ "bbox": {
100
+ "xMax": 1137,
101
+ "xMin": 1111,
102
+ "yMax": 533,
103
+ "yMin": 490
104
+ },
105
+ "color": [
106
+ 20,
107
+ 198,
108
+ 11,
109
+ 255
110
+ ],
111
+ "label": "person",
112
+ "occlusion_percentage": 0.0
113
+ },
114
+ {
115
+ "bbox": {
116
+ "xMax": 1548,
117
+ "xMin": 1158,
118
+ "yMax": 675,
119
+ "yMin": 408
120
+ },
121
+ "color": [
122
+ 73,
123
+ 56,
124
+ 13,
125
+ 255
126
+ ],
127
+ "label": "car",
128
+ "occlusion_percentage": 0.23
129
+ },
130
+ {
131
+ "bbox": {
132
+ "xMax": 1281,
133
+ "xMin": 1156,
134
+ "yMax": 575,
135
+ "yMin": 475
136
+ },
137
+ "color": [
138
+ 234,
139
+ 208,
140
+ 13,
141
+ 255
142
+ ],
143
+ "label": "car",
144
+ "occlusion_percentage": 88.73
145
+ },
146
+ {
147
+ "bbox": {
148
+ "xMax": 363,
149
+ "xMin": 292,
150
+ "yMax": 593,
151
+ "yMin": 428
152
+ },
153
+ "color": [
154
+ 211,
155
+ 40,
156
+ 11,
157
+ 255
158
+ ],
159
+ "label": "person",
160
+ "occlusion_percentage": 0.03
161
+ }
162
+ ]
bbox2d/bbox2d_0034.json ADDED
@@ -0,0 +1,130 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "bbox": {
4
+ "xMax": 354,
5
+ "xMin": 294,
6
+ "yMax": 589,
7
+ "yMin": 452
8
+ },
9
+ "color": [
10
+ 253,
11
+ 130,
12
+ 11,
13
+ 255
14
+ ],
15
+ "label": "person",
16
+ "occlusion_percentage": 0.09
17
+ },
18
+ {
19
+ "bbox": {
20
+ "xMax": 893,
21
+ "xMin": 868,
22
+ "yMax": 537,
23
+ "yMin": 488
24
+ },
25
+ "color": [
26
+ 159,
27
+ 26,
28
+ 11,
29
+ 255
30
+ ],
31
+ "label": "person",
32
+ "occlusion_percentage": 65.01
33
+ },
34
+ {
35
+ "bbox": {
36
+ "xMax": 2047,
37
+ "xMin": 1092,
38
+ "yMax": 1023,
39
+ "yMin": 0
40
+ },
41
+ "color": [
42
+ 73,
43
+ 56,
44
+ 13,
45
+ 255
46
+ ],
47
+ "label": "car",
48
+ "occlusion_percentage": 0.01
49
+ },
50
+ {
51
+ "bbox": {
52
+ "xMax": 1023,
53
+ "xMin": 935,
54
+ "yMax": 537,
55
+ "yMin": 499
56
+ },
57
+ "color": [
58
+ 118,
59
+ 36,
60
+ 13,
61
+ 255
62
+ ],
63
+ "label": "car",
64
+ "occlusion_percentage": 6.09
65
+ },
66
+ {
67
+ "bbox": {
68
+ "xMax": 1035,
69
+ "xMin": 1005,
70
+ "yMax": 536,
71
+ "yMin": 487
72
+ },
73
+ "color": [
74
+ 20,
75
+ 198,
76
+ 11,
77
+ 255
78
+ ],
79
+ "label": "person",
80
+ "occlusion_percentage": 0.0
81
+ },
82
+ {
83
+ "bbox": {
84
+ "xMax": 1247,
85
+ "xMin": 1061,
86
+ "yMax": 605,
87
+ "yMin": 458
88
+ },
89
+ "color": [
90
+ 234,
91
+ 208,
92
+ 13,
93
+ 255
94
+ ],
95
+ "label": "car",
96
+ "occlusion_percentage": 43.82
97
+ },
98
+ {
99
+ "bbox": {
100
+ "xMax": 883,
101
+ "xMin": 435,
102
+ "yMax": 609,
103
+ "yMin": 310
104
+ },
105
+ "color": [
106
+ 185,
107
+ 122,
108
+ 16,
109
+ 255
110
+ ],
111
+ "label": "train",
112
+ "occlusion_percentage": 0.14
113
+ },
114
+ {
115
+ "bbox": {
116
+ "xMax": 889,
117
+ "xMin": 819,
118
+ "yMax": 543,
119
+ "yMin": 489
120
+ },
121
+ "color": [
122
+ 95,
123
+ 124,
124
+ 13,
125
+ 255
126
+ ],
127
+ "label": "car",
128
+ "occlusion_percentage": 86.26
129
+ }
130
+ ]
bbox2d/bbox2d_0035.json ADDED
@@ -0,0 +1,290 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "bbox": {
4
+ "xMax": 722,
5
+ "xMin": 669,
6
+ "yMax": 595,
7
+ "yMin": 448
8
+ },
9
+ "color": [
10
+ 253,
11
+ 130,
12
+ 11,
13
+ 255
14
+ ],
15
+ "label": "person",
16
+ "occlusion_percentage": 0.18
17
+ },
18
+ {
19
+ "bbox": {
20
+ "xMax": 1340,
21
+ "xMin": 1322,
22
+ "yMax": 528,
23
+ "yMin": 506
24
+ },
25
+ "color": [
26
+ 187,
27
+ 28,
28
+ 17,
29
+ 255
30
+ ],
31
+ "label": "motorcycle",
32
+ "occlusion_percentage": 40.53
33
+ },
34
+ {
35
+ "bbox": {
36
+ "xMax": 802,
37
+ "xMin": 778,
38
+ "yMax": 547,
39
+ "yMin": 486
40
+ },
41
+ "color": [
42
+ 72,
43
+ 212,
44
+ 11,
45
+ 255
46
+ ],
47
+ "label": "person",
48
+ "occlusion_percentage": 0.35
49
+ },
50
+ {
51
+ "bbox": {
52
+ "xMax": 822,
53
+ "xMin": 800,
54
+ "yMax": 547,
55
+ "yMin": 475
56
+ },
57
+ "color": [
58
+ 164,
59
+ 116,
60
+ 11,
61
+ 255
62
+ ],
63
+ "label": "person",
64
+ "occlusion_percentage": 30.01
65
+ },
66
+ {
67
+ "bbox": {
68
+ "xMax": 1726,
69
+ "xMin": 1463,
70
+ "yMax": 613,
71
+ "yMin": 453
72
+ },
73
+ "color": [
74
+ 234,
75
+ 208,
76
+ 13,
77
+ 255
78
+ ],
79
+ "label": "car",
80
+ "occlusion_percentage": 0.5
81
+ },
82
+ {
83
+ "bbox": {
84
+ "xMax": 1290,
85
+ "xMin": 1187,
86
+ "yMax": 528,
87
+ "yMin": 495
88
+ },
89
+ "color": [
90
+ 50,
91
+ 144,
92
+ 13,
93
+ 255
94
+ ],
95
+ "label": "car",
96
+ "occlusion_percentage": 91.94
97
+ },
98
+ {
99
+ "bbox": {
100
+ "xMax": 945,
101
+ "xMin": 849,
102
+ "yMax": 531,
103
+ "yMin": 497
104
+ },
105
+ "color": [
106
+ 189,
107
+ 228,
108
+ 13,
109
+ 255
110
+ ],
111
+ "label": "car",
112
+ "occlusion_percentage": 80.24
113
+ },
114
+ {
115
+ "bbox": {
116
+ "xMax": 865,
117
+ "xMin": 845,
118
+ "yMax": 553,
119
+ "yMin": 490
120
+ },
121
+ "color": [
122
+ 113,
123
+ 202,
124
+ 11,
125
+ 255
126
+ ],
127
+ "label": "person",
128
+ "occlusion_percentage": 18.17
129
+ },
130
+ {
131
+ "bbox": {
132
+ "xMax": 179,
133
+ "xMin": 0,
134
+ "yMax": 720,
135
+ "yMin": 305
136
+ },
137
+ "color": [
138
+ 211,
139
+ 40,
140
+ 11,
141
+ 255
142
+ ],
143
+ "label": "person",
144
+ "occlusion_percentage": 0.02
145
+ },
146
+ {
147
+ "bbox": {
148
+ "xMax": 1387,
149
+ "xMin": 1372,
150
+ "yMax": 544,
151
+ "yMin": 485
152
+ },
153
+ "color": [
154
+ 49,
155
+ 44,
156
+ 11,
157
+ 255
158
+ ],
159
+ "label": "person",
160
+ "occlusion_percentage": 10.63
161
+ },
162
+ {
163
+ "bbox": {
164
+ "xMax": 1253,
165
+ "xMin": 992,
166
+ "yMax": 619,
167
+ "yMin": 289
168
+ },
169
+ "color": [
170
+ 210,
171
+ 195,
172
+ 16,
173
+ 255
174
+ ],
175
+ "label": "train",
176
+ "occlusion_percentage": 0.09
177
+ },
178
+ {
179
+ "bbox": {
180
+ "xMax": 1531,
181
+ "xMin": 1504,
182
+ "yMax": 560,
183
+ "yMin": 466
184
+ },
185
+ "color": [
186
+ 45,
187
+ 55,
188
+ 11,
189
+ 255
190
+ ],
191
+ "label": "person",
192
+ "occlusion_percentage": 87.81
193
+ },
194
+ {
195
+ "bbox": {
196
+ "xMax": 1363,
197
+ "xMin": 1346,
198
+ "yMax": 546,
199
+ "yMin": 483
200
+ },
201
+ "color": [
202
+ 229,
203
+ 118,
204
+ 11,
205
+ 255
206
+ ],
207
+ "label": "person",
208
+ "occlusion_percentage": 0.0
209
+ },
210
+ {
211
+ "bbox": {
212
+ "xMax": 1423,
213
+ "xMin": 1336,
214
+ "yMax": 536,
215
+ "yMin": 495
216
+ },
217
+ "color": [
218
+ 142,
219
+ 48,
220
+ 13,
221
+ 255
222
+ ],
223
+ "label": "car",
224
+ "occlusion_percentage": 74.95
225
+ },
226
+ {
227
+ "bbox": {
228
+ "xMax": 837,
229
+ "xMin": 800,
230
+ "yMax": 563,
231
+ "yMin": 470
232
+ },
233
+ "color": [
234
+ 137,
235
+ 214,
236
+ 11,
237
+ 255
238
+ ],
239
+ "label": "person",
240
+ "occlusion_percentage": 0.62
241
+ },
242
+ {
243
+ "bbox": {
244
+ "xMax": 1322,
245
+ "xMin": 1304,
246
+ "yMax": 543,
247
+ "yMin": 482
248
+ },
249
+ "color": [
250
+ 2,
251
+ 120,
252
+ 11,
253
+ 255
254
+ ],
255
+ "label": "person",
256
+ "occlusion_percentage": 5.92
257
+ },
258
+ {
259
+ "bbox": {
260
+ "xMax": 211,
261
+ "xMin": 79,
262
+ "yMax": 691,
263
+ "yMin": 348
264
+ },
265
+ "color": [
266
+ 141,
267
+ 203,
268
+ 11,
269
+ 255
270
+ ],
271
+ "label": "person",
272
+ "occlusion_percentage": 37.06
273
+ },
274
+ {
275
+ "bbox": {
276
+ "xMax": 1049,
277
+ "xMin": 968,
278
+ "yMax": 544,
279
+ "yMin": 488
280
+ },
281
+ "color": [
282
+ 95,
283
+ 124,
284
+ 13,
285
+ 255
286
+ ],
287
+ "label": "car",
288
+ "occlusion_percentage": 52.88
289
+ }
290
+ ]
bbox2d/bbox2d_0036.json ADDED
@@ -0,0 +1,274 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "bbox": {
4
+ "xMax": 1407,
5
+ "xMin": 1314,
6
+ "yMax": 538,
7
+ "yMin": 494
8
+ },
9
+ "color": [
10
+ 142,
11
+ 48,
12
+ 13,
13
+ 255
14
+ ],
15
+ "label": "car",
16
+ "occlusion_percentage": 79.3
17
+ },
18
+ {
19
+ "bbox": {
20
+ "xMax": 1324,
21
+ "xMin": 1305,
22
+ "yMax": 528,
23
+ "yMin": 506
24
+ },
25
+ "color": [
26
+ 187,
27
+ 28,
28
+ 17,
29
+ 255
30
+ ],
31
+ "label": "motorcycle",
32
+ "occlusion_percentage": 73.99
33
+ },
34
+ {
35
+ "bbox": {
36
+ "xMax": 1222,
37
+ "xMin": 1208,
38
+ "yMax": 532,
39
+ "yMin": 492
40
+ },
41
+ "color": [
42
+ 138,
43
+ 59,
44
+ 11,
45
+ 255
46
+ ],
47
+ "label": "person",
48
+ "occlusion_percentage": 40.45
49
+ },
50
+ {
51
+ "bbox": {
52
+ "xMax": 725,
53
+ "xMin": 700,
54
+ "yMax": 551,
55
+ "yMin": 471
56
+ },
57
+ "color": [
58
+ 164,
59
+ 116,
60
+ 11,
61
+ 255
62
+ ],
63
+ "label": "person",
64
+ "occlusion_percentage": 59.97
65
+ },
66
+ {
67
+ "bbox": {
68
+ "xMax": 1745,
69
+ "xMin": 1407,
70
+ "yMax": 645,
71
+ "yMin": 434
72
+ },
73
+ "color": [
74
+ 234,
75
+ 208,
76
+ 13,
77
+ 255
78
+ ],
79
+ "label": "car",
80
+ "occlusion_percentage": 0.47
81
+ },
82
+ {
83
+ "bbox": {
84
+ "xMax": 1272,
85
+ "xMin": 1164,
86
+ "yMax": 528,
87
+ "yMin": 495
88
+ },
89
+ "color": [
90
+ 50,
91
+ 144,
92
+ 13,
93
+ 255
94
+ ],
95
+ "label": "car",
96
+ "occlusion_percentage": 65.78
97
+ },
98
+ {
99
+ "bbox": {
100
+ "xMax": 1285,
101
+ "xMin": 1266,
102
+ "yMax": 546,
103
+ "yMin": 479
104
+ },
105
+ "color": [
106
+ 2,
107
+ 120,
108
+ 11,
109
+ 255
110
+ ],
111
+ "label": "person",
112
+ "occlusion_percentage": 11.47
113
+ },
114
+ {
115
+ "bbox": {
116
+ "xMax": 1230,
117
+ "xMin": 1222,
118
+ "yMax": 531,
119
+ "yMin": 496
120
+ },
121
+ "color": [
122
+ 26,
123
+ 132,
124
+ 11,
125
+ 255
126
+ ],
127
+ "label": "person",
128
+ "occlusion_percentage": 46.67
129
+ },
130
+ {
131
+ "bbox": {
132
+ "xMax": 1108,
133
+ "xMin": 1012,
134
+ "yMax": 539,
135
+ "yMin": 497
136
+ },
137
+ "color": [
138
+ 118,
139
+ 36,
140
+ 13,
141
+ 255
142
+ ],
143
+ "label": "car",
144
+ "occlusion_percentage": 72.25
145
+ },
146
+ {
147
+ "bbox": {
148
+ "xMax": 1075,
149
+ "xMin": 654,
150
+ "yMax": 670,
151
+ "yMin": 189
152
+ },
153
+ "color": [
154
+ 210,
155
+ 195,
156
+ 16,
157
+ 255
158
+ ],
159
+ "label": "train",
160
+ "occlusion_percentage": 0.08
161
+ },
162
+ {
163
+ "bbox": {
164
+ "xMax": 1359,
165
+ "xMin": 1341,
166
+ "yMax": 548,
167
+ "yMin": 483
168
+ },
169
+ "color": [
170
+ 49,
171
+ 44,
172
+ 11,
173
+ 255
174
+ ],
175
+ "label": "person",
176
+ "occlusion_percentage": 31.42
177
+ },
178
+ {
179
+ "bbox": {
180
+ "xMax": 1162,
181
+ "xMin": 1156,
182
+ "yMax": 527,
183
+ "yMin": 499
184
+ },
185
+ "color": [
186
+ 162,
187
+ 71,
188
+ 11,
189
+ 255
190
+ ],
191
+ "label": "person",
192
+ "occlusion_percentage": 50.0
193
+ },
194
+ {
195
+ "bbox": {
196
+ "xMax": 1311,
197
+ "xMin": 1287,
198
+ "yMax": 529,
199
+ "yMin": 508
200
+ },
201
+ "color": [
202
+ 71,
203
+ 112,
204
+ 17,
205
+ 255
206
+ ],
207
+ "label": "motorcycle",
208
+ "occlusion_percentage": 56.3
209
+ },
210
+ {
211
+ "bbox": {
212
+ "xMax": 1136,
213
+ "xMin": 1103,
214
+ "yMax": 539,
215
+ "yMin": 484
216
+ },
217
+ "color": [
218
+ 20,
219
+ 198,
220
+ 11,
221
+ 255
222
+ ],
223
+ "label": "person",
224
+ "occlusion_percentage": 0.0
225
+ },
226
+ {
227
+ "bbox": {
228
+ "xMax": 449,
229
+ "xMin": 369,
230
+ "yMax": 620,
231
+ "yMin": 429
232
+ },
233
+ "color": [
234
+ 253,
235
+ 130,
236
+ 11,
237
+ 255
238
+ ],
239
+ "label": "person",
240
+ "occlusion_percentage": 0.14
241
+ },
242
+ {
243
+ "bbox": {
244
+ "xMax": 694,
245
+ "xMin": 649,
246
+ "yMax": 572,
247
+ "yMin": 463
248
+ },
249
+ "color": [
250
+ 137,
251
+ 214,
252
+ 11,
253
+ 255
254
+ ],
255
+ "label": "person",
256
+ "occlusion_percentage": 0.55
257
+ },
258
+ {
259
+ "bbox": {
260
+ "xMax": 1328,
261
+ "xMin": 1309,
262
+ "yMax": 550,
263
+ "yMin": 479
264
+ },
265
+ "color": [
266
+ 229,
267
+ 118,
268
+ 11,
269
+ 255
270
+ ],
271
+ "label": "person",
272
+ "occlusion_percentage": 0.0
273
+ }
274
+ ]
bbox2d/bbox2d_0037.json ADDED
@@ -0,0 +1,274 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "bbox": {
4
+ "xMax": 580,
5
+ "xMin": 537,
6
+ "yMax": 575,
7
+ "yMin": 463
8
+ },
9
+ "color": [
10
+ 253,
11
+ 130,
12
+ 11,
13
+ 255
14
+ ],
15
+ "label": "person",
16
+ "occlusion_percentage": 0.04
17
+ },
18
+ {
19
+ "bbox": {
20
+ "xMax": 1168,
21
+ "xMin": 1157,
22
+ "yMax": 529,
23
+ "yMin": 495
24
+ },
25
+ "color": [
26
+ 138,
27
+ 59,
28
+ 11,
29
+ 255
30
+ ],
31
+ "label": "person",
32
+ "occlusion_percentage": 79.51
33
+ },
34
+ {
35
+ "bbox": {
36
+ "xMax": 735,
37
+ "xMin": 716,
38
+ "yMax": 543,
39
+ "yMin": 480
40
+ },
41
+ "color": [
42
+ 164,
43
+ 116,
44
+ 11,
45
+ 255
46
+ ],
47
+ "label": "person",
48
+ "occlusion_percentage": 68.01
49
+ },
50
+ {
51
+ "bbox": {
52
+ "xMax": 1325,
53
+ "xMin": 1162,
54
+ "yMax": 588,
55
+ "yMin": 468
56
+ },
57
+ "color": [
58
+ 234,
59
+ 208,
60
+ 13,
61
+ 255
62
+ ],
63
+ "label": "car",
64
+ "occlusion_percentage": 0.58
65
+ },
66
+ {
67
+ "bbox": {
68
+ "xMax": 1222,
69
+ "xMin": 1126,
70
+ "yMax": 527,
71
+ "yMin": 496
72
+ },
73
+ "color": [
74
+ 50,
75
+ 144,
76
+ 13,
77
+ 255
78
+ ],
79
+ "label": "car",
80
+ "occlusion_percentage": 79.86
81
+ },
82
+ {
83
+ "bbox": {
84
+ "xMax": 148,
85
+ "xMin": 43,
86
+ "yMax": 628,
87
+ "yMin": 394
88
+ },
89
+ "color": [
90
+ 211,
91
+ 40,
92
+ 11,
93
+ 255
94
+ ],
95
+ "label": "person",
96
+ "occlusion_percentage": 0.01
97
+ },
98
+ {
99
+ "bbox": {
100
+ "xMax": 1062,
101
+ "xMin": 979,
102
+ "yMax": 535,
103
+ "yMin": 500
104
+ },
105
+ "color": [
106
+ 118,
107
+ 36,
108
+ 13,
109
+ 255
110
+ ],
111
+ "label": "car",
112
+ "occlusion_percentage": 4.13
113
+ },
114
+ {
115
+ "bbox": {
116
+ "xMax": 1363,
117
+ "xMin": 1342,
118
+ "yMax": 558,
119
+ "yMin": 473
120
+ },
121
+ "color": [
122
+ 95,
123
+ 124,
124
+ 11,
125
+ 255
126
+ ],
127
+ "label": "person",
128
+ "occlusion_percentage": 0.0
129
+ },
130
+ {
131
+ "bbox": {
132
+ "xMax": 979,
133
+ "xMin": 720,
134
+ "yMax": 587,
135
+ "yMin": 355
136
+ },
137
+ "color": [
138
+ 210,
139
+ 195,
140
+ 16,
141
+ 255
142
+ ],
143
+ "label": "train",
144
+ "occlusion_percentage": 0.13
145
+ },
146
+ {
147
+ "bbox": {
148
+ "xMax": 2047,
149
+ "xMin": 1383,
150
+ "yMax": 800,
151
+ "yMin": 318
152
+ },
153
+ "color": [
154
+ 73,
155
+ 56,
156
+ 13,
157
+ 255
158
+ ],
159
+ "label": "car",
160
+ "occlusion_percentage": 0.16
161
+ },
162
+ {
163
+ "bbox": {
164
+ "xMax": 1302,
165
+ "xMin": 1277,
166
+ "yMax": 552,
167
+ "yMin": 474
168
+ },
169
+ "color": [
170
+ 45,
171
+ 55,
172
+ 11,
173
+ 255
174
+ ],
175
+ "label": "person",
176
+ "occlusion_percentage": 93.35
177
+ },
178
+ {
179
+ "bbox": {
180
+ "xMax": 1188,
181
+ "xMin": 1172,
182
+ "yMax": 539,
183
+ "yMin": 486
184
+ },
185
+ "color": [
186
+ 2,
187
+ 120,
188
+ 11,
189
+ 255
190
+ ],
191
+ "label": "person",
192
+ "occlusion_percentage": 83.77
193
+ },
194
+ {
195
+ "bbox": {
196
+ "xMax": 718,
197
+ "xMin": 686,
198
+ "yMax": 555,
199
+ "yMin": 477
200
+ },
201
+ "color": [
202
+ 137,
203
+ 214,
204
+ 11,
205
+ 255
206
+ ],
207
+ "label": "person",
208
+ "occlusion_percentage": 0.3
209
+ },
210
+ {
211
+ "bbox": {
212
+ "xMax": 1078,
213
+ "xMin": 1050,
214
+ "yMax": 534,
215
+ "yMin": 489
216
+ },
217
+ "color": [
218
+ 20,
219
+ 198,
220
+ 11,
221
+ 255
222
+ ],
223
+ "label": "person",
224
+ "occlusion_percentage": 0.27
225
+ },
226
+ {
227
+ "bbox": {
228
+ "xMax": 754,
229
+ "xMin": 737,
230
+ "yMax": 543,
231
+ "yMin": 485
232
+ },
233
+ "color": [
234
+ 48,
235
+ 199,
236
+ 11,
237
+ 255
238
+ ],
239
+ "label": "person",
240
+ "occlusion_percentage": 37.2
241
+ },
242
+ {
243
+ "bbox": {
244
+ "xMax": 1177,
245
+ "xMin": 1170,
246
+ "yMax": 529,
247
+ "yMin": 498
248
+ },
249
+ "color": [
250
+ 26,
251
+ 132,
252
+ 11,
253
+ 255
254
+ ],
255
+ "label": "person",
256
+ "occlusion_percentage": 72.32
257
+ },
258
+ {
259
+ "bbox": {
260
+ "xMax": 170,
261
+ "xMin": 90,
262
+ "yMax": 618,
263
+ "yMin": 414
264
+ },
265
+ "color": [
266
+ 141,
267
+ 203,
268
+ 11,
269
+ 255
270
+ ],
271
+ "label": "person",
272
+ "occlusion_percentage": 34.99
273
+ }
274
+ ]
bbox2d/bbox2d_0038.json ADDED
@@ -0,0 +1,178 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "bbox": {
4
+ "xMax": 2047,
5
+ "xMin": 2011,
6
+ "yMax": 724,
7
+ "yMin": 651
8
+ },
9
+ "color": [
10
+ 234,
11
+ 208,
12
+ 11,
13
+ 255
14
+ ],
15
+ "label": "person",
16
+ "occlusion_percentage": 88.94
17
+ },
18
+ {
19
+ "bbox": {
20
+ "xMax": 1032,
21
+ "xMin": 932,
22
+ "yMax": 540,
23
+ "yMin": 497
24
+ },
25
+ "color": [
26
+ 118,
27
+ 36,
28
+ 13,
29
+ 255
30
+ ],
31
+ "label": "car",
32
+ "occlusion_percentage": 5.48
33
+ },
34
+ {
35
+ "bbox": {
36
+ "xMax": 1464,
37
+ "xMin": 1429,
38
+ "yMax": 589,
39
+ "yMin": 448
40
+ },
41
+ "color": [
42
+ 95,
43
+ 124,
44
+ 11,
45
+ 255
46
+ ],
47
+ "label": "person",
48
+ "occlusion_percentage": 41.31
49
+ },
50
+ {
51
+ "bbox": {
52
+ "xMax": 858,
53
+ "xMin": 0,
54
+ "yMax": 722,
55
+ "yMin": 89
56
+ },
57
+ "color": [
58
+ 108,
59
+ 169,
60
+ 16,
61
+ 255
62
+ ],
63
+ "label": "train",
64
+ "occlusion_percentage": 0.1
65
+ },
66
+ {
67
+ "bbox": {
68
+ "xMax": 883,
69
+ "xMin": 854,
70
+ "yMax": 541,
71
+ "yMin": 484
72
+ },
73
+ "color": [
74
+ 159,
75
+ 26,
76
+ 11,
77
+ 255
78
+ ],
79
+ "label": "person",
80
+ "occlusion_percentage": 59.34
81
+ },
82
+ {
83
+ "bbox": {
84
+ "xMax": 1115,
85
+ "xMin": 1108,
86
+ "yMax": 528,
87
+ "yMin": 499
88
+ },
89
+ "color": [
90
+ 162,
91
+ 71,
92
+ 11,
93
+ 255
94
+ ],
95
+ "label": "person",
96
+ "occlusion_percentage": 50.36
97
+ },
98
+ {
99
+ "bbox": {
100
+ "xMax": 1460,
101
+ "xMin": 1123,
102
+ "yMax": 673,
103
+ "yMin": 418
104
+ },
105
+ "color": [
106
+ 234,
107
+ 208,
108
+ 13,
109
+ 255
110
+ ],
111
+ "label": "car",
112
+ "occlusion_percentage": 0.47
113
+ },
114
+ {
115
+ "bbox": {
116
+ "xMax": 1048,
117
+ "xMin": 1013,
118
+ "yMax": 540,
119
+ "yMin": 483
120
+ },
121
+ "color": [
122
+ 20,
123
+ 198,
124
+ 11,
125
+ 255
126
+ ],
127
+ "label": "person",
128
+ "occlusion_percentage": 0.0
129
+ },
130
+ {
131
+ "bbox": {
132
+ "xMax": 1224,
133
+ "xMin": 1115,
134
+ "yMax": 529,
135
+ "yMin": 494
136
+ },
137
+ "color": [
138
+ 50,
139
+ 144,
140
+ 13,
141
+ 255
142
+ ],
143
+ "label": "car",
144
+ "occlusion_percentage": 87.33
145
+ },
146
+ {
147
+ "bbox": {
148
+ "xMax": 888,
149
+ "xMin": 879,
150
+ "yMax": 528,
151
+ "yMin": 500
152
+ },
153
+ "color": [
154
+ 73,
155
+ 56,
156
+ 11,
157
+ 255
158
+ ],
159
+ "label": "person",
160
+ "occlusion_percentage": 64.05
161
+ },
162
+ {
163
+ "bbox": {
164
+ "xMax": 877,
165
+ "xMin": 795,
166
+ "yMax": 549,
167
+ "yMin": 485
168
+ },
169
+ "color": [
170
+ 95,
171
+ 124,
172
+ 13,
173
+ 255
174
+ ],
175
+ "label": "car",
176
+ "occlusion_percentage": 66.03
177
+ }
178
+ ]
bbox2d/bbox2d_0039.json ADDED
@@ -0,0 +1,354 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "bbox": {
4
+ "xMax": 792,
5
+ "xMin": 755,
6
+ "yMax": 570,
7
+ "yMin": 467
8
+ },
9
+ "color": [
10
+ 253,
11
+ 130,
12
+ 11,
13
+ 255
14
+ ],
15
+ "label": "person",
16
+ "occlusion_percentage": 0.27
17
+ },
18
+ {
19
+ "bbox": {
20
+ "xMax": 826,
21
+ "xMin": 806,
22
+ "yMax": 542,
23
+ "yMin": 490
24
+ },
25
+ "color": [
26
+ 72,
27
+ 212,
28
+ 11,
29
+ 255
30
+ ],
31
+ "label": "person",
32
+ "occlusion_percentage": 0.33
33
+ },
34
+ {
35
+ "bbox": {
36
+ "xMax": 1220,
37
+ "xMin": 1208,
38
+ "yMax": 529,
39
+ "yMin": 495
40
+ },
41
+ "color": [
42
+ 138,
43
+ 59,
44
+ 11,
45
+ 255
46
+ ],
47
+ "label": "person",
48
+ "occlusion_percentage": 36.6
49
+ },
50
+ {
51
+ "bbox": {
52
+ "xMax": 562,
53
+ "xMin": 505,
54
+ "yMax": 603,
55
+ "yMin": 427
56
+ },
57
+ "color": [
58
+ 141,
59
+ 203,
60
+ 11,
61
+ 255
62
+ ],
63
+ "label": "person",
64
+ "occlusion_percentage": 78.87
65
+ },
66
+ {
67
+ "bbox": {
68
+ "xMax": 1729,
69
+ "xMin": 1670,
70
+ "yMax": 582,
71
+ "yMin": 445
72
+ },
73
+ "color": [
74
+ 234,
75
+ 208,
76
+ 11,
77
+ 255
78
+ ],
79
+ "label": "person",
80
+ "occlusion_percentage": 11.22
81
+ },
82
+ {
83
+ "bbox": {
84
+ "xMax": 1483,
85
+ "xMin": 1319,
86
+ "yMax": 581,
87
+ "yMin": 471
88
+ },
89
+ "color": [
90
+ 234,
91
+ 208,
92
+ 13,
93
+ 255
94
+ ],
95
+ "label": "car",
96
+ "occlusion_percentage": 0.6
97
+ },
98
+ {
99
+ "bbox": {
100
+ "xMax": 946,
101
+ "xMin": 858,
102
+ "yMax": 529,
103
+ "yMin": 498
104
+ },
105
+ "color": [
106
+ 189,
107
+ 228,
108
+ 13,
109
+ 255
110
+ ],
111
+ "label": "car",
112
+ "occlusion_percentage": 80.69
113
+ },
114
+ {
115
+ "bbox": {
116
+ "xMax": 882,
117
+ "xMin": 866,
118
+ "yMax": 545,
119
+ "yMin": 494
120
+ },
121
+ "color": [
122
+ 113,
123
+ 202,
124
+ 11,
125
+ 255
126
+ ],
127
+ "label": "person",
128
+ "occlusion_percentage": 20.93
129
+ },
130
+ {
131
+ "bbox": {
132
+ "xMax": 1376,
133
+ "xMin": 1297,
134
+ "yMax": 534,
135
+ "yMin": 497
136
+ },
137
+ "color": [
138
+ 142,
139
+ 48,
140
+ 13,
141
+ 255
142
+ ],
143
+ "label": "car",
144
+ "occlusion_percentage": 80.03
145
+ },
146
+ {
147
+ "bbox": {
148
+ "xMax": 863,
149
+ "xMin": 834,
150
+ "yMax": 552,
151
+ "yMin": 479
152
+ },
153
+ "color": [
154
+ 137,
155
+ 214,
156
+ 11,
157
+ 255
158
+ ],
159
+ "label": "person",
160
+ "occlusion_percentage": 0.89
161
+ },
162
+ {
163
+ "bbox": {
164
+ "xMax": 2047,
165
+ "xMin": 1746,
166
+ "yMax": 673,
167
+ "yMin": 386
168
+ },
169
+ "color": [
170
+ 73,
171
+ 56,
172
+ 13,
173
+ 255
174
+ ],
175
+ "label": "car",
176
+ "occlusion_percentage": 0.28
177
+ },
178
+ {
179
+ "bbox": {
180
+ "xMax": 511,
181
+ "xMin": 0,
182
+ "yMax": 1023,
183
+ "yMin": 0
184
+ },
185
+ "color": [
186
+ 55,
187
+ 71,
188
+ 13,
189
+ 255
190
+ ],
191
+ "label": "car",
192
+ "occlusion_percentage": 0.0
193
+ },
194
+ {
195
+ "bbox": {
196
+ "xMax": 1324,
197
+ "xMin": 1310,
198
+ "yMax": 539,
199
+ "yMin": 489
200
+ },
201
+ "color": [
202
+ 49,
203
+ 44,
204
+ 11,
205
+ 255
206
+ ],
207
+ "label": "person",
208
+ "occlusion_percentage": 7.36
209
+ },
210
+ {
211
+ "bbox": {
212
+ "xMax": 1480,
213
+ "xMin": 1460,
214
+ "yMax": 555,
215
+ "yMin": 475
216
+ },
217
+ "color": [
218
+ 95,
219
+ 124,
220
+ 11,
221
+ 255
222
+ ],
223
+ "label": "person",
224
+ "occlusion_percentage": 63.16
225
+ },
226
+ {
227
+ "bbox": {
228
+ "xMax": 1146,
229
+ "xMin": 978,
230
+ "yMax": 579,
231
+ "yMin": 371
232
+ },
233
+ "color": [
234
+ 210,
235
+ 195,
236
+ 16,
237
+ 255
238
+ ],
239
+ "label": "train",
240
+ "occlusion_percentage": 0.09
241
+ },
242
+ {
243
+ "bbox": {
244
+ "xMax": 1298,
245
+ "xMin": 1283,
246
+ "yMax": 541,
247
+ "yMin": 488
248
+ },
249
+ "color": [
250
+ 229,
251
+ 118,
252
+ 11,
253
+ 255
254
+ ],
255
+ "label": "person",
256
+ "occlusion_percentage": 0.2
257
+ },
258
+ {
259
+ "bbox": {
260
+ "xMax": 571,
261
+ "xMin": 491,
262
+ "yMax": 610,
263
+ "yMin": 411
264
+ },
265
+ "color": [
266
+ 211,
267
+ 40,
268
+ 11,
269
+ 255
270
+ ],
271
+ "label": "person",
272
+ "occlusion_percentage": 0.0
273
+ },
274
+ {
275
+ "bbox": {
276
+ "xMax": 1267,
277
+ "xMin": 1253,
278
+ "yMax": 538,
279
+ "yMin": 487
280
+ },
281
+ "color": [
282
+ 2,
283
+ 120,
284
+ 11,
285
+ 255
286
+ ],
287
+ "label": "person",
288
+ "occlusion_percentage": 23.3
289
+ },
290
+ {
291
+ "bbox": {
292
+ "xMax": 1227,
293
+ "xMin": 1219,
294
+ "yMax": 529,
295
+ "yMin": 498
296
+ },
297
+ "color": [
298
+ 26,
299
+ 132,
300
+ 11,
301
+ 255
302
+ ],
303
+ "label": "person",
304
+ "occlusion_percentage": 43.37
305
+ },
306
+ {
307
+ "bbox": {
308
+ "xMax": 1298,
309
+ "xMin": 1277,
310
+ "yMax": 527,
311
+ "yMin": 509
312
+ },
313
+ "color": [
314
+ 71,
315
+ 112,
316
+ 17,
317
+ 255
318
+ ],
319
+ "label": "motorcycle",
320
+ "occlusion_percentage": 84.44
321
+ },
322
+ {
323
+ "bbox": {
324
+ "xMax": 843,
325
+ "xMin": 826,
326
+ "yMax": 541,
327
+ "yMin": 481
328
+ },
329
+ "color": [
330
+ 164,
331
+ 116,
332
+ 11,
333
+ 255
334
+ ],
335
+ "label": "person",
336
+ "occlusion_percentage": 6.19
337
+ },
338
+ {
339
+ "bbox": {
340
+ "xMax": 1036,
341
+ "xMin": 966,
342
+ "yMax": 539,
343
+ "yMin": 491
344
+ },
345
+ "color": [
346
+ 95,
347
+ 124,
348
+ 13,
349
+ 255
350
+ ],
351
+ "label": "car",
352
+ "occlusion_percentage": 69.51
353
+ }
354
+ ]
bbox2d/bbox2d_0040.json ADDED
@@ -0,0 +1,370 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "bbox": {
4
+ "xMax": 855,
5
+ "xMin": 839,
6
+ "yMax": 533,
7
+ "yMin": 490
8
+ },
9
+ "color": [
10
+ 1,
11
+ 175,
12
+ 11,
13
+ 255
14
+ ],
15
+ "label": "person",
16
+ "occlusion_percentage": 47.91
17
+ },
18
+ {
19
+ "bbox": {
20
+ "xMax": 1440,
21
+ "xMin": 1400,
22
+ "yMax": 549,
23
+ "yMin": 499
24
+ },
25
+ "color": [
26
+ 187,
27
+ 28,
28
+ 17,
29
+ 255
30
+ ],
31
+ "label": "motorcycle",
32
+ "occlusion_percentage": 79.79
33
+ },
34
+ {
35
+ "bbox": {
36
+ "xMax": 926,
37
+ "xMin": 895,
38
+ "yMax": 542,
39
+ "yMin": 508
40
+ },
41
+ "color": [
42
+ 49,
43
+ 44,
44
+ 18,
45
+ 255
46
+ ],
47
+ "label": "bicycle",
48
+ "occlusion_percentage": 33.7
49
+ },
50
+ {
51
+ "bbox": {
52
+ "xMax": 923,
53
+ "xMin": 896,
54
+ "yMax": 533,
55
+ "yMin": 488
56
+ },
57
+ "color": [
58
+ 49,
59
+ 44,
60
+ 12,
61
+ 255
62
+ ],
63
+ "label": "rider",
64
+ "occlusion_percentage": 32.71
65
+ },
66
+ {
67
+ "bbox": {
68
+ "xMax": 800,
69
+ "xMin": 787,
70
+ "yMax": 532,
71
+ "yMin": 494
72
+ },
73
+ "color": [
74
+ 209,
75
+ 95,
76
+ 11,
77
+ 255
78
+ ],
79
+ "label": "person",
80
+ "occlusion_percentage": 64.14
81
+ },
82
+ {
83
+ "bbox": {
84
+ "xMax": 792,
85
+ "xMin": 785,
86
+ "yMax": 527,
87
+ "yMin": 500
88
+ },
89
+ "color": [
90
+ 209,
91
+ 250,
92
+ 11,
93
+ 255
94
+ ],
95
+ "label": "person",
96
+ "occlusion_percentage": 68.15
97
+ },
98
+ {
99
+ "bbox": {
100
+ "xMax": 1261,
101
+ "xMin": 1217,
102
+ "yMax": 569,
103
+ "yMin": 456
104
+ },
105
+ "color": [
106
+ 138,
107
+ 59,
108
+ 11,
109
+ 255
110
+ ],
111
+ "label": "person",
112
+ "occlusion_percentage": 40.77
113
+ },
114
+ {
115
+ "bbox": {
116
+ "xMax": 123,
117
+ "xMin": 80,
118
+ "yMax": 553,
119
+ "yMin": 476
120
+ },
121
+ "color": [
122
+ 207,
123
+ 51,
124
+ 11,
125
+ 255
126
+ ],
127
+ "label": "person",
128
+ "occlusion_percentage": 70.37
129
+ },
130
+ {
131
+ "bbox": {
132
+ "xMax": 859,
133
+ "xMin": 848,
134
+ "yMax": 531,
135
+ "yMin": 496
136
+ },
137
+ "color": [
138
+ 254,
139
+ 230,
140
+ 11,
141
+ 255
142
+ ],
143
+ "label": "person",
144
+ "occlusion_percentage": 66.38
145
+ },
146
+ {
147
+ "bbox": {
148
+ "xMax": 520,
149
+ "xMin": 247,
150
+ "yMax": 560,
151
+ "yMin": 474
152
+ },
153
+ "color": [
154
+ 189,
155
+ 228,
156
+ 13,
157
+ 255
158
+ ],
159
+ "label": "car",
160
+ "occlusion_percentage": 74.34
161
+ },
162
+ {
163
+ "bbox": {
164
+ "xMax": 2012,
165
+ "xMin": 1974,
166
+ "yMax": 564,
167
+ "yMin": 480
168
+ },
169
+ "color": [
170
+ 21,
171
+ 43,
172
+ 11,
173
+ 255
174
+ ],
175
+ "label": "person",
176
+ "occlusion_percentage": 16.23
177
+ },
178
+ {
179
+ "bbox": {
180
+ "xMax": 1924,
181
+ "xMin": 1649,
182
+ "yMax": 608,
183
+ "yMin": 446
184
+ },
185
+ "color": [
186
+ 142,
187
+ 48,
188
+ 13,
189
+ 255
190
+ ],
191
+ "label": "car",
192
+ "occlusion_percentage": 0.2
193
+ },
194
+ {
195
+ "bbox": {
196
+ "xMax": 1272,
197
+ "xMin": 1249,
198
+ "yMax": 566,
199
+ "yMin": 468
200
+ },
201
+ "color": [
202
+ 26,
203
+ 132,
204
+ 11,
205
+ 255
206
+ ],
207
+ "label": "person",
208
+ "occlusion_percentage": 52.63
209
+ },
210
+ {
211
+ "bbox": {
212
+ "xMax": 847,
213
+ "xMin": 366,
214
+ "yMax": 637,
215
+ "yMin": 433
216
+ },
217
+ "color": [
218
+ 118,
219
+ 36,
220
+ 13,
221
+ 255
222
+ ],
223
+ "label": "car",
224
+ "occlusion_percentage": 33.49
225
+ },
226
+ {
227
+ "bbox": {
228
+ "xMax": 958,
229
+ "xMin": 907,
230
+ "yMax": 536,
231
+ "yMin": 495
232
+ },
233
+ "color": [
234
+ 165,
235
+ 216,
236
+ 13,
237
+ 255
238
+ ],
239
+ "label": "car",
240
+ "occlusion_percentage": 25.26
241
+ },
242
+ {
243
+ "bbox": {
244
+ "xMax": 1636,
245
+ "xMin": 1601,
246
+ "yMax": 556,
247
+ "yMin": 501
248
+ },
249
+ "color": [
250
+ 48,
251
+ 199,
252
+ 17,
253
+ 255
254
+ ],
255
+ "label": "motorcycle",
256
+ "occlusion_percentage": 19.49
257
+ },
258
+ {
259
+ "bbox": {
260
+ "xMax": 1607,
261
+ "xMin": 1576,
262
+ "yMax": 551,
263
+ "yMin": 476
264
+ },
265
+ "color": [
266
+ 91,
267
+ 134,
268
+ 11,
269
+ 255
270
+ ],
271
+ "label": "person",
272
+ "occlusion_percentage": 14.8
273
+ },
274
+ {
275
+ "bbox": {
276
+ "xMax": 1325,
277
+ "xMin": 1093,
278
+ "yMax": 549,
279
+ "yMin": 475
280
+ },
281
+ "color": [
282
+ 50,
283
+ 144,
284
+ 13,
285
+ 255
286
+ ],
287
+ "label": "car",
288
+ "occlusion_percentage": 61.29
289
+ },
290
+ {
291
+ "bbox": {
292
+ "xMax": 1124,
293
+ "xMin": 1105,
294
+ "yMax": 544,
295
+ "yMin": 483
296
+ },
297
+ "color": [
298
+ 67,
299
+ 122,
300
+ 11,
301
+ 255
302
+ ],
303
+ "label": "person",
304
+ "occlusion_percentage": 90.35
305
+ },
306
+ {
307
+ "bbox": {
308
+ "xMax": 877,
309
+ "xMin": 866,
310
+ "yMax": 526,
311
+ "yMin": 496
312
+ },
313
+ "color": [
314
+ 24,
315
+ 87,
316
+ 11,
317
+ 255
318
+ ],
319
+ "label": "person",
320
+ "occlusion_percentage": 74.75
321
+ },
322
+ {
323
+ "bbox": {
324
+ "xMax": 786,
325
+ "xMin": 374,
326
+ "yMax": 835,
327
+ "yMin": 184
328
+ },
329
+ "color": [
330
+ 20,
331
+ 198,
332
+ 11,
333
+ 255
334
+ ],
335
+ "label": "person",
336
+ "occlusion_percentage": 0.1
337
+ },
338
+ {
339
+ "bbox": {
340
+ "xMax": 1090,
341
+ "xMin": 1075,
342
+ "yMax": 544,
343
+ "yMin": 486
344
+ },
345
+ "color": [
346
+ 162,
347
+ 71,
348
+ 11,
349
+ 255
350
+ ],
351
+ "label": "person",
352
+ "occlusion_percentage": 49.44
353
+ },
354
+ {
355
+ "bbox": {
356
+ "xMax": 828,
357
+ "xMin": 815,
358
+ "yMax": 539,
359
+ "yMin": 491
360
+ },
361
+ "color": [
362
+ 50,
363
+ 144,
364
+ 11,
365
+ 255
366
+ ],
367
+ "label": "person",
368
+ "occlusion_percentage": 53.13
369
+ }
370
+ ]
bbox2d/bbox2d_0041.json ADDED
@@ -0,0 +1,242 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "bbox": {
4
+ "xMax": 1475,
5
+ "xMin": 1442,
6
+ "yMax": 563,
7
+ "yMin": 472
8
+ },
9
+ "color": [
10
+ 253,
11
+ 130,
12
+ 11,
13
+ 255
14
+ ],
15
+ "label": "person",
16
+ "occlusion_percentage": 6.81
17
+ },
18
+ {
19
+ "bbox": {
20
+ "xMax": 797,
21
+ "xMin": 768,
22
+ "yMax": 554,
23
+ "yMin": 471
24
+ },
25
+ "color": [
26
+ 234,
27
+ 208,
28
+ 11,
29
+ 255
30
+ ],
31
+ "label": "person",
32
+ "occlusion_percentage": 5.38
33
+ },
34
+ {
35
+ "bbox": {
36
+ "xMax": 970,
37
+ "xMin": 891,
38
+ "yMax": 548,
39
+ "yMin": 488
40
+ },
41
+ "color": [
42
+ 73,
43
+ 56,
44
+ 13,
45
+ 255
46
+ ],
47
+ "label": "car",
48
+ "occlusion_percentage": 88.45
49
+ },
50
+ {
51
+ "bbox": {
52
+ "xMax": 1198,
53
+ "xMin": 1119,
54
+ "yMax": 543,
55
+ "yMin": 491
56
+ },
57
+ "color": [
58
+ 43,
59
+ 95,
60
+ 13,
61
+ 255
62
+ ],
63
+ "label": "car",
64
+ "occlusion_percentage": 97.81
65
+ },
66
+ {
67
+ "bbox": {
68
+ "xMax": 739,
69
+ "xMin": 721,
70
+ "yMax": 548,
71
+ "yMin": 485
72
+ },
73
+ "color": [
74
+ 118,
75
+ 36,
76
+ 11,
77
+ 255
78
+ ],
79
+ "label": "person",
80
+ "occlusion_percentage": 0.53
81
+ },
82
+ {
83
+ "bbox": {
84
+ "xMax": 689,
85
+ "xMin": 656,
86
+ "yMax": 577,
87
+ "yMin": 457
88
+ },
89
+ "color": [
90
+ 95,
91
+ 124,
92
+ 11,
93
+ 255
94
+ ],
95
+ "label": "person",
96
+ "occlusion_percentage": 76.31
97
+ },
98
+ {
99
+ "bbox": {
100
+ "xMax": 1386,
101
+ "xMin": 1122,
102
+ "yMax": 583,
103
+ "yMin": 363
104
+ },
105
+ "color": [
106
+ 210,
107
+ 195,
108
+ 16,
109
+ 255
110
+ ],
111
+ "label": "train",
112
+ "occlusion_percentage": 0.5
113
+ },
114
+ {
115
+ "bbox": {
116
+ "xMax": 1016,
117
+ "xMin": 963,
118
+ "yMax": 533,
119
+ "yMin": 465
120
+ },
121
+ "color": [
122
+ 185,
123
+ 122,
124
+ 16,
125
+ 255
126
+ ],
127
+ "label": "train",
128
+ "occlusion_percentage": 2.49
129
+ },
130
+ {
131
+ "bbox": {
132
+ "xMax": 1728,
133
+ "xMin": 1683,
134
+ "yMax": 587,
135
+ "yMin": 451
136
+ },
137
+ "color": [
138
+ 137,
139
+ 214,
140
+ 11,
141
+ 255
142
+ ],
143
+ "label": "person",
144
+ "occlusion_percentage": 9.35
145
+ },
146
+ {
147
+ "bbox": {
148
+ "xMax": 854,
149
+ "xMin": 842,
150
+ "yMax": 535,
151
+ "yMin": 489
152
+ },
153
+ "color": [
154
+ 141,
155
+ 203,
156
+ 11,
157
+ 255
158
+ ],
159
+ "label": "person",
160
+ "occlusion_percentage": 51.46
161
+ },
162
+ {
163
+ "bbox": {
164
+ "xMax": 964,
165
+ "xMin": 854,
166
+ "yMax": 571,
167
+ "yMin": 481
168
+ },
169
+ "color": [
170
+ 234,
171
+ 208,
172
+ 13,
173
+ 255
174
+ ],
175
+ "label": "car",
176
+ "occlusion_percentage": 0.41
177
+ },
178
+ {
179
+ "bbox": {
180
+ "xMax": 1138,
181
+ "xMin": 1086,
182
+ "yMax": 536,
183
+ "yMin": 497
184
+ },
185
+ "color": [
186
+ 222,
187
+ 102,
188
+ 13,
189
+ 255
190
+ ],
191
+ "label": "car",
192
+ "occlusion_percentage": 35.74
193
+ },
194
+ {
195
+ "bbox": {
196
+ "xMax": 695,
197
+ "xMin": 630,
198
+ "yMax": 589,
199
+ "yMin": 441
200
+ },
201
+ "color": [
202
+ 45,
203
+ 55,
204
+ 11,
205
+ 255
206
+ ],
207
+ "label": "person",
208
+ "occlusion_percentage": 59.31
209
+ },
210
+ {
211
+ "bbox": {
212
+ "xMax": 863,
213
+ "xMin": 845,
214
+ "yMax": 536,
215
+ "yMin": 486
216
+ },
217
+ "color": [
218
+ 211,
219
+ 40,
220
+ 11,
221
+ 255
222
+ ],
223
+ "label": "person",
224
+ "occlusion_percentage": 14.34
225
+ },
226
+ {
227
+ "bbox": {
228
+ "xMax": 346,
229
+ "xMin": 233,
230
+ "yMax": 724,
231
+ "yMin": 337
232
+ },
233
+ "color": [
234
+ 229,
235
+ 118,
236
+ 11,
237
+ 255
238
+ ],
239
+ "label": "person",
240
+ "occlusion_percentage": 0.11
241
+ }
242
+ ]
bbox2d/bbox2d_0042.json ADDED
@@ -0,0 +1,386 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "bbox": {
4
+ "xMax": 852,
5
+ "xMin": 837,
6
+ "yMax": 531,
7
+ "yMin": 492
8
+ },
9
+ "color": [
10
+ 1,
11
+ 175,
12
+ 11,
13
+ 255
14
+ ],
15
+ "label": "person",
16
+ "occlusion_percentage": 48.18
17
+ },
18
+ {
19
+ "bbox": {
20
+ "xMax": 1351,
21
+ "xMin": 1317,
22
+ "yMax": 544,
23
+ "yMin": 501
24
+ },
25
+ "color": [
26
+ 187,
27
+ 28,
28
+ 17,
29
+ 255
30
+ ],
31
+ "label": "motorcycle",
32
+ "occlusion_percentage": 75.73
33
+ },
34
+ {
35
+ "bbox": {
36
+ "xMax": 913,
37
+ "xMin": 886,
38
+ "yMax": 539,
39
+ "yMin": 508
40
+ },
41
+ "color": [
42
+ 49,
43
+ 44,
44
+ 18,
45
+ 255
46
+ ],
47
+ "label": "bicycle",
48
+ "occlusion_percentage": 38.29
49
+ },
50
+ {
51
+ "bbox": {
52
+ "xMax": 911,
53
+ "xMin": 888,
54
+ "yMax": 531,
55
+ "yMin": 490
56
+ },
57
+ "color": [
58
+ 49,
59
+ 44,
60
+ 12,
61
+ 255
62
+ ],
63
+ "label": "rider",
64
+ "occlusion_percentage": 19.12
65
+ },
66
+ {
67
+ "bbox": {
68
+ "xMax": 801,
69
+ "xMin": 789,
70
+ "yMax": 530,
71
+ "yMin": 495
72
+ },
73
+ "color": [
74
+ 209,
75
+ 95,
76
+ 11,
77
+ 255
78
+ ],
79
+ "label": "person",
80
+ "occlusion_percentage": 63.0
81
+ },
82
+ {
83
+ "bbox": {
84
+ "xMax": 1169,
85
+ "xMin": 1136,
86
+ "yMax": 557,
87
+ "yMin": 468
88
+ },
89
+ "color": [
90
+ 138,
91
+ 59,
92
+ 11,
93
+ 255
94
+ ],
95
+ "label": "person",
96
+ "occlusion_percentage": 41.04
97
+ },
98
+ {
99
+ "bbox": {
100
+ "xMax": 227,
101
+ "xMin": 192,
102
+ "yMax": 546,
103
+ "yMin": 482
104
+ },
105
+ "color": [
106
+ 207,
107
+ 51,
108
+ 11,
109
+ 255
110
+ ],
111
+ "label": "person",
112
+ "occlusion_percentage": 20.3
113
+ },
114
+ {
115
+ "bbox": {
116
+ "xMax": 856,
117
+ "xMin": 846,
118
+ "yMax": 529,
119
+ "yMin": 497
120
+ },
121
+ "color": [
122
+ 254,
123
+ 230,
124
+ 11,
125
+ 255
126
+ ],
127
+ "label": "person",
128
+ "occlusion_percentage": 58.67
129
+ },
130
+ {
131
+ "bbox": {
132
+ "xMax": 1808,
133
+ "xMin": 1779,
134
+ "yMax": 555,
135
+ "yMin": 485
136
+ },
137
+ "color": [
138
+ 21,
139
+ 43,
140
+ 11,
141
+ 255
142
+ ],
143
+ "label": "person",
144
+ "occlusion_percentage": 14.44
145
+ },
146
+ {
147
+ "bbox": {
148
+ "xMax": 564,
149
+ "xMin": 338,
150
+ "yMax": 552,
151
+ "yMin": 480
152
+ },
153
+ "color": [
154
+ 189,
155
+ 228,
156
+ 13,
157
+ 255
158
+ ],
159
+ "label": "car",
160
+ "occlusion_percentage": 65.41
161
+ },
162
+ {
163
+ "bbox": {
164
+ "xMax": 1643,
165
+ "xMin": 1420,
166
+ "yMax": 582,
167
+ "yMin": 464
168
+ },
169
+ "color": [
170
+ 142,
171
+ 48,
172
+ 13,
173
+ 255
174
+ ],
175
+ "label": "car",
176
+ "occlusion_percentage": 24.93
177
+ },
178
+ {
179
+ "bbox": {
180
+ "xMax": 31,
181
+ "xMin": 0,
182
+ "yMax": 555,
183
+ "yMin": 473
184
+ },
185
+ "color": [
186
+ 43,
187
+ 110,
188
+ 11,
189
+ 255
190
+ ],
191
+ "label": "person",
192
+ "occlusion_percentage": 0.0
193
+ },
194
+ {
195
+ "bbox": {
196
+ "xMax": 1184,
197
+ "xMin": 1165,
198
+ "yMax": 555,
199
+ "yMin": 477
200
+ },
201
+ "color": [
202
+ 26,
203
+ 132,
204
+ 11,
205
+ 255
206
+ ],
207
+ "label": "person",
208
+ "occlusion_percentage": 48.34
209
+ },
210
+ {
211
+ "bbox": {
212
+ "xMax": 836,
213
+ "xMin": 523,
214
+ "yMax": 596,
215
+ "yMin": 459
216
+ },
217
+ "color": [
218
+ 118,
219
+ 36,
220
+ 13,
221
+ 255
222
+ ],
223
+ "label": "car",
224
+ "occlusion_percentage": 17.04
225
+ },
226
+ {
227
+ "bbox": {
228
+ "xMax": 945,
229
+ "xMin": 899,
230
+ "yMax": 534,
231
+ "yMin": 497
232
+ },
233
+ "color": [
234
+ 165,
235
+ 216,
236
+ 13,
237
+ 255
238
+ ],
239
+ "label": "car",
240
+ "occlusion_percentage": 40.51
241
+ },
242
+ {
243
+ "bbox": {
244
+ "xMax": 517,
245
+ "xMin": 499,
246
+ "yMax": 540,
247
+ "yMin": 484
248
+ },
249
+ "color": [
250
+ 186,
251
+ 83,
252
+ 11,
253
+ 255
254
+ ],
255
+ "label": "person",
256
+ "occlusion_percentage": 85.23
257
+ },
258
+ {
259
+ "bbox": {
260
+ "xMax": 1084,
261
+ "xMin": 1069,
262
+ "yMax": 540,
263
+ "yMin": 487
264
+ },
265
+ "color": [
266
+ 67,
267
+ 122,
268
+ 11,
269
+ 255
270
+ ],
271
+ "label": "person",
272
+ "occlusion_percentage": 91.63
273
+ },
274
+ {
275
+ "bbox": {
276
+ "xMax": 105,
277
+ "xMin": 61,
278
+ "yMax": 568,
279
+ "yMin": 479
280
+ },
281
+ "color": [
282
+ 182,
283
+ 194,
284
+ 11,
285
+ 255
286
+ ],
287
+ "label": "person",
288
+ "occlusion_percentage": 0.4
289
+ },
290
+ {
291
+ "bbox": {
292
+ "xMax": 34,
293
+ "xMin": 0,
294
+ "yMax": 652,
295
+ "yMin": 584
296
+ },
297
+ "color": [
298
+ 159,
299
+ 26,
300
+ 11,
301
+ 255
302
+ ],
303
+ "label": "person",
304
+ "occlusion_percentage": 0.41
305
+ },
306
+ {
307
+ "bbox": {
308
+ "xMax": 1325,
309
+ "xMin": 1282,
310
+ "yMax": 544,
311
+ "yMin": 505
312
+ },
313
+ "color": [
314
+ 71,
315
+ 112,
316
+ 17,
317
+ 255
318
+ ],
319
+ "label": "motorcycle",
320
+ "occlusion_percentage": 92.49
321
+ },
322
+ {
323
+ "bbox": {
324
+ "xMax": 804,
325
+ "xMin": 641,
326
+ "yMax": 641,
327
+ "yMin": 381
328
+ },
329
+ "color": [
330
+ 20,
331
+ 198,
332
+ 11,
333
+ 255
334
+ ],
335
+ "label": "person",
336
+ "occlusion_percentage": 0.12
337
+ },
338
+ {
339
+ "bbox": {
340
+ "xMax": 1254,
341
+ "xMin": 1055,
342
+ "yMax": 543,
343
+ "yMin": 480
344
+ },
345
+ "color": [
346
+ 50,
347
+ 144,
348
+ 13,
349
+ 255
350
+ ],
351
+ "label": "car",
352
+ "occlusion_percentage": 64.76
353
+ },
354
+ {
355
+ "bbox": {
356
+ "xMax": 1055,
357
+ "xMin": 1043,
358
+ "yMax": 540,
359
+ "yMin": 489
360
+ },
361
+ "color": [
362
+ 162,
363
+ 71,
364
+ 11,
365
+ 255
366
+ ],
367
+ "label": "person",
368
+ "occlusion_percentage": 52.05
369
+ },
370
+ {
371
+ "bbox": {
372
+ "xMax": 827,
373
+ "xMin": 816,
374
+ "yMax": 536,
375
+ "yMin": 493
376
+ },
377
+ "color": [
378
+ 50,
379
+ 144,
380
+ 11,
381
+ 255
382
+ ],
383
+ "label": "person",
384
+ "occlusion_percentage": 53.33
385
+ }
386
+ ]
bbox2d/bbox2d_0043.json ADDED
@@ -0,0 +1,226 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "bbox": {
4
+ "xMax": 630,
5
+ "xMin": 525,
6
+ "yMax": 633,
7
+ "yMin": 402
8
+ },
9
+ "color": [
10
+ 45,
11
+ 55,
12
+ 11,
13
+ 255
14
+ ],
15
+ "label": "person",
16
+ "occlusion_percentage": 2.11
17
+ },
18
+ {
19
+ "bbox": {
20
+ "xMax": 1174,
21
+ "xMin": 1163,
22
+ "yMax": 530,
23
+ "yMin": 494
24
+ },
25
+ "color": [
26
+ 21,
27
+ 255,
28
+ 11,
29
+ 255
30
+ ],
31
+ "label": "person",
32
+ "occlusion_percentage": 81.31
33
+ },
34
+ {
35
+ "bbox": {
36
+ "xMax": 997,
37
+ "xMin": 903,
38
+ "yMax": 554,
39
+ "yMin": 484
40
+ },
41
+ "color": [
42
+ 73,
43
+ 56,
44
+ 13,
45
+ 255
46
+ ],
47
+ "label": "car",
48
+ "occlusion_percentage": 99.86
49
+ },
50
+ {
51
+ "bbox": {
52
+ "xMax": 1253,
53
+ "xMin": 1159,
54
+ "yMax": 548,
55
+ "yMin": 488
56
+ },
57
+ "color": [
58
+ 212,
59
+ 183,
60
+ 13,
61
+ 255
62
+ ],
63
+ "label": "car",
64
+ "occlusion_percentage": 66.65
65
+ },
66
+ {
67
+ "bbox": {
68
+ "xMax": 725,
69
+ "xMin": 703,
70
+ "yMax": 555,
71
+ "yMin": 480
72
+ },
73
+ "color": [
74
+ 118,
75
+ 36,
76
+ 11,
77
+ 255
78
+ ],
79
+ "label": "person",
80
+ "occlusion_percentage": 0.29
81
+ },
82
+ {
83
+ "bbox": {
84
+ "xMax": 637,
85
+ "xMin": 589,
86
+ "yMax": 604,
87
+ "yMin": 434
88
+ },
89
+ "color": [
90
+ 95,
91
+ 124,
92
+ 11,
93
+ 255
94
+ ],
95
+ "label": "person",
96
+ "occlusion_percentage": 39.42
97
+ },
98
+ {
99
+ "bbox": {
100
+ "xMax": 1677,
101
+ "xMin": 1196,
102
+ "yMax": 619,
103
+ "yMin": 290
104
+ },
105
+ "color": [
106
+ 210,
107
+ 195,
108
+ 16,
109
+ 255
110
+ ],
111
+ "label": "train",
112
+ "occlusion_percentage": 0.44
113
+ },
114
+ {
115
+ "bbox": {
116
+ "xMax": 1038,
117
+ "xMin": 980,
118
+ "yMax": 536,
119
+ "yMin": 460
120
+ },
121
+ "color": [
122
+ 16,
123
+ 15,
124
+ 16,
125
+ 255
126
+ ],
127
+ "label": "train",
128
+ "occlusion_percentage": 19.35
129
+ },
130
+ {
131
+ "bbox": {
132
+ "xMax": 859,
133
+ "xMin": 845,
134
+ "yMax": 538,
135
+ "yMin": 487
136
+ },
137
+ "color": [
138
+ 141,
139
+ 203,
140
+ 11,
141
+ 255
142
+ ],
143
+ "label": "person",
144
+ "occlusion_percentage": 58.61
145
+ },
146
+ {
147
+ "bbox": {
148
+ "xMax": 869,
149
+ "xMin": 848,
150
+ "yMax": 539,
151
+ "yMin": 483
152
+ },
153
+ "color": [
154
+ 211,
155
+ 40,
156
+ 11,
157
+ 255
158
+ ],
159
+ "label": "person",
160
+ "occlusion_percentage": 0.93
161
+ },
162
+ {
163
+ "bbox": {
164
+ "xMax": 1010,
165
+ "xMin": 865,
166
+ "yMax": 589,
167
+ "yMin": 470
168
+ },
169
+ "color": [
170
+ 234,
171
+ 208,
172
+ 13,
173
+ 255
174
+ ],
175
+ "label": "car",
176
+ "occlusion_percentage": 0.4
177
+ },
178
+ {
179
+ "bbox": {
180
+ "xMax": 1171,
181
+ "xMin": 1113,
182
+ "yMax": 539,
183
+ "yMin": 498
184
+ },
185
+ "color": [
186
+ 222,
187
+ 102,
188
+ 13,
189
+ 255
190
+ ],
191
+ "label": "car",
192
+ "occlusion_percentage": 15.5
193
+ },
194
+ {
195
+ "bbox": {
196
+ "xMax": 793,
197
+ "xMin": 756,
198
+ "yMax": 565,
199
+ "yMin": 461
200
+ },
201
+ "color": [
202
+ 234,
203
+ 208,
204
+ 11,
205
+ 255
206
+ ],
207
+ "label": "person",
208
+ "occlusion_percentage": 7.28
209
+ },
210
+ {
211
+ "bbox": {
212
+ "xMax": 1120,
213
+ "xMin": 1112,
214
+ "yMax": 527,
215
+ "yMin": 497
216
+ },
217
+ "color": [
218
+ 2,
219
+ 120,
220
+ 11,
221
+ 255
222
+ ],
223
+ "label": "person",
224
+ "occlusion_percentage": 52.48
225
+ }
226
+ ]
bbox2d/bbox2d_0044.json ADDED
@@ -0,0 +1,306 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "bbox": {
4
+ "xMax": 2035,
5
+ "xMin": 1819,
6
+ "yMax": 584,
7
+ "yMin": 462
8
+ },
9
+ "color": [
10
+ 142,
11
+ 48,
12
+ 13,
13
+ 255
14
+ ],
15
+ "label": "car",
16
+ "occlusion_percentage": 0.19
17
+ },
18
+ {
19
+ "bbox": {
20
+ "xMax": 1622,
21
+ "xMin": 1587,
22
+ "yMax": 544,
23
+ "yMin": 501
24
+ },
25
+ "color": [
26
+ 187,
27
+ 28,
28
+ 17,
29
+ 255
30
+ ],
31
+ "label": "motorcycle",
32
+ "occlusion_percentage": 93.75
33
+ },
34
+ {
35
+ "bbox": {
36
+ "xMax": 1494,
37
+ "xMin": 1457,
38
+ "yMax": 558,
39
+ "yMin": 467
40
+ },
41
+ "color": [
42
+ 138,
43
+ 59,
44
+ 11,
45
+ 255
46
+ ],
47
+ "label": "person",
48
+ "occlusion_percentage": 40.65
49
+ },
50
+ {
51
+ "bbox": {
52
+ "xMax": 515,
53
+ "xMin": 483,
54
+ "yMax": 545,
55
+ "yMin": 483
56
+ },
57
+ "color": [
58
+ 207,
59
+ 51,
60
+ 11,
61
+ 255
62
+ ],
63
+ "label": "person",
64
+ "occlusion_percentage": 34.74
65
+ },
66
+ {
67
+ "bbox": {
68
+ "xMax": 444,
69
+ "xMin": 336,
70
+ "yMax": 686,
71
+ "yMin": 373
72
+ },
73
+ "color": [
74
+ 252,
75
+ 30,
76
+ 11,
77
+ 255
78
+ ],
79
+ "label": "person",
80
+ "occlusion_percentage": 72.6
81
+ },
82
+ {
83
+ "bbox": {
84
+ "xMax": 1519,
85
+ "xMin": 1312,
86
+ "yMax": 544,
87
+ "yMin": 480
88
+ },
89
+ "color": [
90
+ 50,
91
+ 144,
92
+ 13,
93
+ 255
94
+ ],
95
+ "label": "car",
96
+ "occlusion_percentage": 75.68
97
+ },
98
+ {
99
+ "bbox": {
100
+ "xMax": 836,
101
+ "xMin": 628,
102
+ "yMax": 551,
103
+ "yMin": 481
104
+ },
105
+ "color": [
106
+ 189,
107
+ 228,
108
+ 13,
109
+ 255
110
+ ],
111
+ "label": "car",
112
+ "occlusion_percentage": 74.88
113
+ },
114
+ {
115
+ "bbox": {
116
+ "xMax": 912,
117
+ "xMin": 898,
118
+ "yMax": 539,
119
+ "yMin": 492
120
+ },
121
+ "color": [
122
+ 73,
123
+ 56,
124
+ 11,
125
+ 255
126
+ ],
127
+ "label": "person",
128
+ "occlusion_percentage": 69.3
129
+ },
130
+ {
131
+ "bbox": {
132
+ "xMax": 1495,
133
+ "xMin": 1477,
134
+ "yMax": 556,
135
+ "yMin": 477
136
+ },
137
+ "color": [
138
+ 26,
139
+ 132,
140
+ 11,
141
+ 255
142
+ ],
143
+ "label": "person",
144
+ "occlusion_percentage": 68.73
145
+ },
146
+ {
147
+ "bbox": {
148
+ "xMax": 1272,
149
+ "xMin": 974,
150
+ "yMax": 594,
151
+ "yMin": 460
152
+ },
153
+ "color": [
154
+ 118,
155
+ 36,
156
+ 13,
157
+ 255
158
+ ],
159
+ "label": "car",
160
+ "occlusion_percentage": 0.42
161
+ },
162
+ {
163
+ "bbox": {
164
+ "xMax": 1334,
165
+ "xMin": 1318,
166
+ "yMax": 540,
167
+ "yMin": 487
168
+ },
169
+ "color": [
170
+ 67,
171
+ 122,
172
+ 11,
173
+ 255
174
+ ],
175
+ "label": "person",
176
+ "occlusion_percentage": 87.57
177
+ },
178
+ {
179
+ "bbox": {
180
+ "xMax": 1800,
181
+ "xMin": 1768,
182
+ "yMax": 550,
183
+ "yMin": 502
184
+ },
185
+ "color": [
186
+ 48,
187
+ 199,
188
+ 17,
189
+ 255
190
+ ],
191
+ "label": "motorcycle",
192
+ "occlusion_percentage": 19.45
193
+ },
194
+ {
195
+ "bbox": {
196
+ "xMax": 457,
197
+ "xMin": 415,
198
+ "yMax": 566,
199
+ "yMin": 480
200
+ },
201
+ "color": [
202
+ 182,
203
+ 194,
204
+ 11,
205
+ 255
206
+ ],
207
+ "label": "person",
208
+ "occlusion_percentage": 63.48
209
+ },
210
+ {
211
+ "bbox": {
212
+ "xMax": 748,
213
+ "xMin": 604,
214
+ "yMax": 651,
215
+ "yMin": 385
216
+ },
217
+ "color": [
218
+ 159,
219
+ 26,
220
+ 11,
221
+ 255
222
+ ],
223
+ "label": "person",
224
+ "occlusion_percentage": 0.04
225
+ },
226
+ {
227
+ "bbox": {
228
+ "xMax": 1591,
229
+ "xMin": 1549,
230
+ "yMax": 545,
231
+ "yMin": 505
232
+ },
233
+ "color": [
234
+ 71,
235
+ 112,
236
+ 17,
237
+ 255
238
+ ],
239
+ "label": "motorcycle",
240
+ "occlusion_percentage": 86.11
241
+ },
242
+ {
243
+ "bbox": {
244
+ "xMax": 1481,
245
+ "xMin": 1321,
246
+ "yMax": 640,
247
+ "yMin": 382
248
+ },
249
+ "color": [
250
+ 20,
251
+ 198,
252
+ 11,
253
+ 255
254
+ ],
255
+ "label": "person",
256
+ "occlusion_percentage": 0.07
257
+ },
258
+ {
259
+ "bbox": {
260
+ "xMax": 1773,
261
+ "xMin": 1745,
262
+ "yMax": 546,
263
+ "yMin": 481
264
+ },
265
+ "color": [
266
+ 91,
267
+ 134,
268
+ 11,
269
+ 255
270
+ ],
271
+ "label": "person",
272
+ "occlusion_percentage": 7.39
273
+ },
274
+ {
275
+ "bbox": {
276
+ "xMax": 931,
277
+ "xMin": 921,
278
+ "yMax": 533,
279
+ "yMin": 497
280
+ },
281
+ "color": [
282
+ 70,
283
+ 167,
284
+ 11,
285
+ 255
286
+ ],
287
+ "label": "person",
288
+ "occlusion_percentage": 52.85
289
+ },
290
+ {
291
+ "bbox": {
292
+ "xMax": 445,
293
+ "xMin": 0,
294
+ "yMax": 916,
295
+ "yMin": 278
296
+ },
297
+ "color": [
298
+ 95,
299
+ 124,
300
+ 13,
301
+ 255
302
+ ],
303
+ "label": "car",
304
+ "occlusion_percentage": 0.2
305
+ }
306
+ ]
bbox2d/bbox2d_0045.json ADDED
@@ -0,0 +1,242 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "bbox": {
4
+ "xMax": 1568,
5
+ "xMin": 1523,
6
+ "yMax": 580,
7
+ "yMin": 459
8
+ },
9
+ "color": [
10
+ 253,
11
+ 130,
12
+ 11,
13
+ 255
14
+ ],
15
+ "label": "person",
16
+ "occlusion_percentage": 1.96
17
+ },
18
+ {
19
+ "bbox": {
20
+ "xMax": 321,
21
+ "xMin": 198,
22
+ "yMax": 630,
23
+ "yMin": 404
24
+ },
25
+ "color": [
26
+ 45,
27
+ 55,
28
+ 11,
29
+ 255
30
+ ],
31
+ "label": "person",
32
+ "occlusion_percentage": 0.0
33
+ },
34
+ {
35
+ "bbox": {
36
+ "xMax": 983,
37
+ "xMin": 899,
38
+ "yMax": 554,
39
+ "yMin": 484
40
+ },
41
+ "color": [
42
+ 73,
43
+ 56,
44
+ 13,
45
+ 255
46
+ ],
47
+ "label": "car",
48
+ "occlusion_percentage": 0.72
49
+ },
50
+ {
51
+ "bbox": {
52
+ "xMax": 705,
53
+ "xMin": 683,
54
+ "yMax": 554,
55
+ "yMin": 480
56
+ },
57
+ "color": [
58
+ 118,
59
+ 36,
60
+ 11,
61
+ 255
62
+ ],
63
+ "label": "person",
64
+ "occlusion_percentage": 59.85
65
+ },
66
+ {
67
+ "bbox": {
68
+ "xMax": 430,
69
+ "xMin": 376,
70
+ "yMax": 603,
71
+ "yMin": 435
72
+ },
73
+ "color": [
74
+ 95,
75
+ 124,
76
+ 11,
77
+ 255
78
+ ],
79
+ "label": "person",
80
+ "occlusion_percentage": 0.0
81
+ },
82
+ {
83
+ "bbox": {
84
+ "xMax": 1395,
85
+ "xMin": 1124,
86
+ "yMax": 622,
87
+ "yMin": 284
88
+ },
89
+ "color": [
90
+ 210,
91
+ 195,
92
+ 16,
93
+ 255
94
+ ],
95
+ "label": "train",
96
+ "occlusion_percentage": 0.55
97
+ },
98
+ {
99
+ "bbox": {
100
+ "xMax": 1084,
101
+ "xMin": 1016,
102
+ "yMax": 536,
103
+ "yMin": 460
104
+ },
105
+ "color": [
106
+ 185,
107
+ 122,
108
+ 16,
109
+ 255
110
+ ],
111
+ "label": "train",
112
+ "occlusion_percentage": 0.16
113
+ },
114
+ {
115
+ "bbox": {
116
+ "xMax": 1456,
117
+ "xMin": 1434,
118
+ "yMax": 557,
119
+ "yMin": 470
120
+ },
121
+ "color": [
122
+ 141,
123
+ 203,
124
+ 11,
125
+ 255
126
+ ],
127
+ "label": "person",
128
+ "occlusion_percentage": 0.0
129
+ },
130
+ {
131
+ "bbox": {
132
+ "xMax": 889,
133
+ "xMin": 875,
134
+ "yMax": 538,
135
+ "yMin": 487
136
+ },
137
+ "color": [
138
+ 23,
139
+ 47,
140
+ 11,
141
+ 255
142
+ ],
143
+ "label": "person",
144
+ "occlusion_percentage": 90.66
145
+ },
146
+ {
147
+ "bbox": {
148
+ "xMax": 1938,
149
+ "xMin": 1864,
150
+ "yMax": 632,
151
+ "yMin": 415
152
+ },
153
+ "color": [
154
+ 137,
155
+ 214,
156
+ 11,
157
+ 255
158
+ ],
159
+ "label": "person",
160
+ "occlusion_percentage": 9.72
161
+ },
162
+ {
163
+ "bbox": {
164
+ "xMax": 887,
165
+ "xMin": 751,
166
+ "yMax": 589,
167
+ "yMin": 468
168
+ },
169
+ "color": [
170
+ 234,
171
+ 208,
172
+ 13,
173
+ 255
174
+ ],
175
+ "label": "car",
176
+ "occlusion_percentage": 0.43
177
+ },
178
+ {
179
+ "bbox": {
180
+ "xMax": 725,
181
+ "xMin": 690,
182
+ "yMax": 564,
183
+ "yMin": 462
184
+ },
185
+ "color": [
186
+ 234,
187
+ 208,
188
+ 11,
189
+ 255
190
+ ],
191
+ "label": "person",
192
+ "occlusion_percentage": 0.0
193
+ },
194
+ {
195
+ "bbox": {
196
+ "xMax": 1437,
197
+ "xMin": 1405,
198
+ "yMax": 555,
199
+ "yMin": 466
200
+ },
201
+ "color": [
202
+ 211,
203
+ 40,
204
+ 11,
205
+ 255
206
+ ],
207
+ "label": "person",
208
+ "occlusion_percentage": 43.73
209
+ },
210
+ {
211
+ "bbox": {
212
+ "xMax": 897,
213
+ "xMin": 876,
214
+ "yMax": 539,
215
+ "yMin": 483
216
+ },
217
+ "color": [
218
+ 224,
219
+ 165,
220
+ 11,
221
+ 255
222
+ ],
223
+ "label": "person",
224
+ "occlusion_percentage": 6.32
225
+ },
226
+ {
227
+ "bbox": {
228
+ "xMax": 1058,
229
+ "xMin": 1017,
230
+ "yMax": 528,
231
+ "yMin": 500
232
+ },
233
+ "color": [
234
+ 95,
235
+ 124,
236
+ 13,
237
+ 255
238
+ ],
239
+ "label": "car",
240
+ "occlusion_percentage": 93.97
241
+ }
242
+ ]
bbox2d/bbox2d_0046.json ADDED
@@ -0,0 +1,274 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "bbox": {
4
+ "xMax": 1727,
5
+ "xMin": 1687,
6
+ "yMax": 550,
7
+ "yMin": 499
8
+ },
9
+ "color": [
10
+ 187,
11
+ 28,
12
+ 17,
13
+ 255
14
+ ],
15
+ "label": "motorcycle",
16
+ "occlusion_percentage": 84.32
17
+ },
18
+ {
19
+ "bbox": {
20
+ "xMax": 176,
21
+ "xMin": 148,
22
+ "yMax": 555,
23
+ "yMin": 477
24
+ },
25
+ "color": [
26
+ 165,
27
+ 216,
28
+ 11,
29
+ 255
30
+ ],
31
+ "label": "person",
32
+ "occlusion_percentage": 22.04
33
+ },
34
+ {
35
+ "bbox": {
36
+ "xMax": 1625,
37
+ "xMin": 1576,
38
+ "yMax": 571,
39
+ "yMin": 455
40
+ },
41
+ "color": [
42
+ 138,
43
+ 59,
44
+ 11,
45
+ 255
46
+ ],
47
+ "label": "person",
48
+ "occlusion_percentage": 40.02
49
+ },
50
+ {
51
+ "bbox": {
52
+ "xMax": 424,
53
+ "xMin": 386,
54
+ "yMax": 551,
55
+ "yMin": 477
56
+ },
57
+ "color": [
58
+ 207,
59
+ 51,
60
+ 11,
61
+ 255
62
+ ],
63
+ "label": "person",
64
+ "occlusion_percentage": 10.34
65
+ },
66
+ {
67
+ "bbox": {
68
+ "xMax": 1604,
69
+ "xMin": 1360,
70
+ "yMax": 550,
71
+ "yMin": 474
72
+ },
73
+ "color": [
74
+ 50,
75
+ 144,
76
+ 13,
77
+ 255
78
+ ],
79
+ "label": "car",
80
+ "occlusion_percentage": 56.74
81
+ },
82
+ {
83
+ "bbox": {
84
+ "xMax": 802,
85
+ "xMin": 551,
86
+ "yMax": 559,
87
+ "yMin": 475
88
+ },
89
+ "color": [
90
+ 189,
91
+ 228,
92
+ 13,
93
+ 255
94
+ ],
95
+ "label": "car",
96
+ "occlusion_percentage": 61.62
97
+ },
98
+ {
99
+ "bbox": {
100
+ "xMax": 897,
101
+ "xMin": 880,
102
+ "yMax": 543,
103
+ "yMin": 489
104
+ },
105
+ "color": [
106
+ 73,
107
+ 56,
108
+ 11,
109
+ 255
110
+ ],
111
+ "label": "person",
112
+ "occlusion_percentage": 78.23
113
+ },
114
+ {
115
+ "bbox": {
116
+ "xMax": 212,
117
+ "xMin": 150,
118
+ "yMax": 564,
119
+ "yMin": 466
120
+ },
121
+ "color": [
122
+ 43,
123
+ 110,
124
+ 11,
125
+ 255
126
+ ],
127
+ "label": "person",
128
+ "occlusion_percentage": 2.66
129
+ },
130
+ {
131
+ "bbox": {
132
+ "xMax": 1615,
133
+ "xMin": 1590,
134
+ "yMax": 567,
135
+ "yMin": 468
136
+ },
137
+ "color": [
138
+ 26,
139
+ 132,
140
+ 11,
141
+ 255
142
+ ],
143
+ "label": "person",
144
+ "occlusion_percentage": 94.22
145
+ },
146
+ {
147
+ "bbox": {
148
+ "xMax": 1411,
149
+ "xMin": 946,
150
+ "yMax": 636,
151
+ "yMin": 433
152
+ },
153
+ "color": [
154
+ 118,
155
+ 36,
156
+ 13,
157
+ 255
158
+ ],
159
+ "label": "car",
160
+ "occlusion_percentage": 0.08
161
+ },
162
+ {
163
+ "bbox": {
164
+ "xMax": 301,
165
+ "xMin": 249,
166
+ "yMax": 581,
167
+ "yMin": 471
168
+ },
169
+ "color": [
170
+ 182,
171
+ 194,
172
+ 11,
173
+ 255
174
+ ],
175
+ "label": "person",
176
+ "occlusion_percentage": 0.05
177
+ },
178
+ {
179
+ "bbox": {
180
+ "xMax": 294,
181
+ "xMin": 0,
182
+ "yMax": 873,
183
+ "yMin": 165
184
+ },
185
+ "color": [
186
+ 159,
187
+ 26,
188
+ 11,
189
+ 255
190
+ ],
191
+ "label": "person",
192
+ "occlusion_percentage": 0.04
193
+ },
194
+ {
195
+ "bbox": {
196
+ "xMax": 1347,
197
+ "xMin": 1331,
198
+ "yMax": 544,
199
+ "yMin": 485
200
+ },
201
+ "color": [
202
+ 162,
203
+ 71,
204
+ 11,
205
+ 255
206
+ ],
207
+ "label": "person",
208
+ "occlusion_percentage": 75.84
209
+ },
210
+ {
211
+ "bbox": {
212
+ "xMax": 1689,
213
+ "xMin": 1640,
214
+ "yMax": 551,
215
+ "yMin": 503
216
+ },
217
+ "color": [
218
+ 71,
219
+ 112,
220
+ 17,
221
+ 255
222
+ ],
223
+ "label": "motorcycle",
224
+ "occlusion_percentage": 87.09
225
+ },
226
+ {
227
+ "bbox": {
228
+ "xMax": 2047,
229
+ "xMin": 1802,
230
+ "yMax": 847,
231
+ "yMin": 170
232
+ },
233
+ "color": [
234
+ 20,
235
+ 198,
236
+ 11,
237
+ 255
238
+ ],
239
+ "label": "person",
240
+ "occlusion_percentage": 0.1
241
+ },
242
+ {
243
+ "bbox": {
244
+ "xMax": 1955,
245
+ "xMin": 1915,
246
+ "yMax": 558,
247
+ "yMin": 500
248
+ },
249
+ "color": [
250
+ 48,
251
+ 199,
252
+ 17,
253
+ 255
254
+ ],
255
+ "label": "motorcycle",
256
+ "occlusion_percentage": 17.05
257
+ },
258
+ {
259
+ "bbox": {
260
+ "xMax": 1914,
261
+ "xMin": 1879,
262
+ "yMax": 552,
263
+ "yMin": 475
264
+ },
265
+ "color": [
266
+ 91,
267
+ 134,
268
+ 11,
269
+ 255
270
+ ],
271
+ "label": "person",
272
+ "occlusion_percentage": 96.2
273
+ }
274
+ ]
bbox2d/bbox2d_0047.json ADDED
@@ -0,0 +1,258 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "bbox": {
4
+ "xMax": 1439,
5
+ "xMin": 1406,
6
+ "yMax": 564,
7
+ "yMin": 472
8
+ },
9
+ "color": [
10
+ 253,
11
+ 130,
12
+ 11,
13
+ 255
14
+ ],
15
+ "label": "person",
16
+ "occlusion_percentage": 0.0
17
+ },
18
+ {
19
+ "bbox": {
20
+ "xMax": 570,
21
+ "xMin": 500,
22
+ "yMax": 587,
23
+ "yMin": 443
24
+ },
25
+ "color": [
26
+ 45,
27
+ 55,
28
+ 11,
29
+ 255
30
+ ],
31
+ "label": "person",
32
+ "occlusion_percentage": 0.0
33
+ },
34
+ {
35
+ "bbox": {
36
+ "xMax": 989,
37
+ "xMin": 917,
38
+ "yMax": 548,
39
+ "yMin": 488
40
+ },
41
+ "color": [
42
+ 73,
43
+ 56,
44
+ 13,
45
+ 255
46
+ ],
47
+ "label": "car",
48
+ "occlusion_percentage": 0.83
49
+ },
50
+ {
51
+ "bbox": {
52
+ "xMax": 755,
53
+ "xMin": 737,
54
+ "yMax": 548,
55
+ "yMin": 485
56
+ },
57
+ "color": [
58
+ 118,
59
+ 36,
60
+ 11,
61
+ 255
62
+ ],
63
+ "label": "person",
64
+ "occlusion_percentage": 0.14
65
+ },
66
+ {
67
+ "bbox": {
68
+ "xMax": 1339,
69
+ "xMin": 1327,
70
+ "yMax": 538,
71
+ "yMin": 492
72
+ },
73
+ "color": [
74
+ 100,
75
+ 97,
76
+ 11,
77
+ 255
78
+ ],
79
+ "label": "person",
80
+ "occlusion_percentage": 43.85
81
+ },
82
+ {
83
+ "bbox": {
84
+ "xMax": 606,
85
+ "xMin": 572,
86
+ "yMax": 575,
87
+ "yMin": 458
88
+ },
89
+ "color": [
90
+ 95,
91
+ 124,
92
+ 11,
93
+ 255
94
+ ],
95
+ "label": "person",
96
+ "occlusion_percentage": 0.0
97
+ },
98
+ {
99
+ "bbox": {
100
+ "xMax": 1270,
101
+ "xMin": 1098,
102
+ "yMax": 584,
103
+ "yMin": 362
104
+ },
105
+ "color": [
106
+ 210,
107
+ 195,
108
+ 16,
109
+ 255
110
+ ],
111
+ "label": "train",
112
+ "occlusion_percentage": 0.55
113
+ },
114
+ {
115
+ "bbox": {
116
+ "xMax": 1078,
117
+ "xMin": 1017,
118
+ "yMax": 533,
119
+ "yMin": 465
120
+ },
121
+ "color": [
122
+ 185,
123
+ 122,
124
+ 16,
125
+ 255
126
+ ],
127
+ "label": "train",
128
+ "occlusion_percentage": 0.22
129
+ },
130
+ {
131
+ "bbox": {
132
+ "xMax": 1381,
133
+ "xMin": 1362,
134
+ "yMax": 549,
135
+ "yMin": 477
136
+ },
137
+ "color": [
138
+ 141,
139
+ 203,
140
+ 11,
141
+ 255
142
+ ],
143
+ "label": "person",
144
+ "occlusion_percentage": 0.0
145
+ },
146
+ {
147
+ "bbox": {
148
+ "xMax": 904,
149
+ "xMin": 892,
150
+ "yMax": 535,
151
+ "yMin": 490
152
+ },
153
+ "color": [
154
+ 40,
155
+ 193,
156
+ 11,
157
+ 255
158
+ ],
159
+ "label": "person",
160
+ "occlusion_percentage": 98.05
161
+ },
162
+ {
163
+ "bbox": {
164
+ "xMax": 784,
165
+ "xMin": 756,
166
+ "yMax": 554,
167
+ "yMin": 472
168
+ },
169
+ "color": [
170
+ 234,
171
+ 208,
172
+ 11,
173
+ 255
174
+ ],
175
+ "label": "person",
176
+ "occlusion_percentage": 0.0
177
+ },
178
+ {
179
+ "bbox": {
180
+ "xMax": 918,
181
+ "xMin": 815,
182
+ "yMax": 570,
183
+ "yMin": 482
184
+ },
185
+ "color": [
186
+ 234,
187
+ 208,
188
+ 13,
189
+ 255
190
+ ],
191
+ "label": "car",
192
+ "occlusion_percentage": 0.39
193
+ },
194
+ {
195
+ "bbox": {
196
+ "xMax": 1614,
197
+ "xMin": 1566,
198
+ "yMax": 588,
199
+ "yMin": 450
200
+ },
201
+ "color": [
202
+ 137,
203
+ 214,
204
+ 11,
205
+ 255
206
+ ],
207
+ "label": "person",
208
+ "occlusion_percentage": 6.79
209
+ },
210
+ {
211
+ "bbox": {
212
+ "xMax": 1367,
213
+ "xMin": 1340,
214
+ "yMax": 548,
215
+ "yMin": 473
216
+ },
217
+ "color": [
218
+ 211,
219
+ 40,
220
+ 11,
221
+ 255
222
+ ],
223
+ "label": "person",
224
+ "occlusion_percentage": 24.96
225
+ },
226
+ {
227
+ "bbox": {
228
+ "xMax": 911,
229
+ "xMin": 893,
230
+ "yMax": 536,
231
+ "yMin": 486
232
+ },
233
+ "color": [
234
+ 224,
235
+ 165,
236
+ 11,
237
+ 255
238
+ ],
239
+ "label": "person",
240
+ "occlusion_percentage": 78.89
241
+ },
242
+ {
243
+ "bbox": {
244
+ "xMax": 1895,
245
+ "xMin": 1830,
246
+ "yMax": 630,
247
+ "yMin": 452
248
+ },
249
+ "color": [
250
+ 113,
251
+ 202,
252
+ 11,
253
+ 255
254
+ ],
255
+ "label": "person",
256
+ "occlusion_percentage": 0.15
257
+ }
258
+ ]
bbox2d/bbox2d_0048.json ADDED
@@ -0,0 +1,242 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "bbox": {
4
+ "xMax": 1641,
5
+ "xMin": 1603,
6
+ "yMax": 569,
7
+ "yMin": 468
8
+ },
9
+ "color": [
10
+ 253,
11
+ 130,
12
+ 11,
13
+ 255
14
+ ],
15
+ "label": "person",
16
+ "occlusion_percentage": 8.69
17
+ },
18
+ {
19
+ "bbox": {
20
+ "xMax": 897,
21
+ "xMin": 866,
22
+ "yMax": 557,
23
+ "yMin": 468
24
+ },
25
+ "color": [
26
+ 234,
27
+ 208,
28
+ 11,
29
+ 255
30
+ ],
31
+ "label": "person",
32
+ "occlusion_percentage": 23.83
33
+ },
34
+ {
35
+ "bbox": {
36
+ "xMax": 1087,
37
+ "xMin": 1005,
38
+ "yMax": 550,
39
+ "yMin": 487
40
+ },
41
+ "color": [
42
+ 73,
43
+ 56,
44
+ 13,
45
+ 255
46
+ ],
47
+ "label": "car",
48
+ "occlusion_percentage": 74.88
49
+ },
50
+ {
51
+ "bbox": {
52
+ "xMax": 1331,
53
+ "xMin": 1246,
54
+ "yMax": 545,
55
+ "yMin": 490
56
+ },
57
+ "color": [
58
+ 138,
59
+ 184,
60
+ 13,
61
+ 255
62
+ ],
63
+ "label": "car",
64
+ "occlusion_percentage": 99.86
65
+ },
66
+ {
67
+ "bbox": {
68
+ "xMax": 843,
69
+ "xMin": 824,
70
+ "yMax": 550,
71
+ "yMin": 484
72
+ },
73
+ "color": [
74
+ 118,
75
+ 36,
76
+ 11,
77
+ 255
78
+ ],
79
+ "label": "person",
80
+ "occlusion_percentage": 0.6
81
+ },
82
+ {
83
+ "bbox": {
84
+ "xMax": 760,
85
+ "xMin": 723,
86
+ "yMax": 584,
87
+ "yMin": 451
88
+ },
89
+ "color": [
90
+ 95,
91
+ 124,
92
+ 11,
93
+ 255
94
+ ],
95
+ "label": "person",
96
+ "occlusion_percentage": 35.47
97
+ },
98
+ {
99
+ "bbox": {
100
+ "xMax": 1549,
101
+ "xMin": 1247,
102
+ "yMax": 595,
103
+ "yMin": 339
104
+ },
105
+ "color": [
106
+ 210,
107
+ 195,
108
+ 16,
109
+ 255
110
+ ],
111
+ "label": "train",
112
+ "occlusion_percentage": 0.5
113
+ },
114
+ {
115
+ "bbox": {
116
+ "xMax": 1139,
117
+ "xMin": 1084,
118
+ "yMax": 534,
119
+ "yMin": 463
120
+ },
121
+ "color": [
122
+ 16,
123
+ 15,
124
+ 16,
125
+ 255
126
+ ],
127
+ "label": "train",
128
+ "occlusion_percentage": 0.11
129
+ },
130
+ {
131
+ "bbox": {
132
+ "xMax": 971,
133
+ "xMin": 958,
134
+ "yMax": 536,
135
+ "yMin": 489
136
+ },
137
+ "color": [
138
+ 141,
139
+ 203,
140
+ 11,
141
+ 255
142
+ ],
143
+ "label": "person",
144
+ "occlusion_percentage": 87.36
145
+ },
146
+ {
147
+ "bbox": {
148
+ "xMax": 1962,
149
+ "xMin": 1906,
150
+ "yMax": 601,
151
+ "yMin": 440
152
+ },
153
+ "color": [
154
+ 137,
155
+ 214,
156
+ 11,
157
+ 255
158
+ ],
159
+ "label": "person",
160
+ "occlusion_percentage": 10.33
161
+ },
162
+ {
163
+ "bbox": {
164
+ "xMax": 1071,
165
+ "xMin": 954,
166
+ "yMax": 576,
167
+ "yMin": 478
168
+ },
169
+ "color": [
170
+ 234,
171
+ 208,
172
+ 13,
173
+ 255
174
+ ],
175
+ "label": "car",
176
+ "occlusion_percentage": 0.36
177
+ },
178
+ {
179
+ "bbox": {
180
+ "xMax": 1268,
181
+ "xMin": 1214,
182
+ "yMax": 537,
183
+ "yMin": 499
184
+ },
185
+ "color": [
186
+ 159,
187
+ 143,
188
+ 13,
189
+ 255
190
+ ],
191
+ "label": "car",
192
+ "occlusion_percentage": 42.16
193
+ },
194
+ {
195
+ "bbox": {
196
+ "xMax": 980,
197
+ "xMin": 961,
198
+ "yMax": 537,
199
+ "yMin": 485
200
+ },
201
+ "color": [
202
+ 211,
203
+ 40,
204
+ 11,
205
+ 255
206
+ ],
207
+ "label": "person",
208
+ "occlusion_percentage": 87.73
209
+ },
210
+ {
211
+ "bbox": {
212
+ "xMax": 753,
213
+ "xMin": 677,
214
+ "yMax": 599,
215
+ "yMin": 432
216
+ },
217
+ "color": [
218
+ 45,
219
+ 55,
220
+ 11,
221
+ 255
222
+ ],
223
+ "label": "person",
224
+ "occlusion_percentage": 9.52
225
+ },
226
+ {
227
+ "bbox": {
228
+ "xMax": 47,
229
+ "xMin": 0,
230
+ "yMax": 766,
231
+ "yMin": 289
232
+ },
233
+ "color": [
234
+ 229,
235
+ 118,
236
+ 11,
237
+ 255
238
+ ],
239
+ "label": "person",
240
+ "occlusion_percentage": 0.01
241
+ }
242
+ ]
bbox2d/bbox2d_0049.json ADDED
@@ -0,0 +1,354 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "bbox": {
4
+ "xMax": 2036,
5
+ "xMin": 1772,
6
+ "yMax": 599,
7
+ "yMin": 452
8
+ },
9
+ "color": [
10
+ 142,
11
+ 48,
12
+ 13,
13
+ 255
14
+ ],
15
+ "label": "car",
16
+ "occlusion_percentage": 0.19
17
+ },
18
+ {
19
+ "bbox": {
20
+ "xMax": 1580,
21
+ "xMin": 1541,
22
+ "yMax": 547,
23
+ "yMin": 499
24
+ },
25
+ "color": [
26
+ 187,
27
+ 28,
28
+ 17,
29
+ 255
30
+ ],
31
+ "label": "motorcycle",
32
+ "occlusion_percentage": 77.15
33
+ },
34
+ {
35
+ "bbox": {
36
+ "xMax": 122,
37
+ "xMin": 96,
38
+ "yMax": 552,
39
+ "yMin": 479
40
+ },
41
+ "color": [
42
+ 165,
43
+ 216,
44
+ 11,
45
+ 255
46
+ ],
47
+ "label": "person",
48
+ "occlusion_percentage": 45.27
49
+ },
50
+ {
51
+ "bbox": {
52
+ "xMax": 1411,
53
+ "xMin": 1370,
54
+ "yMax": 565,
55
+ "yMin": 460
56
+ },
57
+ "color": [
58
+ 138,
59
+ 59,
60
+ 11,
61
+ 255
62
+ ],
63
+ "label": "person",
64
+ "occlusion_percentage": 40.56
65
+ },
66
+ {
67
+ "bbox": {
68
+ "xMax": 359,
69
+ "xMin": 322,
70
+ "yMax": 549,
71
+ "yMin": 480
72
+ },
73
+ "color": [
74
+ 207,
75
+ 51,
76
+ 11,
77
+ 255
78
+ ],
79
+ "label": "person",
80
+ "occlusion_percentage": 15.38
81
+ },
82
+ {
83
+ "bbox": {
84
+ "xMax": 1144,
85
+ "xMin": 1134,
86
+ "yMax": 527,
87
+ "yMin": 496
88
+ },
89
+ "color": [
90
+ 183,
91
+ 38,
92
+ 11,
93
+ 255
94
+ ],
95
+ "label": "person",
96
+ "occlusion_percentage": 76.0
97
+ },
98
+ {
99
+ "bbox": {
100
+ "xMax": 713,
101
+ "xMin": 473,
102
+ "yMax": 556,
103
+ "yMin": 478
104
+ },
105
+ "color": [
106
+ 189,
107
+ 228,
108
+ 13,
109
+ 255
110
+ ],
111
+ "label": "car",
112
+ "occlusion_percentage": 64.99
113
+ },
114
+ {
115
+ "bbox": {
116
+ "xMax": 1774,
117
+ "xMin": 1738,
118
+ "yMax": 554,
119
+ "yMin": 501
120
+ },
121
+ "color": [
122
+ 48,
123
+ 199,
124
+ 17,
125
+ 255
126
+ ],
127
+ "label": "motorcycle",
128
+ "occlusion_percentage": 19.83
129
+ },
130
+ {
131
+ "bbox": {
132
+ "xMax": 1745,
133
+ "xMin": 1714,
134
+ "yMax": 549,
135
+ "yMin": 477
136
+ },
137
+ "color": [
138
+ 91,
139
+ 134,
140
+ 11,
141
+ 255
142
+ ],
143
+ "label": "person",
144
+ "occlusion_percentage": 18.81
145
+ },
146
+ {
147
+ "bbox": {
148
+ "xMax": 145,
149
+ "xMin": 88,
150
+ "yMax": 559,
151
+ "yMin": 470
152
+ },
153
+ "color": [
154
+ 43,
155
+ 110,
156
+ 11,
157
+ 255
158
+ ],
159
+ "label": "person",
160
+ "occlusion_percentage": 0.0
161
+ },
162
+ {
163
+ "bbox": {
164
+ "xMax": 1420,
165
+ "xMin": 1398,
166
+ "yMax": 562,
167
+ "yMin": 472
168
+ },
169
+ "color": [
170
+ 26,
171
+ 132,
172
+ 11,
173
+ 255
174
+ ],
175
+ "label": "person",
176
+ "occlusion_percentage": 54.85
177
+ },
178
+ {
179
+ "bbox": {
180
+ "xMax": 1066,
181
+ "xMin": 679,
182
+ "yMax": 616,
183
+ "yMin": 448
184
+ },
185
+ "color": [
186
+ 118,
187
+ 36,
188
+ 13,
189
+ 255
190
+ ],
191
+ "label": "car",
192
+ "occlusion_percentage": 15.1
193
+ },
194
+ {
195
+ "bbox": {
196
+ "xMax": 1106,
197
+ "xMin": 1057,
198
+ "yMax": 536,
199
+ "yMin": 496
200
+ },
201
+ "color": [
202
+ 165,
203
+ 216,
204
+ 13,
205
+ 255
206
+ ],
207
+ "label": "car",
208
+ "occlusion_percentage": 24.38
209
+ },
210
+ {
211
+ "bbox": {
212
+ "xMax": 661,
213
+ "xMin": 643,
214
+ "yMax": 542,
215
+ "yMin": 482
216
+ },
217
+ "color": [
218
+ 186,
219
+ 83,
220
+ 11,
221
+ 255
222
+ ],
223
+ "label": "person",
224
+ "occlusion_percentage": 89.74
225
+ },
226
+ {
227
+ "bbox": {
228
+ "xMax": 1468,
229
+ "xMin": 1243,
230
+ "yMax": 547,
231
+ "yMin": 477
232
+ },
233
+ "color": [
234
+ 50,
235
+ 144,
236
+ 13,
237
+ 255
238
+ ],
239
+ "label": "car",
240
+ "occlusion_percentage": 60.14
241
+ },
242
+ {
243
+ "bbox": {
244
+ "xMax": 216,
245
+ "xMin": 169,
246
+ "yMax": 574,
247
+ "yMin": 475
248
+ },
249
+ "color": [
250
+ 182,
251
+ 194,
252
+ 11,
253
+ 255
254
+ ],
255
+ "label": "person",
256
+ "occlusion_percentage": 2.13
257
+ },
258
+ {
259
+ "bbox": {
260
+ "xMax": 1272,
261
+ "xMin": 1254,
262
+ "yMax": 542,
263
+ "yMin": 484
264
+ },
265
+ "color": [
266
+ 67,
267
+ 122,
268
+ 11,
269
+ 255
270
+ ],
271
+ "label": "person",
272
+ "occlusion_percentage": 90.19
273
+ },
274
+ {
275
+ "bbox": {
276
+ "xMax": 1157,
277
+ "xMin": 1148,
278
+ "yMax": 529,
279
+ "yMin": 496
280
+ },
281
+ "color": [
282
+ 255,
283
+ 75,
284
+ 11,
285
+ 255
286
+ ],
287
+ "label": "person",
288
+ "occlusion_percentage": 49.0
289
+ },
290
+ {
291
+ "bbox": {
292
+ "xMax": 1142,
293
+ "xMin": 883,
294
+ "yMax": 719,
295
+ "yMin": 302
296
+ },
297
+ "color": [
298
+ 20,
299
+ 198,
300
+ 11,
301
+ 255
302
+ ],
303
+ "label": "person",
304
+ "occlusion_percentage": 0.1
305
+ },
306
+ {
307
+ "bbox": {
308
+ "xMax": 1239,
309
+ "xMin": 1225,
310
+ "yMax": 542,
311
+ "yMin": 487
312
+ },
313
+ "color": [
314
+ 162,
315
+ 71,
316
+ 11,
317
+ 255
318
+ ],
319
+ "label": "person",
320
+ "occlusion_percentage": 51.95
321
+ },
322
+ {
323
+ "bbox": {
324
+ "xMax": 29,
325
+ "xMin": 6,
326
+ "yMax": 551,
327
+ "yMin": 480
328
+ },
329
+ "color": [
330
+ 3,
331
+ 220,
332
+ 11,
333
+ 255
334
+ ],
335
+ "label": "person",
336
+ "occlusion_percentage": 2.98
337
+ },
338
+ {
339
+ "bbox": {
340
+ "xMax": 985,
341
+ "xMin": 973,
342
+ "yMax": 537,
343
+ "yMin": 492
344
+ },
345
+ "color": [
346
+ 50,
347
+ 144,
348
+ 11,
349
+ 255
350
+ ],
351
+ "label": "person",
352
+ "occlusion_percentage": 88.54
353
+ }
354
+ ]
bbox2d/bbox2d_0050.json ADDED
@@ -0,0 +1,162 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "bbox": {
4
+ "xMax": 889,
5
+ "xMin": 644,
6
+ "yMax": 760,
7
+ "yMin": 432
8
+ },
9
+ "color": [
10
+ 50,
11
+ 144,
12
+ 18,
13
+ 255
14
+ ],
15
+ "label": "bicycle",
16
+ "occlusion_percentage": 19.99
17
+ },
18
+ {
19
+ "bbox": {
20
+ "xMax": 908,
21
+ "xMin": 696,
22
+ "yMax": 663,
23
+ "yMin": 254
24
+ },
25
+ "color": [
26
+ 50,
27
+ 144,
28
+ 12,
29
+ 255
30
+ ],
31
+ "label": "rider",
32
+ "occlusion_percentage": 19.58
33
+ },
34
+ {
35
+ "bbox": {
36
+ "xMax": 308,
37
+ "xMin": 264,
38
+ "yMax": 500,
39
+ "yMin": 361
40
+ },
41
+ "color": [
42
+ 187,
43
+ 28,
44
+ 11,
45
+ 255
46
+ ],
47
+ "label": "person",
48
+ "occlusion_percentage": 0.95
49
+ },
50
+ {
51
+ "bbox": {
52
+ "xMax": 1388,
53
+ "xMin": 1293,
54
+ "yMax": 586,
55
+ "yMin": 501
56
+ },
57
+ "color": [
58
+ 234,
59
+ 208,
60
+ 17,
61
+ 255
62
+ ],
63
+ "label": "motorcycle",
64
+ "occlusion_percentage": 73.89
65
+ },
66
+ {
67
+ "bbox": {
68
+ "xMax": 1375,
69
+ "xMin": 1310,
70
+ "yMax": 568,
71
+ "yMin": 462
72
+ },
73
+ "color": [
74
+ 234,
75
+ 208,
76
+ 12,
77
+ 255
78
+ ],
79
+ "label": "rider",
80
+ "occlusion_percentage": 95.7
81
+ },
82
+ {
83
+ "bbox": {
84
+ "xMax": 1377,
85
+ "xMin": 1283,
86
+ "yMax": 640,
87
+ "yMin": 402
88
+ },
89
+ "color": [
90
+ 93,
91
+ 79,
92
+ 11,
93
+ 255
94
+ ],
95
+ "label": "person",
96
+ "occlusion_percentage": 24.91
97
+ },
98
+ {
99
+ "bbox": {
100
+ "xMax": 1441,
101
+ "xMin": 1205,
102
+ "yMax": 696,
103
+ "yMin": 476
104
+ },
105
+ "color": [
106
+ 233,
107
+ 108,
108
+ 17,
109
+ 255
110
+ ],
111
+ "label": "motorcycle",
112
+ "occlusion_percentage": 0.17
113
+ },
114
+ {
115
+ "bbox": {
116
+ "xMax": 1190,
117
+ "xMin": 1092,
118
+ "yMax": 596,
119
+ "yMin": 491
120
+ },
121
+ "color": [
122
+ 164,
123
+ 116,
124
+ 18,
125
+ 255
126
+ ],
127
+ "label": "bicycle",
128
+ "occlusion_percentage": 14.34
129
+ },
130
+ {
131
+ "bbox": {
132
+ "xMax": 1191,
133
+ "xMin": 1111,
134
+ "yMax": 567,
135
+ "yMin": 407
136
+ },
137
+ "color": [
138
+ 164,
139
+ 116,
140
+ 12,
141
+ 255
142
+ ],
143
+ "label": "rider",
144
+ "occlusion_percentage": 11.69
145
+ },
146
+ {
147
+ "bbox": {
148
+ "xMax": 880,
149
+ "xMin": 848,
150
+ "yMax": 536,
151
+ "yMin": 416
152
+ },
153
+ "color": [
154
+ 210,
155
+ 195,
156
+ 11,
157
+ 255
158
+ ],
159
+ "label": "person",
160
+ "occlusion_percentage": 60.51
161
+ }
162
+ ]