File size: 18,439 Bytes
b24983f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
{
    "camera_model": "OPENCV",
    "frames": [
        {
            "w": 1080,
            "h": 1920,
            "fl_x": 3637.5484926272175,
            "fl_y": 3638.563908655,
            "cx": 535.6043669719672,
            "cy": 921.233326489911,
            "k1": 0.09279631447732999,
            "k2": 0.008611155980575522,
            "p1": 0.0,
            "p2": 0.0,
            "file_path": "images/frame_00001.png",
            "transform_matrix": [
                [
                    0.2664618724544915,
                    -0.5824946878576519,
                    0.7679179703234341,
                    1.165852989993461
                ],
                [
                    0.9638450126542626,
                    0.16026718324281683,
                    -0.21287841965994891,
                    -0.08810246569105101
                ],
                [
                    0.0009284985461743866,
                    0.7968778881315691,
                    0.6041396935290875,
                    1.212750001395051
                ],
                [
                    0.0,
                    0.0,
                    0.0,
                    1.0
                ]
            ],
            "mask_path": "masks/00001.png"
        },
        {
            "w": 1080,
            "h": 1920,
            "fl_x": 3641.0115432161833,
            "fl_y": 3644.3609944187597,
            "cx": 501.15073845793773,
            "cy": 929.7980400145125,
            "k1": 0.05483548572316877,
            "k2": 0.0030069304944958463,
            "p1": 0.0,
            "p2": 0.0,
            "file_path": "images/frame_00002.png",
            "transform_matrix": [
                [
                    0.9973844200837848,
                    -0.05836860871854911,
                    0.042631257199301574,
                    0.21206354207580858
                ],
                [
                    0.06871860650147295,
                    0.5829050381789563,
                    -0.8096292173495748,
                    -0.8615692863118902
                ],
                [
                    0.02240695638920669,
                    0.8104411280172361,
                    0.5853914129226032,
                    1.1981611903002778
                ],
                [
                    0.0,
                    0.0,
                    0.0,
                    1.0
                ]
            ],
            "mask_path": "masks/00002.png"
        },
        {
            "w": 1080,
            "h": 1920,
            "fl_x": 3639.501036758536,
            "fl_y": 3639.8159667373725,
            "cx": 562.0236540430934,
            "cy": 949.1591884021109,
            "k1": 0.10194791156997454,
            "k2": 0.01039337667347935,
            "p1": 0.0,
            "p2": 0.0,
            "file_path": "images/frame_00003.png",
            "transform_matrix": [
                [
                    0.3799871318103906,
                    0.5244888456548821,
                    -0.7619194382886698,
                    -0.8147821954716901
                ],
                [
                    -0.9244846125962813,
                    0.24261500814879583,
                    -0.2940512861622329,
                    -0.18866514936641296
                ],
                [
                    0.030626471086568626,
                    0.8161185015698206,
                    0.5770724483669399,
                    1.168301891416008
                ],
                [
                    0.0,
                    0.0,
                    0.0,
                    1.0
                ]
            ],
            "mask_path": "masks/00003.png"
        },
        {
            "w": 1080,
            "h": 1920,
            "fl_x": 3638.8663931741917,
            "fl_y": 3640.9144543744715,
            "cx": 490.5065548791489,
            "cy": 931.7137798372837,
            "k1": 0.04820514538426456,
            "k2": 0.002323736041518083,
            "p1": 0.0,
            "p2": 0.0,
            "file_path": "images/frame_00004.png",
            "transform_matrix": [
                [
                    -0.7584834464533933,
                    0.37370966255113097,
                    -0.5338950735604345,
                    -0.4928649664964881
                ],
                [
                    -0.6516870202647451,
                    -0.4382444984300624,
                    0.6190684834606268,
                    0.9959664595256502
                ],
                [
                    -0.0026247046766626945,
                    0.8174856865485183,
                    0.5759429339905625,
                    1.1610136645655271
                ],
                [
                    0.0,
                    0.0,
                    0.0,
                    1.0
                ]
            ],
            "mask_path": "masks/00004.png"
        },
        {
            "w": 1080,
            "h": 1920,
            "fl_x": 3640.948462764461,
            "fl_y": 3646.6408815390214,
            "cx": 494.94843110623106,
            "cy": 947.2506544730061,
            "k1": 0.022238656484173044,
            "k2": 0.0004945578422210518,
            "p1": 0.0,
            "p2": 0.0,
            "file_path": "images/frame_00005.png",
            "transform_matrix": [
                [
                    -0.8434881002353339,
                    -0.32774073982827207,
                    0.4255747081514642,
                    0.726339149755669
                ],
                [
                    0.5369514980125166,
                    -0.4930450510135987,
                    0.6845360958000037,
                    1.057093221340878
                ],
                [
                    -0.014522862786014135,
                    0.8059110280470261,
                    0.5918585146204148,
                    1.1804493760574288
                ],
                [
                    0.0,
                    0.0,
                    0.0,
                    1.0
                ]
            ],
            "mask_path": "masks/00005.png"
        },
        {
            "w": 1080,
            "h": 1920,
            "fl_x": 2784.716159878361,
            "fl_y": 2788.7589481431587,
            "cx": 455.1011252066693,
            "cy": 938.988567122042,
            "k1": 0.006933383529415584,
            "k2": 4.80718071659713e-05,
            "p1": 0.0,
            "p2": 0.0,
            "file_path": "images/frame_00006.png",
            "transform_matrix": [
                [
                    0.2511195903438141,
                    -0.05875866079574856,
                    0.9661709844158255,
                    1.1639526938963833
                ],
                [
                    0.9679554077637245,
                    0.016410551308402535,
                    -0.25058535948198646,
                    -0.09603433196865199
                ],
                [
                    -0.001131338374262926,
                    0.9981373220089731,
                    0.06099677439208133,
                    0.44976037111982736
                ],
                [
                    0.0,
                    0.0,
                    0.0,
                    1.0
                ]
            ],
            "mask_path": "masks/00006.png"
        },
        {
            "w": 1080,
            "h": 1920,
            "fl_x": 2775.585939967866,
            "fl_y": 2779.0733657150213,
            "cx": 494.02142919793886,
            "cy": 942.8307544246946,
            "k1": -0.00011948725843737499,
            "k2": 1.4277204928880042e-08,
            "p1": 0.0,
            "p2": 0.0,
            "file_path": "images/frame_00007.png",
            "transform_matrix": [
                [
                    0.9973951550956517,
                    -0.026810040231303123,
                    0.06696361948488633,
                    0.22320329751551152
                ],
                [
                    0.06848485950608646,
                    0.06054457486521452,
                    -0.9958133251131066,
                    -0.8474981144938101
                ],
                [
                    0.022643511436001695,
                    0.9978053799199451,
                    0.062222947476484304,
                    0.44337711787062906
                ],
                [
                    0.0,
                    0.0,
                    0.0,
                    1.0
                ]
            ],
            "mask_path": "masks/00007.png"
        },
        {
            "w": 1080,
            "h": 1920,
            "fl_x": 2781.6108724851174,
            "fl_y": 2782.850651582457,
            "cx": 627.5954321365095,
            "cy": 965.3788151088037,
            "k1": 0.08807948658488511,
            "k2": 0.007757995957056956,
            "p1": 0.0,
            "p2": 0.0,
            "file_path": "images/frame_00008.png",
            "transform_matrix": [
                [
                    0.3521929923158678,
                    0.029761585920318415,
                    -0.9354540844782825,
                    -0.7800664653846581
                ],
                [
                    -0.9356794726766652,
                    0.034200610539576896,
                    -0.3511897530541533,
                    -0.1908555244223789
                ],
                [
                    0.02154113681104167,
                    0.9989717544766854,
                    0.039892520384908,
                    0.414062563264456
                ],
                [
                    0.0,
                    0.0,
                    0.0,
                    1.0
                ]
            ],
            "mask_path": "masks/00008.png"
        },
        {
            "w": 1080,
            "h": 1920,
            "fl_x": 2777.426175545977,
            "fl_y": 2780.4369618462247,
            "cx": 534.4906144005123,
            "cy": 943.967306883035,
            "k1": 0.01177952130935938,
            "k2": 0.00013875712227765172,
            "p1": 0.0,
            "p2": 0.0,
            "file_path": "images/frame_00009.png",
            "transform_matrix": [
                [
                    -0.7708718402390516,
                    0.012606712482667929,
                    -0.6368655091358278,
                    -0.4682256554255532
                ],
                [
                    -0.6369730767103002,
                    -0.022602085985765186,
                    0.7705546348282554,
                    0.9734368534550772
                ],
                [
                    -0.004680328265389106,
                    0.9996650521597078,
                    0.025453448054375213,
                    0.40306874513751056
                ],
                [
                    0.0,
                    0.0,
                    0.0,
                    1.0
                ]
            ],
            "mask_path": "masks/00009.png"
        },
        {
            "w": 1080,
            "h": 1920,
            "fl_x": 2789.3430164705987,
            "fl_y": 2792.46219445503,
            "cx": 554.0141348087582,
            "cy": 937.8786123888791,
            "k1": 0.010279905828531024,
            "k2": 0.00010567646384346611,
            "p1": 0.0,
            "p2": 0.0,
            "file_path": "images/frame_00010.png",
            "transform_matrix": [
                [
                    -0.8330035387638814,
                    -0.03863648604155768,
                    0.55191695602981,
                    0.7293073928657109
                ],
                [
                    0.5531249425675833,
                    -0.035499609854671633,
                    0.8323416219376355,
                    1.0381205526073218
                ],
                [
                    -0.012565918846564737,
                    0.9986225511405832,
                    0.05094210475642851,
                    0.4317591061701176
                ],
                [
                    0.0,
                    0.0,
                    0.0,
                    1.0
                ]
            ],
            "mask_path": "masks/00010.png"
        },
        {
            "w": 1080,
            "h": 1920,
            "fl_x": 3641.593212249198,
            "fl_y": 3640.0042541795906,
            "cx": 492.47901176015273,
            "cy": 919.855334003409,
            "k1": 0.09415603295750366,
            "k2": 0.008865358542294515,
            "p1": 0.0,
            "p2": 0.0,
            "file_path": "images/frame_00011.png",
            "transform_matrix": [
                [
                    0.25962050418501204,
                    0.5190365907644506,
                    0.8143698246216742,
                    1.189795614970966
                ],
                [
                    0.9655365914386088,
                    -0.12349870721065524,
                    -0.2291007636617783,
                    -0.10941790607336307
                ],
                [
                    -0.018338058780396738,
                    0.8457831204067109,
                    -0.5332116173108512,
                    -0.28104017253775
                ],
                [
                    0.0,
                    0.0,
                    0.0,
                    1.0
                ]
            ],
            "mask_path": "masks/00011.png"
        },
        {
            "w": 1080,
            "h": 1920,
            "fl_x": 3628.495541644658,
            "fl_y": 3626.7197739562416,
            "cx": 542.283780603843,
            "cy": 963.557582478482,
            "k1": 0.12119806161435735,
            "k2": 0.014688970139077561,
            "p1": 0.0,
            "p2": 0.0,
            "file_path": "images/frame_00012.png",
            "transform_matrix": [
                [
                    0.9986020133814294,
                    -0.0006587620155675629,
                    0.05285437449409591,
                    0.23981155974458404
                ],
                [
                    0.04450094917338357,
                    -0.5291319321920143,
                    -0.8473718568948425,
                    -0.86829715917722
                ],
                [
                    0.028525153693244567,
                    0.848539312210903,
                    -0.5283628972963793,
                    -0.28906779567787805
                ],
                [
                    0.0,
                    0.0,
                    0.0,
                    1.0
                ]
            ],
            "mask_path": "masks/00012.png"
        },
        {
            "w": 1080,
            "h": 1920,
            "fl_x": 3633.107789203972,
            "fl_y": 3635.790876014958,
            "cx": 505.1092934375856,
            "cy": 907.8303920312693,
            "k1": 0.016412604710524897,
            "k2": 0.00026937359338394403,
            "p1": 0.0,
            "p2": 0.0,
            "file_path": "images/frame_00013.png",
            "transform_matrix": [
                [
                    0.3808946395748787,
                    -0.5363986221225122,
                    -0.753124021478663,
                    -0.779825633542258
                ],
                [
                    -0.9244468219397352,
                    -0.2052341839066716,
                    -0.3213673959219978,
                    -0.20090189901432598
                ],
                [
                    0.017814234438975445,
                    0.8186302266232495,
                    -0.5740446020215852,
                    -0.3260343374607139
                ],
                [
                    0.0,
                    0.0,
                    0.0,
                    1.0
                ]
            ],
            "mask_path": "masks/00013.png"
        },
        {
            "w": 1080,
            "h": 1920,
            "fl_x": 3638.7011436247376,
            "fl_y": 3635.040326229403,
            "cx": 564.428313104214,
            "cy": 954.5702307113529,
            "k1": 0.0927557005493633,
            "k2": 0.008603619984403156,
            "p1": 0.0,
            "p2": 0.0,
            "file_path": "images/frame_00014.png",
            "transform_matrix": [
                [
                    -0.7800793839155558,
                    -0.3670734876784467,
                    -0.5066884737523717,
                    -0.46132637172432495
                ],
                [
                    -0.6256143994602221,
                    0.44583173973609636,
                    0.640188006004417,
                    0.973809883377587
                ],
                [
                    -0.009098240376704434,
                    0.8163890705340604,
                    -0.577430608415055,
                    -0.3338879958791622
                ],
                [
                    0.0,
                    0.0,
                    0.0,
                    1.0
                ]
            ],
            "mask_path": "masks/00014.png"
        },
        {
            "w": 1080,
            "h": 1920,
            "fl_x": 3636.2074763750134,
            "fl_y": 3635.0782782343094,
            "cx": 550.5327535739673,
            "cy": 924.0383330439179,
            "k1": 0.12330240195460684,
            "k2": 0.015203482327775434,
            "p1": 0.0,
            "p2": 0.0,
            "file_path": "images/frame_00015.png",
            "transform_matrix": [
                [
                    -0.8260687321141125,
                    0.30113038110220836,
                    0.47637269380247,
                    0.7534184084250252
                ],
                [
                    0.5631688963022815,
                    0.47293811128753466,
                    0.6776210866918545,
                    1.037146629053791
                ],
                [
                    -0.021242505997484454,
                    0.8280398761346086,
                    -0.5602666503281526,
                    -0.3050428083622268
                ],
                [
                    0.0,
                    0.0,
                    0.0,
                    1.0
                ]
            ],
            "mask_path": "masks/00015.png"
        }
    ],
    "ply_file_path": "104-1633-145852965-pointcloud_converted.ply"
}