File size: 19,123 Bytes
7ca30e2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
{
    "frames": [
        {
            "file_path": "images/frame_000010.jpg",
            "transform_matrix": [
                [
                    0.909267964192573,
                    0.01076895763600301,
                    -0.4160718674033709,
                    -2.556811424297369
                ],
                [
                    -0.03342901485742258,
                    -0.9945460718652445,
                    -0.09879580913720051,
                    0.6187998831089975
                ],
                [
                    -0.41486656922287246,
                    0.10374073688212315,
                    -0.9039488864158183,
                    -4.840662415127919
                ],
                [
                    0.0,
                    0.0,
                    0.0,
                    1.0
                ]
            ],
            "colmap_im_id": 16,
            "w": 1280,
            "h": 720,
            "fl_x": 814.8905306560602,
            "fl_y": 814.8905306560602,
            "cx": 640.0,
            "cy": 360.0,
            "k1": 0.0,
            "k2": 0.0,
            "p1": 0.0,
            "p2": 0.0,
            "camera_model": "OPENCV"
        },
        {
            "file_path": "images/frame_000008.jpg",
            "transform_matrix": [
                [
                    0.8192666811273824,
                    0.042004086201704614,
                    -0.5718721552382864,
                    -4.568263517368705
                ],
                [
                    -0.0479661907491674,
                    -0.9887978263427742,
                    -0.14134391803264623,
                    0.7488888243980228
                ],
                [
                    -0.5714029661627049,
                    0.14322889150644397,
                    -0.8080743374828189,
                    -6.958174692275053
                ],
                [
                    0.0,
                    0.0,
                    0.0,
                    1.0
                ]
            ],
            "colmap_im_id": 15,
            "w": 1280,
            "h": 720,
            "fl_x": 826.2915448841641,
            "fl_y": 826.2915448841641,
            "cx": 640.0,
            "cy": 360.0,
            "k1": 0.0,
            "k2": 0.0,
            "p1": 0.0,
            "p2": 0.0,
            "camera_model": "OPENCV"
        },
        {
            "file_path": "images/frame_000001.jpg",
            "transform_matrix": [
                [
                    0.49603674479987947,
                    0.19076857434228064,
                    -0.8470861224525847,
                    -13.024832726011343
                ],
                [
                    -0.08658338710104142,
                    -0.9598373968708087,
                    -0.26686230278250433,
                    1.047450327598679
                ],
                [
                    -0.8639738797477925,
                    0.20571709363026572,
                    -0.45959722856199453,
                    -10.609244848556642
                ],
                [
                    0.0,
                    0.0,
                    0.0,
                    1.0
                ]
            ],
            "colmap_im_id": 14,
            "w": 1280,
            "h": 720,
            "fl_x": 806.1733435376136,
            "fl_y": 806.1733435376136,
            "cx": 640.0,
            "cy": 360.0,
            "k1": 0.0,
            "k2": 0.0,
            "p1": 0.0,
            "p2": 0.0,
            "camera_model": "OPENCV"
        },
        {
            "file_path": "images/frame_000014.jpg",
            "transform_matrix": [
                [
                    0.9999999811488596,
                    -1.5251856601641877e-05,
                    -0.0001935708184723298,
                    -0.000779768757413912
                ],
                [
                    -1.5259052810079983e-05,
                    -0.9999999991926024,
                    -3.717467931717504e-05,
                    0.00016038243443795678
                ],
                [
                    -0.00019357025133316303,
                    3.71776323237315e-05,
                    -0.9999999805741905,
                    0.003533580333907727
                ],
                [
                    0.0,
                    0.0,
                    0.0,
                    1.0
                ]
            ],
            "colmap_im_id": 1,
            "w": 1280,
            "h": 720,
            "fl_x": 817.0996499331336,
            "fl_y": 817.0996499331336,
            "cx": 640.0,
            "cy": 360.0,
            "k1": 0.0,
            "k2": 0.0,
            "p1": 0.0,
            "p2": 0.0,
            "camera_model": "OPENCV"
        },
        {
            "file_path": "images/frame_000013.jpg",
            "transform_matrix": [
                [
                    0.9934648251380714,
                    -0.00633531564155333,
                    -0.11396273508960154,
                    -0.4402329240944488
                ],
                [
                    -0.009385059937887033,
                    -0.9996115031427785,
                    -0.026244302897913525,
                    0.20832803418382606
                ],
                [
                    -0.11375219498252805,
                    0.0271423388888477,
                    -0.9931383244927666,
                    -1.259280967509758
                ],
                [
                    0.0,
                    0.0,
                    0.0,
                    1.0
                ]
            ],
            "colmap_im_id": 2,
            "w": 1280,
            "h": 720,
            "fl_x": 810.7385887417558,
            "fl_y": 810.7385887417558,
            "cx": 640.0,
            "cy": 360.0,
            "k1": 0.0,
            "k2": 0.0,
            "p1": 0.0,
            "p2": 0.0,
            "camera_model": "OPENCV"
        },
        {
            "file_path": "images/frame_000002.jpg",
            "transform_matrix": [
                [
                    0.5346277491237317,
                    0.16728141085617373,
                    -0.8283659212261573,
                    -11.942160790893903
                ],
                [
                    -0.08108701910922807,
                    -0.9655361247694677,
                    -0.2473153596061886,
                    0.9485614209382212
                ],
                [
                    -0.8411884837531192,
                    0.19939137731388165,
                    -0.502638054124438,
                    -10.48410444107427
                ],
                [
                    0.0,
                    0.0,
                    0.0,
                    1.0
                ]
            ],
            "colmap_im_id": 3,
            "w": 1280,
            "h": 720,
            "fl_x": 814.0659168301994,
            "fl_y": 814.0659168301994,
            "cx": 640.0,
            "cy": 360.0,
            "k1": 0.0,
            "k2": 0.0,
            "p1": 0.0,
            "p2": 0.0,
            "camera_model": "OPENCV"
        },
        {
            "file_path": "images/frame_000005.jpg",
            "transform_matrix": [
                [
                    0.6698142866617561,
                    0.10539450118172641,
                    -0.7350107621691386,
                    -8.094381695854375
                ],
                [
                    -0.06669937856739325,
                    -0.9773333565727446,
                    -0.20092462026585067,
                    0.8282466883373968
                ],
                [
                    -0.7395268854359026,
                    0.18360694227318258,
                    -0.6476020973302709,
                    -9.20061241727172
                ],
                [
                    0.0,
                    0.0,
                    0.0,
                    1.0
                ]
            ],
            "colmap_im_id": 4,
            "w": 1280,
            "h": 720,
            "fl_x": 819.4429310076406,
            "fl_y": 819.4429310076406,
            "cx": 640.0,
            "cy": 360.0,
            "k1": 0.0,
            "k2": 0.0,
            "p1": 0.0,
            "p2": 0.0,
            "camera_model": "OPENCV"
        },
        {
            "file_path": "images/frame_000012.jpg",
            "transform_matrix": [
                [
                    0.9742345790330913,
                    -0.006016736277176281,
                    -0.22545683378595222,
                    -1.0208198227352199
                ],
                [
                    -0.0182005546338202,
                    -0.9984811572979166,
                    -0.05200113779557454,
                    0.37597508190695644
                ],
                [
                    -0.22480152318709257,
                    0.05476474601040267,
                    -0.9728643778899395,
                    -2.477775158002324
                ],
                [
                    0.0,
                    0.0,
                    0.0,
                    1.0
                ]
            ],
            "colmap_im_id": 5,
            "w": 1280,
            "h": 720,
            "fl_x": 805.3910557796271,
            "fl_y": 805.3910557796271,
            "cx": 640.0,
            "cy": 360.0,
            "k1": 0.0,
            "k2": 0.0,
            "p1": 0.0,
            "p2": 0.0,
            "camera_model": "OPENCV"
        },
        {
            "file_path": "images/frame_000015.jpg",
            "transform_matrix": [
                [
                    0.992183518057799,
                    0.01401437676441977,
                    0.12399783763579841,
                    0.29526861600859516
                ],
                [
                    0.01075796999260065,
                    -0.9995804407630526,
                    0.026892536614821893,
                    -0.23929471808175648
                ],
                [
                    0.12432269533792789,
                    -0.025348366571558874,
                    -0.9919180045427478,
                    1.2873462344270095
                ],
                [
                    0.0,
                    0.0,
                    0.0,
                    1.0
                ]
            ],
            "colmap_im_id": 6,
            "w": 1280,
            "h": 720,
            "fl_x": 821.4393390531504,
            "fl_y": 821.4393390531504,
            "cx": 640.0,
            "cy": 360.0,
            "k1": 0.0,
            "k2": 0.0,
            "p1": 0.0,
            "p2": 0.0,
            "camera_model": "OPENCV"
        },
        {
            "file_path": "images/frame_000004.jpg",
            "transform_matrix": [
                [
                    0.6198804726412351,
                    0.12637299547309394,
                    -0.7744533979867583,
                    -9.31869094127656
                ],
                [
                    -0.0723834430904257,
                    -0.973530129901985,
                    -0.21679419581575365,
                    0.8527437346073335
                ],
                [
                    -0.7813506490715,
                    0.19044409202750714,
                    -0.5943250045281322,
                    -9.708507078123471
                ],
                [
                    0.0,
                    0.0,
                    0.0,
                    1.0
                ]
            ],
            "colmap_im_id": 7,
            "w": 1280,
            "h": 720,
            "fl_x": 816.9904050771445,
            "fl_y": 816.9904050771445,
            "cx": 640.0,
            "cy": 360.0,
            "k1": 0.0,
            "k2": 0.0,
            "p1": 0.0,
            "p2": 0.0,
            "camera_model": "OPENCV"
        },
        {
            "file_path": "images/frame_000003.jpg",
            "transform_matrix": [
                [
                    0.5744266571787857,
                    0.14579731118593922,
                    -0.8054670443744765,
                    -10.603350350896877
                ],
                [
                    -0.077987911447307,
                    -0.9697853888100862,
                    -0.2311583555023627,
                    0.8883903271160895
                ],
                [
                    -0.8148324374928206,
                    0.19560021396056831,
                    -0.5457001512809825,
                    -10.131450823539137
                ],
                [
                    0.0,
                    0.0,
                    0.0,
                    1.0
                ]
            ],
            "colmap_im_id": 8,
            "w": 1280,
            "h": 720,
            "fl_x": 816.8280268946661,
            "fl_y": 816.8280268946661,
            "cx": 640.0,
            "cy": 360.0,
            "k1": 0.0,
            "k2": 0.0,
            "p1": 0.0,
            "p2": 0.0,
            "camera_model": "OPENCV"
        },
        {
            "file_path": "images/frame_000009.jpg",
            "transform_matrix": [
                [
                    0.8662650995950824,
                    0.024653776509336603,
                    -0.498975919787068,
                    -3.5184737630172256
                ],
                [
                    -0.0410265792507707,
                    -0.9918974670008525,
                    -0.12023408315562079,
                    0.6923953995139297
                ],
                [
                    -0.497897175146137,
                    0.1246258651368976,
                    -0.8582346979238122,
                    -5.9637347523165944
                ],
                [
                    0.0,
                    0.0,
                    0.0,
                    1.0
                ]
            ],
            "colmap_im_id": 9,
            "w": 1280,
            "h": 720,
            "fl_x": 823.2252369208652,
            "fl_y": 823.2252369208652,
            "cx": 640.0,
            "cy": 360.0,
            "k1": 0.0,
            "k2": 0.0,
            "p1": 0.0,
            "p2": 0.0,
            "camera_model": "OPENCV"
        },
        {
            "file_path": "images/frame_000007.jpg",
            "transform_matrix": [
                [
                    0.7687104188118934,
                    0.06253407324523921,
                    -0.6365326242176456,
                    -5.6913557363996
                ],
                [
                    -0.055414285323733756,
                    -0.9849550771871621,
                    -0.16368491960254353,
                    0.7826330672950528
                ],
                [
                    -0.6371919247700046,
                    0.16109930355712393,
                    -0.7536799489181775,
                    -7.812979952228954
                ],
                [
                    0.0,
                    0.0,
                    0.0,
                    1.0
                ]
            ],
            "colmap_im_id": 10,
            "w": 1280,
            "h": 720,
            "fl_x": 822.771979961294,
            "fl_y": 822.771979961294,
            "cx": 640.0,
            "cy": 360.0,
            "k1": 0.0,
            "k2": 0.0,
            "p1": 0.0,
            "p2": 0.0,
            "camera_model": "OPENCV"
        },
        {
            "file_path": "images/frame_000016.jpg",
            "transform_matrix": [
                [
                    0.9825672955340428,
                    -0.056888721382326084,
                    0.17698921754276783,
                    0.5841086376654913
                ],
                [
                    -0.05798426894735259,
                    -0.9983169761325313,
                    0.0010196667298410453,
                    -0.0928937572065861
                ],
                [
                    0.17663333292886202,
                    -0.011264481571867303,
                    -0.9842122622449685,
                    2.2858472596396253
                ],
                [
                    0.0,
                    0.0,
                    0.0,
                    1.0
                ]
            ],
            "colmap_im_id": 11,
            "w": 1280,
            "h": 720,
            "fl_x": 612.7103424072266,
            "fl_y": 612.7103424072266,
            "cx": 640.0,
            "cy": 360.0,
            "k1": 0.0,
            "k2": 0.0,
            "p1": 0.0,
            "p2": 0.0,
            "camera_model": "OPENCV"
        },
        {
            "file_path": "images/frame_000011.jpg",
            "transform_matrix": [
                [
                    0.9454528765059848,
                    0.000290689069195241,
                    -0.32575876627717076,
                    -1.7351712462013498
                ],
                [
                    -0.025719975646564676,
                    -0.9968112504313447,
                    -0.07553683780937168,
                    0.5159808362950868
                ],
                [
                    -0.32474196088479146,
                    0.07979502812434026,
                    -0.9424305875380617,
                    -3.6917361723299593
                ],
                [
                    0.0,
                    0.0,
                    0.0,
                    1.0
                ]
            ],
            "colmap_im_id": 12,
            "w": 1280,
            "h": 720,
            "fl_x": 811.3493931707362,
            "fl_y": 811.3493931707362,
            "cx": 640.0,
            "cy": 360.0,
            "k1": 0.0,
            "k2": 0.0,
            "p1": 0.0,
            "p2": 0.0,
            "camera_model": "OPENCV"
        },
        {
            "file_path": "images/frame_000006.jpg",
            "transform_matrix": [
                [
                    0.7176189447521685,
                    0.08485727029958237,
                    -0.691246912333131,
                    -6.895630601863571
                ],
                [
                    -0.061679470365917345,
                    -0.9809049353582345,
                    -0.18444823318545958,
                    0.8069397907628123
                ],
                [
                    -0.6936992814384081,
                    0.17499928990473465,
                    -0.6986820131251947,
                    -8.579143406263267
                ],
                [
                    0.0,
                    0.0,
                    0.0,
                    1.0
                ]
            ],
            "colmap_im_id": 13,
            "w": 1280,
            "h": 720,
            "fl_x": 821.7534273090744,
            "fl_y": 821.7534273090744,
            "cx": 640.0,
            "cy": 360.0,
            "k1": 0.0,
            "k2": 0.0,
            "p1": 0.0,
            "p2": 0.0,
            "camera_model": "OPENCV"
        }
    ],
    "ply_file_path": "sparse/points.ply"
}