idirectships commited on
Commit
2d98f4f
·
verified ·
1 Parent(s): 9bb21ff

Add files using upload-large-folder tool

Browse files
Files changed (50) hide show
  1. README.md +68 -0
  2. assess.log +3 -0
  3. colmap_ws/bloat-triage.json +417 -0
  4. colmap_ws/sparse/0/project.ini +80 -0
  5. colmap_ws/sparse/1/project.ini +80 -0
  6. colmap_ws_v1/bloat-triage.json +417 -0
  7. colmap_ws_v1/sparse/0/project.ini +80 -0
  8. images_cropped/IMG_2078.jpg +3 -0
  9. images_cropped/IMG_2079.jpg +3 -0
  10. images_cropped/IMG_2082.jpg +3 -0
  11. images_cropped/IMG_2083.jpg +3 -0
  12. images_cropped/IMG_2084.jpg +3 -0
  13. images_cropped/IMG_2085.jpg +3 -0
  14. images_cropped/IMG_2086.jpg +3 -0
  15. images_cropped/IMG_2087.jpg +3 -0
  16. images_cropped/IMG_2090.jpg +3 -0
  17. images_cropped/IMG_2091.jpg +3 -0
  18. images_cropped/IMG_2092.jpg +3 -0
  19. images_cropped/IMG_2093.jpg +3 -0
  20. images_cropped/IMG_2095.jpg +3 -0
  21. images_cropped/IMG_2096.jpg +3 -0
  22. images_cropped/IMG_2097.jpg +3 -0
  23. images_cropped/IMG_2108.jpg +3 -0
  24. images_cropped/IMG_2109.jpg +3 -0
  25. images_cropped/IMG_2119.jpg +3 -0
  26. images_cropped/IMG_2120.jpg +3 -0
  27. images_cropped/IMG_2121.jpg +3 -0
  28. images_cropped/IMG_2122.jpg +3 -0
  29. images_cropped/IMG_2124.jpg +3 -0
  30. images_cropped/IMG_2125.jpg +3 -0
  31. images_cropped/IMG_2126.jpg +3 -0
  32. images_cropped/IMG_2130.jpg +3 -0
  33. images_cropped/IMG_2131.jpg +3 -0
  34. images_cropped/IMG_2132.jpg +3 -0
  35. images_cropped/IMG_2134.jpg +3 -0
  36. images_cropped/IMG_2135.jpg +3 -0
  37. images_cropped/IMG_2136.jpg +3 -0
  38. pipeline.log +645 -0
  39. runs/2026-03-20-15000-Drus-MacBook-Pro/cameras.json +1 -0
  40. runs/2026-03-20-15000-Drus-MacBook-Pro/opensplat.log +1711 -0
  41. runs/2026-03-20-15000-Drus-MacBook-Pro/params.json +10 -0
  42. runs/2026-03-20-15000-Drus-MacBook-Pro/scores.json +13 -0
  43. runs/2026-03-20-30000-Drus-MacBook-Pro/opensplat.log +1990 -0
  44. runs/2026-03-20-30000-Drus-MacBook-Pro/params.json +10 -0
  45. runs/colmap-2026-03-20.log +0 -0
  46. runs/macbook-15k/opensplat.log +2 -0
  47. runs/v1-macbook-15k/cameras.json +1 -0
  48. runs/v1-macbook-15k/opensplat.log +1716 -0
  49. runs/v1-macbook-15k/params.json +1 -0
  50. sips-convert.log +309 -0
README.md ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-4.0
3
+ tags:
4
+ - gaussian-splatting
5
+ - 3d-reconstruction
6
+ - mineralogy
7
+ pretty_name: "Amethyst Specimen (amet-001) — Gaussian Splat"
8
+ originSessionId: fa57a6d8-3a13-409a-b8c2-a786bb4996d2
9
+ ---
10
+ # Amethyst Specimen (amet-001) — Gaussian Splat
11
+
12
+ Amethyst specimen reconstructed using Gaussian Splatting via COLMAP + opensplat pipeline on MacBook Pro.
13
+
14
+ ## Capture Method
15
+
16
+ - **Device:** Camera/iPhone (handheld)
17
+ - **Total frames:** 103 (images_jpg/ directory)
18
+ - **Background:** Dark matte (controlled background for COLMAP registration)
19
+ - **COLMAP registration:** Registered via colmap_ws_v1
20
+
21
+ ## Directory Structure
22
+
23
+ ```
24
+ images_nobg/ — background-removed images (primary COLMAP input, symlinked as images/)
25
+ images_jpg/ — original JPG captures (103 frames)
26
+ images_cropped/ — cropped variants
27
+ images_heic/ — original HEIC captures
28
+ colmap_db/ — COLMAP database
29
+ colmap_ws/ — COLMAP workspace
30
+ colmap_ws_v1/ — COLMAP workspace v1 (sparse/ symlinked)
31
+ runs/
32
+ v1-macbook-15k/
33
+ output.ply — 15,000 iteration Gaussian Splat
34
+ cameras.json
35
+ params.json
36
+ 2026-03-20-15000-Drus-MacBook-Pro/
37
+ output.ply — 15,000 iteration Gaussian Splat (with renders)
38
+ renders/ — render outputs
39
+ cameras.json
40
+ params.json
41
+ scores.json
42
+ 2026-03-20-30000-Drus-MacBook-Pro/ — 30,000 iteration run (params.json only; PLY not generated)
43
+ renders/
44
+ params.json
45
+ macbook-15k/ — additional 15k run directory
46
+ pipeline.log
47
+ assess.log
48
+ sips-convert.log
49
+ ```
50
+
51
+ ## PLY Iterations
52
+
53
+ | Run | Iterations | Node | Notes |
54
+ |-----|-----------|------|-------|
55
+ | v1-macbook-15k | 15,000 | MacBook Pro | Standard run |
56
+ | 2026-03-20-15000 | 15,000 | MacBook Pro | Run with render outputs and scores |
57
+ | 2026-03-20-30000 | 30,000 | MacBook Pro | 30k run (PLY incomplete) |
58
+
59
+ ## Training Pipeline
60
+
61
+ 1. **Structure from Motion:** COLMAP (feature extraction + matching + mapping)
62
+ 2. **Background removal:** Applied before COLMAP input
63
+ 3. **Gaussian Splat training:** opensplat
64
+ 4. **Output:** `.ply` point cloud files viewable in SuperSplat
65
+
66
+ ## Viewing PLY Files
67
+
68
+ Use [SuperSplat](https://supersplat.dev/) to view `.ply` Gaussian Splat files in-browser.
assess.log ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ usage: assess-images.py [-h] --images-dir IMAGES_DIR [--output OUTPUT]
2
+ [--verbose] [--macro]
3
+ assess-images.py: error: the following arguments are required: --images-dir
colmap_ws/bloat-triage.json ADDED
@@ -0,0 +1,417 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "project_dir": "/Users/dru/splat-projects/specimens/amet-001",
3
+ "total_points": 29342,
4
+ "outer_zone_points": 19055,
5
+ "pct_outer_of_total": 64.94,
6
+ "problem_frames": [
7
+ {
8
+ "image_id": 95,
9
+ "filename": "IMG_2167.jpg",
10
+ "outer_point_count": 2206,
11
+ "pct_of_outer": 11.58
12
+ },
13
+ {
14
+ "image_id": 59,
15
+ "filename": "IMG_2131.jpg",
16
+ "outer_point_count": 2193,
17
+ "pct_of_outer": 11.51
18
+ },
19
+ {
20
+ "image_id": 2,
21
+ "filename": "IMG_2073.jpg",
22
+ "outer_point_count": 2176,
23
+ "pct_of_outer": 11.42
24
+ },
25
+ {
26
+ "image_id": 98,
27
+ "filename": "IMG_2170.jpg",
28
+ "outer_point_count": 2173,
29
+ "pct_of_outer": 11.4
30
+ },
31
+ {
32
+ "image_id": 96,
33
+ "filename": "IMG_2168.jpg",
34
+ "outer_point_count": 2168,
35
+ "pct_of_outer": 11.38
36
+ },
37
+ {
38
+ "image_id": 97,
39
+ "filename": "IMG_2169.jpg",
40
+ "outer_point_count": 2117,
41
+ "pct_of_outer": 11.11
42
+ },
43
+ {
44
+ "image_id": 94,
45
+ "filename": "IMG_2166.jpg",
46
+ "outer_point_count": 2060,
47
+ "pct_of_outer": 10.81
48
+ },
49
+ {
50
+ "image_id": 93,
51
+ "filename": "IMG_2165.jpg",
52
+ "outer_point_count": 2039,
53
+ "pct_of_outer": 10.7
54
+ },
55
+ {
56
+ "image_id": 99,
57
+ "filename": "IMG_2171.jpg",
58
+ "outer_point_count": 1973,
59
+ "pct_of_outer": 10.35
60
+ },
61
+ {
62
+ "image_id": 92,
63
+ "filename": "IMG_2164.jpg",
64
+ "outer_point_count": 1922,
65
+ "pct_of_outer": 10.09
66
+ },
67
+ {
68
+ "image_id": 60,
69
+ "filename": "IMG_2132.jpg",
70
+ "outer_point_count": 1851,
71
+ "pct_of_outer": 9.71
72
+ },
73
+ {
74
+ "image_id": 100,
75
+ "filename": "IMG_2172.jpg",
76
+ "outer_point_count": 1830,
77
+ "pct_of_outer": 9.6
78
+ },
79
+ {
80
+ "image_id": 58,
81
+ "filename": "IMG_2130.jpg",
82
+ "outer_point_count": 1811,
83
+ "pct_of_outer": 9.5
84
+ },
85
+ {
86
+ "image_id": 61,
87
+ "filename": "IMG_2133.jpg",
88
+ "outer_point_count": 1796,
89
+ "pct_of_outer": 9.43
90
+ },
91
+ {
92
+ "image_id": 65,
93
+ "filename": "IMG_2137.jpg",
94
+ "outer_point_count": 1692,
95
+ "pct_of_outer": 8.88
96
+ },
97
+ {
98
+ "image_id": 101,
99
+ "filename": "IMG_2173.jpg",
100
+ "outer_point_count": 1689,
101
+ "pct_of_outer": 8.86
102
+ },
103
+ {
104
+ "image_id": 66,
105
+ "filename": "IMG_2138.jpg",
106
+ "outer_point_count": 1621,
107
+ "pct_of_outer": 8.51
108
+ },
109
+ {
110
+ "image_id": 91,
111
+ "filename": "IMG_2163.jpg",
112
+ "outer_point_count": 1621,
113
+ "pct_of_outer": 8.51
114
+ },
115
+ {
116
+ "image_id": 90,
117
+ "filename": "IMG_2162.jpg",
118
+ "outer_point_count": 1605,
119
+ "pct_of_outer": 8.42
120
+ },
121
+ {
122
+ "image_id": 64,
123
+ "filename": "IMG_2136.jpg",
124
+ "outer_point_count": 1547,
125
+ "pct_of_outer": 8.12
126
+ },
127
+ {
128
+ "image_id": 3,
129
+ "filename": "IMG_2074.jpg",
130
+ "outer_point_count": 1534,
131
+ "pct_of_outer": 8.05
132
+ },
133
+ {
134
+ "image_id": 67,
135
+ "filename": "IMG_2139.jpg",
136
+ "outer_point_count": 1503,
137
+ "pct_of_outer": 7.89
138
+ },
139
+ {
140
+ "image_id": 62,
141
+ "filename": "IMG_2134.jpg",
142
+ "outer_point_count": 1496,
143
+ "pct_of_outer": 7.85
144
+ },
145
+ {
146
+ "image_id": 57,
147
+ "filename": "IMG_2129.jpg",
148
+ "outer_point_count": 1494,
149
+ "pct_of_outer": 7.84
150
+ },
151
+ {
152
+ "image_id": 89,
153
+ "filename": "IMG_2161.jpg",
154
+ "outer_point_count": 1360,
155
+ "pct_of_outer": 7.14
156
+ },
157
+ {
158
+ "image_id": 80,
159
+ "filename": "IMG_2152.jpg",
160
+ "outer_point_count": 1298,
161
+ "pct_of_outer": 6.81
162
+ },
163
+ {
164
+ "image_id": 85,
165
+ "filename": "IMG_2157.jpg",
166
+ "outer_point_count": 1276,
167
+ "pct_of_outer": 6.7
168
+ },
169
+ {
170
+ "image_id": 84,
171
+ "filename": "IMG_2156.jpg",
172
+ "outer_point_count": 1270,
173
+ "pct_of_outer": 6.66
174
+ },
175
+ {
176
+ "image_id": 78,
177
+ "filename": "IMG_2150.jpg",
178
+ "outer_point_count": 1259,
179
+ "pct_of_outer": 6.61
180
+ },
181
+ {
182
+ "image_id": 79,
183
+ "filename": "IMG_2151.jpg",
184
+ "outer_point_count": 1253,
185
+ "pct_of_outer": 6.58
186
+ },
187
+ {
188
+ "image_id": 88,
189
+ "filename": "IMG_2160.jpg",
190
+ "outer_point_count": 1247,
191
+ "pct_of_outer": 6.54
192
+ },
193
+ {
194
+ "image_id": 102,
195
+ "filename": "IMG_2174.jpg",
196
+ "outer_point_count": 1229,
197
+ "pct_of_outer": 6.45
198
+ },
199
+ {
200
+ "image_id": 83,
201
+ "filename": "IMG_2155.jpg",
202
+ "outer_point_count": 1223,
203
+ "pct_of_outer": 6.42
204
+ },
205
+ {
206
+ "image_id": 68,
207
+ "filename": "IMG_2140.jpg",
208
+ "outer_point_count": 1207,
209
+ "pct_of_outer": 6.33
210
+ },
211
+ {
212
+ "image_id": 81,
213
+ "filename": "IMG_2153.jpg",
214
+ "outer_point_count": 1203,
215
+ "pct_of_outer": 6.31
216
+ },
217
+ {
218
+ "image_id": 77,
219
+ "filename": "IMG_2149.jpg",
220
+ "outer_point_count": 1187,
221
+ "pct_of_outer": 6.23
222
+ },
223
+ {
224
+ "image_id": 63,
225
+ "filename": "IMG_2135.jpg",
226
+ "outer_point_count": 1172,
227
+ "pct_of_outer": 6.15
228
+ },
229
+ {
230
+ "image_id": 82,
231
+ "filename": "IMG_2154.jpg",
232
+ "outer_point_count": 1165,
233
+ "pct_of_outer": 6.11
234
+ },
235
+ {
236
+ "image_id": 87,
237
+ "filename": "IMG_2159.jpg",
238
+ "outer_point_count": 1114,
239
+ "pct_of_outer": 5.85
240
+ },
241
+ {
242
+ "image_id": 86,
243
+ "filename": "IMG_2158.jpg",
244
+ "outer_point_count": 1100,
245
+ "pct_of_outer": 5.77
246
+ },
247
+ {
248
+ "image_id": 9,
249
+ "filename": "IMG_2080.jpg",
250
+ "outer_point_count": 1091,
251
+ "pct_of_outer": 5.73
252
+ },
253
+ {
254
+ "image_id": 69,
255
+ "filename": "IMG_2141.jpg",
256
+ "outer_point_count": 1022,
257
+ "pct_of_outer": 5.36
258
+ },
259
+ {
260
+ "image_id": 8,
261
+ "filename": "IMG_2079.jpg",
262
+ "outer_point_count": 1021,
263
+ "pct_of_outer": 5.36
264
+ },
265
+ {
266
+ "image_id": 10,
267
+ "filename": "IMG_2081.jpg",
268
+ "outer_point_count": 1013,
269
+ "pct_of_outer": 5.32
270
+ },
271
+ {
272
+ "image_id": 103,
273
+ "filename": "IMG_2175.jpg",
274
+ "outer_point_count": 978,
275
+ "pct_of_outer": 5.13
276
+ },
277
+ {
278
+ "image_id": 76,
279
+ "filename": "IMG_2148.jpg",
280
+ "outer_point_count": 956,
281
+ "pct_of_outer": 5.02
282
+ },
283
+ {
284
+ "image_id": 4,
285
+ "filename": "IMG_2075.jpg",
286
+ "outer_point_count": 936,
287
+ "pct_of_outer": 4.91
288
+ },
289
+ {
290
+ "image_id": 56,
291
+ "filename": "IMG_2128.jpg",
292
+ "outer_point_count": 880,
293
+ "pct_of_outer": 4.62
294
+ },
295
+ {
296
+ "image_id": 1,
297
+ "filename": "IMG_2072.jpg",
298
+ "outer_point_count": 876,
299
+ "pct_of_outer": 4.6
300
+ },
301
+ {
302
+ "image_id": 70,
303
+ "filename": "IMG_2142.jpg",
304
+ "outer_point_count": 867,
305
+ "pct_of_outer": 4.55
306
+ },
307
+ {
308
+ "image_id": 75,
309
+ "filename": "IMG_2147.jpg",
310
+ "outer_point_count": 815,
311
+ "pct_of_outer": 4.28
312
+ },
313
+ {
314
+ "image_id": 11,
315
+ "filename": "IMG_2082.jpg",
316
+ "outer_point_count": 812,
317
+ "pct_of_outer": 4.26
318
+ },
319
+ {
320
+ "image_id": 55,
321
+ "filename": "IMG_2127.jpg",
322
+ "outer_point_count": 803,
323
+ "pct_of_outer": 4.21
324
+ },
325
+ {
326
+ "image_id": 5,
327
+ "filename": "IMG_2076.jpg",
328
+ "outer_point_count": 722,
329
+ "pct_of_outer": 3.79
330
+ },
331
+ {
332
+ "image_id": 74,
333
+ "filename": "IMG_2146.jpg",
334
+ "outer_point_count": 711,
335
+ "pct_of_outer": 3.73
336
+ },
337
+ {
338
+ "image_id": 7,
339
+ "filename": "IMG_2078.jpg",
340
+ "outer_point_count": 697,
341
+ "pct_of_outer": 3.66
342
+ },
343
+ {
344
+ "image_id": 71,
345
+ "filename": "IMG_2143.jpg",
346
+ "outer_point_count": 560,
347
+ "pct_of_outer": 2.94
348
+ },
349
+ {
350
+ "image_id": 6,
351
+ "filename": "IMG_2077.jpg",
352
+ "outer_point_count": 514,
353
+ "pct_of_outer": 2.7
354
+ },
355
+ {
356
+ "image_id": 54,
357
+ "filename": "IMG_2126.jpg",
358
+ "outer_point_count": 502,
359
+ "pct_of_outer": 2.63
360
+ },
361
+ {
362
+ "image_id": 73,
363
+ "filename": "IMG_2145.jpg",
364
+ "outer_point_count": 499,
365
+ "pct_of_outer": 2.62
366
+ },
367
+ {
368
+ "image_id": 72,
369
+ "filename": "IMG_2144.jpg",
370
+ "outer_point_count": 463,
371
+ "pct_of_outer": 2.43
372
+ },
373
+ {
374
+ "image_id": 53,
375
+ "filename": "IMG_2125.jpg",
376
+ "outer_point_count": 440,
377
+ "pct_of_outer": 2.31
378
+ },
379
+ {
380
+ "image_id": 12,
381
+ "filename": "IMG_2083.jpg",
382
+ "outer_point_count": 390,
383
+ "pct_of_outer": 2.05
384
+ },
385
+ {
386
+ "image_id": 51,
387
+ "filename": "IMG_2123.jpg",
388
+ "outer_point_count": 257,
389
+ "pct_of_outer": 1.35
390
+ },
391
+ {
392
+ "image_id": 52,
393
+ "filename": "IMG_2124.jpg",
394
+ "outer_point_count": 254,
395
+ "pct_of_outer": 1.33
396
+ },
397
+ {
398
+ "image_id": 50,
399
+ "filename": "IMG_2122.jpg",
400
+ "outer_point_count": 122,
401
+ "pct_of_outer": 0.64
402
+ },
403
+ {
404
+ "image_id": 13,
405
+ "filename": "IMG_2084.jpg",
406
+ "outer_point_count": 113,
407
+ "pct_of_outer": 0.59
408
+ },
409
+ {
410
+ "image_id": 14,
411
+ "filename": "IMG_2085.jpg",
412
+ "outer_point_count": 39,
413
+ "pct_of_outer": 0.2
414
+ }
415
+ ],
416
+ "recommendation": "These frames see the background/turntable. Fix: add them to colmap_masks/ or reshoot with cleaner backdrop."
417
+ }
colmap_ws/sparse/0/project.ini ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ log_color=true
2
+ default_random_seed=0
3
+ log_level=0
4
+ log_severity=0
5
+ log_target=stderr_and_file
6
+ log_path=
7
+ database_path=/Users/dru/splat-projects/specimens/amet-001/colmap_ws/colmap.db
8
+ image_path=/Users/dru/splat-projects/specimens/amet-001/images_jpg
9
+ input_path=
10
+ output_path=/Users/dru/splat-projects/specimens/amet-001/colmap_ws/sparse
11
+ [Mapper]
12
+ ignore_watermarks=false
13
+ multiple_models=true
14
+ structure_less_registration_fallback=true
15
+ structure_less_registration_only=false
16
+ extract_colors=true
17
+ ba_refine_focal_length=true
18
+ ba_refine_principal_point=false
19
+ ba_refine_extra_params=true
20
+ ba_refine_sensor_from_rig=true
21
+ ba_use_gpu=false
22
+ fix_existing_frames=false
23
+ ba_global_ignore_redundant_points3D=false
24
+ tri_ignore_two_view_tracks=true
25
+ min_num_matches=15
26
+ max_num_models=50
27
+ max_model_overlap=20
28
+ min_model_size=10
29
+ init_image_id1=-1
30
+ init_image_id2=-1
31
+ init_num_trials=200
32
+ num_threads=-1
33
+ random_seed=-1
34
+ ba_local_max_num_iterations=25
35
+ ba_global_frames_freq=500
36
+ ba_global_points_freq=250000
37
+ ba_global_max_num_iterations=50
38
+ ba_global_max_refinements=5
39
+ ba_local_max_refinements=2
40
+ ba_min_num_residuals_for_cpu_multi_threading=50000
41
+ snapshot_frames_freq=0
42
+ init_min_num_inliers=100
43
+ init_max_reg_trials=2
44
+ abs_pose_min_num_inliers=30
45
+ max_reg_trials=3
46
+ ba_local_num_images=6
47
+ max_runtime_seconds=-1
48
+ tri_max_transitivity=1
49
+ tri_complete_max_transitivity=5
50
+ tri_re_max_trials=1
51
+ min_focal_length_ratio=0.10000000000000001
52
+ max_focal_length_ratio=10
53
+ max_extra_param=1
54
+ ba_local_function_tolerance=0
55
+ ba_global_frames_ratio=1.1000000000000001
56
+ ba_global_points_ratio=1.1000000000000001
57
+ ba_global_function_tolerance=0
58
+ ba_global_max_refinement_change=0.00050000000000000001
59
+ ba_local_max_refinement_change=0.001
60
+ init_max_error=4
61
+ init_max_forward_motion=0.94999999999999996
62
+ init_min_tri_angle=16
63
+ abs_pose_max_error=12
64
+ abs_pose_min_inlier_ratio=0.25
65
+ filter_max_reproj_error=4
66
+ filter_min_tri_angle=1.5
67
+ ba_local_min_tri_angle=6
68
+ ba_global_ignore_redundant_points3D_min_coverage_gain=0.050000000000000003
69
+ tri_create_max_angle_error=2
70
+ tri_continue_max_angle_error=2
71
+ tri_merge_max_reproj_error=4
72
+ tri_complete_max_reproj_error=4
73
+ tri_re_max_angle_error=5
74
+ tri_re_min_ratio=0.20000000000000001
75
+ tri_min_angle=1.5
76
+ ba_gpu_index=-1
77
+ snapshot_path=
78
+ image_list_path=
79
+ constant_rig_list_path=
80
+ constant_camera_list_path=
colmap_ws/sparse/1/project.ini ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ log_color=true
2
+ default_random_seed=0
3
+ log_level=0
4
+ log_severity=0
5
+ log_target=stderr_and_file
6
+ log_path=
7
+ database_path=/Users/dru/splat-projects/specimens/amet-001/colmap_ws/colmap.db
8
+ image_path=/Users/dru/splat-projects/specimens/amet-001/images_jpg
9
+ input_path=
10
+ output_path=/Users/dru/splat-projects/specimens/amet-001/colmap_ws/sparse
11
+ [Mapper]
12
+ ignore_watermarks=false
13
+ multiple_models=true
14
+ structure_less_registration_fallback=true
15
+ structure_less_registration_only=false
16
+ extract_colors=true
17
+ ba_refine_focal_length=true
18
+ ba_refine_principal_point=false
19
+ ba_refine_extra_params=true
20
+ ba_refine_sensor_from_rig=true
21
+ ba_use_gpu=false
22
+ fix_existing_frames=false
23
+ ba_global_ignore_redundant_points3D=false
24
+ tri_ignore_two_view_tracks=true
25
+ min_num_matches=15
26
+ max_num_models=50
27
+ max_model_overlap=20
28
+ min_model_size=10
29
+ init_image_id1=-1
30
+ init_image_id2=-1
31
+ init_num_trials=200
32
+ num_threads=-1
33
+ random_seed=-1
34
+ ba_local_max_num_iterations=25
35
+ ba_global_frames_freq=500
36
+ ba_global_points_freq=250000
37
+ ba_global_max_num_iterations=50
38
+ ba_global_max_refinements=5
39
+ ba_local_max_refinements=2
40
+ ba_min_num_residuals_for_cpu_multi_threading=50000
41
+ snapshot_frames_freq=0
42
+ init_min_num_inliers=100
43
+ init_max_reg_trials=2
44
+ abs_pose_min_num_inliers=30
45
+ max_reg_trials=3
46
+ ba_local_num_images=6
47
+ max_runtime_seconds=-1
48
+ tri_max_transitivity=1
49
+ tri_complete_max_transitivity=5
50
+ tri_re_max_trials=1
51
+ min_focal_length_ratio=0.10000000000000001
52
+ max_focal_length_ratio=10
53
+ max_extra_param=1
54
+ ba_local_function_tolerance=0
55
+ ba_global_frames_ratio=1.1000000000000001
56
+ ba_global_points_ratio=1.1000000000000001
57
+ ba_global_function_tolerance=0
58
+ ba_global_max_refinement_change=0.00050000000000000001
59
+ ba_local_max_refinement_change=0.001
60
+ init_max_error=4
61
+ init_max_forward_motion=0.94999999999999996
62
+ init_min_tri_angle=16
63
+ abs_pose_max_error=12
64
+ abs_pose_min_inlier_ratio=0.25
65
+ filter_max_reproj_error=4
66
+ filter_min_tri_angle=1.5
67
+ ba_local_min_tri_angle=6
68
+ ba_global_ignore_redundant_points3D_min_coverage_gain=0.050000000000000003
69
+ tri_create_max_angle_error=2
70
+ tri_continue_max_angle_error=2
71
+ tri_merge_max_reproj_error=4
72
+ tri_complete_max_reproj_error=4
73
+ tri_re_max_angle_error=5
74
+ tri_re_min_ratio=0.20000000000000001
75
+ tri_min_angle=1.5
76
+ ba_gpu_index=-1
77
+ snapshot_path=
78
+ image_list_path=
79
+ constant_rig_list_path=
80
+ constant_camera_list_path=
colmap_ws_v1/bloat-triage.json ADDED
@@ -0,0 +1,417 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "project_dir": "/Users/dru/splat-projects/specimens/amet-001",
3
+ "total_points": 29342,
4
+ "outer_zone_points": 19055,
5
+ "pct_outer_of_total": 64.94,
6
+ "problem_frames": [
7
+ {
8
+ "image_id": 95,
9
+ "filename": "IMG_2167.jpg",
10
+ "outer_point_count": 2206,
11
+ "pct_of_outer": 11.58
12
+ },
13
+ {
14
+ "image_id": 59,
15
+ "filename": "IMG_2131.jpg",
16
+ "outer_point_count": 2193,
17
+ "pct_of_outer": 11.51
18
+ },
19
+ {
20
+ "image_id": 2,
21
+ "filename": "IMG_2073.jpg",
22
+ "outer_point_count": 2176,
23
+ "pct_of_outer": 11.42
24
+ },
25
+ {
26
+ "image_id": 98,
27
+ "filename": "IMG_2170.jpg",
28
+ "outer_point_count": 2173,
29
+ "pct_of_outer": 11.4
30
+ },
31
+ {
32
+ "image_id": 96,
33
+ "filename": "IMG_2168.jpg",
34
+ "outer_point_count": 2168,
35
+ "pct_of_outer": 11.38
36
+ },
37
+ {
38
+ "image_id": 97,
39
+ "filename": "IMG_2169.jpg",
40
+ "outer_point_count": 2117,
41
+ "pct_of_outer": 11.11
42
+ },
43
+ {
44
+ "image_id": 94,
45
+ "filename": "IMG_2166.jpg",
46
+ "outer_point_count": 2060,
47
+ "pct_of_outer": 10.81
48
+ },
49
+ {
50
+ "image_id": 93,
51
+ "filename": "IMG_2165.jpg",
52
+ "outer_point_count": 2039,
53
+ "pct_of_outer": 10.7
54
+ },
55
+ {
56
+ "image_id": 99,
57
+ "filename": "IMG_2171.jpg",
58
+ "outer_point_count": 1973,
59
+ "pct_of_outer": 10.35
60
+ },
61
+ {
62
+ "image_id": 92,
63
+ "filename": "IMG_2164.jpg",
64
+ "outer_point_count": 1922,
65
+ "pct_of_outer": 10.09
66
+ },
67
+ {
68
+ "image_id": 60,
69
+ "filename": "IMG_2132.jpg",
70
+ "outer_point_count": 1851,
71
+ "pct_of_outer": 9.71
72
+ },
73
+ {
74
+ "image_id": 100,
75
+ "filename": "IMG_2172.jpg",
76
+ "outer_point_count": 1830,
77
+ "pct_of_outer": 9.6
78
+ },
79
+ {
80
+ "image_id": 58,
81
+ "filename": "IMG_2130.jpg",
82
+ "outer_point_count": 1811,
83
+ "pct_of_outer": 9.5
84
+ },
85
+ {
86
+ "image_id": 61,
87
+ "filename": "IMG_2133.jpg",
88
+ "outer_point_count": 1796,
89
+ "pct_of_outer": 9.43
90
+ },
91
+ {
92
+ "image_id": 65,
93
+ "filename": "IMG_2137.jpg",
94
+ "outer_point_count": 1692,
95
+ "pct_of_outer": 8.88
96
+ },
97
+ {
98
+ "image_id": 101,
99
+ "filename": "IMG_2173.jpg",
100
+ "outer_point_count": 1689,
101
+ "pct_of_outer": 8.86
102
+ },
103
+ {
104
+ "image_id": 66,
105
+ "filename": "IMG_2138.jpg",
106
+ "outer_point_count": 1621,
107
+ "pct_of_outer": 8.51
108
+ },
109
+ {
110
+ "image_id": 91,
111
+ "filename": "IMG_2163.jpg",
112
+ "outer_point_count": 1621,
113
+ "pct_of_outer": 8.51
114
+ },
115
+ {
116
+ "image_id": 90,
117
+ "filename": "IMG_2162.jpg",
118
+ "outer_point_count": 1605,
119
+ "pct_of_outer": 8.42
120
+ },
121
+ {
122
+ "image_id": 64,
123
+ "filename": "IMG_2136.jpg",
124
+ "outer_point_count": 1547,
125
+ "pct_of_outer": 8.12
126
+ },
127
+ {
128
+ "image_id": 3,
129
+ "filename": "IMG_2074.jpg",
130
+ "outer_point_count": 1534,
131
+ "pct_of_outer": 8.05
132
+ },
133
+ {
134
+ "image_id": 67,
135
+ "filename": "IMG_2139.jpg",
136
+ "outer_point_count": 1503,
137
+ "pct_of_outer": 7.89
138
+ },
139
+ {
140
+ "image_id": 62,
141
+ "filename": "IMG_2134.jpg",
142
+ "outer_point_count": 1496,
143
+ "pct_of_outer": 7.85
144
+ },
145
+ {
146
+ "image_id": 57,
147
+ "filename": "IMG_2129.jpg",
148
+ "outer_point_count": 1494,
149
+ "pct_of_outer": 7.84
150
+ },
151
+ {
152
+ "image_id": 89,
153
+ "filename": "IMG_2161.jpg",
154
+ "outer_point_count": 1360,
155
+ "pct_of_outer": 7.14
156
+ },
157
+ {
158
+ "image_id": 80,
159
+ "filename": "IMG_2152.jpg",
160
+ "outer_point_count": 1298,
161
+ "pct_of_outer": 6.81
162
+ },
163
+ {
164
+ "image_id": 85,
165
+ "filename": "IMG_2157.jpg",
166
+ "outer_point_count": 1276,
167
+ "pct_of_outer": 6.7
168
+ },
169
+ {
170
+ "image_id": 84,
171
+ "filename": "IMG_2156.jpg",
172
+ "outer_point_count": 1270,
173
+ "pct_of_outer": 6.66
174
+ },
175
+ {
176
+ "image_id": 78,
177
+ "filename": "IMG_2150.jpg",
178
+ "outer_point_count": 1259,
179
+ "pct_of_outer": 6.61
180
+ },
181
+ {
182
+ "image_id": 79,
183
+ "filename": "IMG_2151.jpg",
184
+ "outer_point_count": 1253,
185
+ "pct_of_outer": 6.58
186
+ },
187
+ {
188
+ "image_id": 88,
189
+ "filename": "IMG_2160.jpg",
190
+ "outer_point_count": 1247,
191
+ "pct_of_outer": 6.54
192
+ },
193
+ {
194
+ "image_id": 102,
195
+ "filename": "IMG_2174.jpg",
196
+ "outer_point_count": 1229,
197
+ "pct_of_outer": 6.45
198
+ },
199
+ {
200
+ "image_id": 83,
201
+ "filename": "IMG_2155.jpg",
202
+ "outer_point_count": 1223,
203
+ "pct_of_outer": 6.42
204
+ },
205
+ {
206
+ "image_id": 68,
207
+ "filename": "IMG_2140.jpg",
208
+ "outer_point_count": 1207,
209
+ "pct_of_outer": 6.33
210
+ },
211
+ {
212
+ "image_id": 81,
213
+ "filename": "IMG_2153.jpg",
214
+ "outer_point_count": 1203,
215
+ "pct_of_outer": 6.31
216
+ },
217
+ {
218
+ "image_id": 77,
219
+ "filename": "IMG_2149.jpg",
220
+ "outer_point_count": 1187,
221
+ "pct_of_outer": 6.23
222
+ },
223
+ {
224
+ "image_id": 63,
225
+ "filename": "IMG_2135.jpg",
226
+ "outer_point_count": 1172,
227
+ "pct_of_outer": 6.15
228
+ },
229
+ {
230
+ "image_id": 82,
231
+ "filename": "IMG_2154.jpg",
232
+ "outer_point_count": 1165,
233
+ "pct_of_outer": 6.11
234
+ },
235
+ {
236
+ "image_id": 87,
237
+ "filename": "IMG_2159.jpg",
238
+ "outer_point_count": 1114,
239
+ "pct_of_outer": 5.85
240
+ },
241
+ {
242
+ "image_id": 86,
243
+ "filename": "IMG_2158.jpg",
244
+ "outer_point_count": 1100,
245
+ "pct_of_outer": 5.77
246
+ },
247
+ {
248
+ "image_id": 9,
249
+ "filename": "IMG_2080.jpg",
250
+ "outer_point_count": 1091,
251
+ "pct_of_outer": 5.73
252
+ },
253
+ {
254
+ "image_id": 69,
255
+ "filename": "IMG_2141.jpg",
256
+ "outer_point_count": 1022,
257
+ "pct_of_outer": 5.36
258
+ },
259
+ {
260
+ "image_id": 8,
261
+ "filename": "IMG_2079.jpg",
262
+ "outer_point_count": 1021,
263
+ "pct_of_outer": 5.36
264
+ },
265
+ {
266
+ "image_id": 10,
267
+ "filename": "IMG_2081.jpg",
268
+ "outer_point_count": 1013,
269
+ "pct_of_outer": 5.32
270
+ },
271
+ {
272
+ "image_id": 103,
273
+ "filename": "IMG_2175.jpg",
274
+ "outer_point_count": 978,
275
+ "pct_of_outer": 5.13
276
+ },
277
+ {
278
+ "image_id": 76,
279
+ "filename": "IMG_2148.jpg",
280
+ "outer_point_count": 956,
281
+ "pct_of_outer": 5.02
282
+ },
283
+ {
284
+ "image_id": 4,
285
+ "filename": "IMG_2075.jpg",
286
+ "outer_point_count": 936,
287
+ "pct_of_outer": 4.91
288
+ },
289
+ {
290
+ "image_id": 56,
291
+ "filename": "IMG_2128.jpg",
292
+ "outer_point_count": 880,
293
+ "pct_of_outer": 4.62
294
+ },
295
+ {
296
+ "image_id": 1,
297
+ "filename": "IMG_2072.jpg",
298
+ "outer_point_count": 876,
299
+ "pct_of_outer": 4.6
300
+ },
301
+ {
302
+ "image_id": 70,
303
+ "filename": "IMG_2142.jpg",
304
+ "outer_point_count": 867,
305
+ "pct_of_outer": 4.55
306
+ },
307
+ {
308
+ "image_id": 75,
309
+ "filename": "IMG_2147.jpg",
310
+ "outer_point_count": 815,
311
+ "pct_of_outer": 4.28
312
+ },
313
+ {
314
+ "image_id": 11,
315
+ "filename": "IMG_2082.jpg",
316
+ "outer_point_count": 812,
317
+ "pct_of_outer": 4.26
318
+ },
319
+ {
320
+ "image_id": 55,
321
+ "filename": "IMG_2127.jpg",
322
+ "outer_point_count": 803,
323
+ "pct_of_outer": 4.21
324
+ },
325
+ {
326
+ "image_id": 5,
327
+ "filename": "IMG_2076.jpg",
328
+ "outer_point_count": 722,
329
+ "pct_of_outer": 3.79
330
+ },
331
+ {
332
+ "image_id": 74,
333
+ "filename": "IMG_2146.jpg",
334
+ "outer_point_count": 711,
335
+ "pct_of_outer": 3.73
336
+ },
337
+ {
338
+ "image_id": 7,
339
+ "filename": "IMG_2078.jpg",
340
+ "outer_point_count": 697,
341
+ "pct_of_outer": 3.66
342
+ },
343
+ {
344
+ "image_id": 71,
345
+ "filename": "IMG_2143.jpg",
346
+ "outer_point_count": 560,
347
+ "pct_of_outer": 2.94
348
+ },
349
+ {
350
+ "image_id": 6,
351
+ "filename": "IMG_2077.jpg",
352
+ "outer_point_count": 514,
353
+ "pct_of_outer": 2.7
354
+ },
355
+ {
356
+ "image_id": 54,
357
+ "filename": "IMG_2126.jpg",
358
+ "outer_point_count": 502,
359
+ "pct_of_outer": 2.63
360
+ },
361
+ {
362
+ "image_id": 73,
363
+ "filename": "IMG_2145.jpg",
364
+ "outer_point_count": 499,
365
+ "pct_of_outer": 2.62
366
+ },
367
+ {
368
+ "image_id": 72,
369
+ "filename": "IMG_2144.jpg",
370
+ "outer_point_count": 463,
371
+ "pct_of_outer": 2.43
372
+ },
373
+ {
374
+ "image_id": 53,
375
+ "filename": "IMG_2125.jpg",
376
+ "outer_point_count": 440,
377
+ "pct_of_outer": 2.31
378
+ },
379
+ {
380
+ "image_id": 12,
381
+ "filename": "IMG_2083.jpg",
382
+ "outer_point_count": 390,
383
+ "pct_of_outer": 2.05
384
+ },
385
+ {
386
+ "image_id": 51,
387
+ "filename": "IMG_2123.jpg",
388
+ "outer_point_count": 257,
389
+ "pct_of_outer": 1.35
390
+ },
391
+ {
392
+ "image_id": 52,
393
+ "filename": "IMG_2124.jpg",
394
+ "outer_point_count": 254,
395
+ "pct_of_outer": 1.33
396
+ },
397
+ {
398
+ "image_id": 50,
399
+ "filename": "IMG_2122.jpg",
400
+ "outer_point_count": 122,
401
+ "pct_of_outer": 0.64
402
+ },
403
+ {
404
+ "image_id": 13,
405
+ "filename": "IMG_2084.jpg",
406
+ "outer_point_count": 113,
407
+ "pct_of_outer": 0.59
408
+ },
409
+ {
410
+ "image_id": 14,
411
+ "filename": "IMG_2085.jpg",
412
+ "outer_point_count": 39,
413
+ "pct_of_outer": 0.2
414
+ }
415
+ ],
416
+ "recommendation": "These frames see the background/turntable. Fix: add them to colmap_masks/ or reshoot with cleaner backdrop."
417
+ }
colmap_ws_v1/sparse/0/project.ini ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ log_color=true
2
+ default_random_seed=0
3
+ log_level=0
4
+ log_severity=0
5
+ log_target=stderr_and_file
6
+ log_path=
7
+ database_path=/Users/dru/splat-projects/specimens/amet-001/colmap_db/db.db
8
+ image_path=/Users/dru/splat-projects/specimens/amet-001/images_nobg
9
+ input_path=
10
+ output_path=/Users/dru/splat-projects/specimens/amet-001/colmap_ws/sparse
11
+ [Mapper]
12
+ ignore_watermarks=false
13
+ multiple_models=true
14
+ structure_less_registration_fallback=true
15
+ structure_less_registration_only=false
16
+ extract_colors=true
17
+ ba_refine_focal_length=true
18
+ ba_refine_principal_point=false
19
+ ba_refine_extra_params=true
20
+ ba_refine_sensor_from_rig=true
21
+ ba_use_gpu=false
22
+ fix_existing_frames=false
23
+ ba_global_ignore_redundant_points3D=false
24
+ tri_ignore_two_view_tracks=true
25
+ min_num_matches=15
26
+ max_num_models=50
27
+ max_model_overlap=20
28
+ min_model_size=10
29
+ init_image_id1=-1
30
+ init_image_id2=-1
31
+ init_num_trials=200
32
+ num_threads=-1
33
+ random_seed=-1
34
+ ba_local_max_num_iterations=25
35
+ ba_global_frames_freq=500
36
+ ba_global_points_freq=250000
37
+ ba_global_max_num_iterations=50
38
+ ba_global_max_refinements=5
39
+ ba_local_max_refinements=2
40
+ ba_min_num_residuals_for_cpu_multi_threading=50000
41
+ snapshot_frames_freq=0
42
+ init_min_num_inliers=100
43
+ init_max_reg_trials=2
44
+ abs_pose_min_num_inliers=30
45
+ max_reg_trials=3
46
+ ba_local_num_images=6
47
+ max_runtime_seconds=-1
48
+ tri_max_transitivity=1
49
+ tri_complete_max_transitivity=5
50
+ tri_re_max_trials=1
51
+ min_focal_length_ratio=0.10000000000000001
52
+ max_focal_length_ratio=10
53
+ max_extra_param=1
54
+ ba_local_function_tolerance=0
55
+ ba_global_frames_ratio=1.1000000000000001
56
+ ba_global_points_ratio=1.1000000000000001
57
+ ba_global_function_tolerance=0
58
+ ba_global_max_refinement_change=0.00050000000000000001
59
+ ba_local_max_refinement_change=0.001
60
+ init_max_error=4
61
+ init_max_forward_motion=0.94999999999999996
62
+ init_min_tri_angle=16
63
+ abs_pose_max_error=12
64
+ abs_pose_min_inlier_ratio=0.25
65
+ filter_max_reproj_error=4
66
+ filter_min_tri_angle=1.5
67
+ ba_local_min_tri_angle=6
68
+ ba_global_ignore_redundant_points3D_min_coverage_gain=0.050000000000000003
69
+ tri_create_max_angle_error=2
70
+ tri_continue_max_angle_error=2
71
+ tri_merge_max_reproj_error=4
72
+ tri_complete_max_reproj_error=4
73
+ tri_re_max_angle_error=5
74
+ tri_re_min_ratio=0.20000000000000001
75
+ tri_min_angle=1.5
76
+ ba_gpu_index=-1
77
+ snapshot_path=
78
+ image_list_path=
79
+ constant_rig_list_path=
80
+ constant_camera_list_path=
images_cropped/IMG_2078.jpg ADDED

Git LFS Details

  • SHA256: 17d34aabd9d10272aec024aa6adaad7b5239432ff43a5585ccbffa9ee3feb287
  • Pointer size: 132 Bytes
  • Size of remote file: 1.07 MB
images_cropped/IMG_2079.jpg ADDED

Git LFS Details

  • SHA256: 7f23eb367a9c5d6d904ee920020d63ddbc275354878e2a38e3cebc74fd2ef72f
  • Pointer size: 131 Bytes
  • Size of remote file: 938 kB
images_cropped/IMG_2082.jpg ADDED

Git LFS Details

  • SHA256: 291b11b306419b66b85a402c0f11d64429969162c46d39631ec3827bff58fe9e
  • Pointer size: 131 Bytes
  • Size of remote file: 838 kB
images_cropped/IMG_2083.jpg ADDED

Git LFS Details

  • SHA256: 0ded5b7c7ad31ec6d9470fe0ff6efabdd27a4805370ef37a99c52620bcadfa1e
  • Pointer size: 131 Bytes
  • Size of remote file: 853 kB
images_cropped/IMG_2084.jpg ADDED

Git LFS Details

  • SHA256: a9270c20bdd275d63b04786a3b7842581393f08f9cb59f61b6b29ae039e5ecb6
  • Pointer size: 131 Bytes
  • Size of remote file: 823 kB
images_cropped/IMG_2085.jpg ADDED

Git LFS Details

  • SHA256: a4c1c06fac56d7e1e0721482b275f7d162e1d0d7032ee97028cb666e401a7506
  • Pointer size: 131 Bytes
  • Size of remote file: 816 kB
images_cropped/IMG_2086.jpg ADDED

Git LFS Details

  • SHA256: 917c5ea47182778e4cc79bddf780a8f8293c74011ec22679965b258007414416
  • Pointer size: 131 Bytes
  • Size of remote file: 824 kB
images_cropped/IMG_2087.jpg ADDED

Git LFS Details

  • SHA256: 920538a471b669fcc1ac1c4b5bc9976fcf3acd70ea6ca751e52637d2226137ff
  • Pointer size: 131 Bytes
  • Size of remote file: 835 kB
images_cropped/IMG_2090.jpg ADDED

Git LFS Details

  • SHA256: dac23170275af912063ac8d9525b14a1855ee4cba8f16d8f96711714e768e911
  • Pointer size: 131 Bytes
  • Size of remote file: 881 kB
images_cropped/IMG_2091.jpg ADDED

Git LFS Details

  • SHA256: 53c360ab442322a308d060f79f5f8258b466015a4d997d9afc496677676f89bd
  • Pointer size: 131 Bytes
  • Size of remote file: 932 kB
images_cropped/IMG_2092.jpg ADDED

Git LFS Details

  • SHA256: 2dabe9e206555c4b393da38beba08cadc25ec71fac5c931404ff0dbdd5c8426a
  • Pointer size: 131 Bytes
  • Size of remote file: 956 kB
images_cropped/IMG_2093.jpg ADDED

Git LFS Details

  • SHA256: 1201b17b26355cbea985782fa02004444e30fc70736bac4cf61dc5f3f21d202c
  • Pointer size: 131 Bytes
  • Size of remote file: 923 kB
images_cropped/IMG_2095.jpg ADDED

Git LFS Details

  • SHA256: a363724a626dcce98cf61990eb70748c4ebe75d7ecb7070c7e0210157e0e9052
  • Pointer size: 131 Bytes
  • Size of remote file: 828 kB
images_cropped/IMG_2096.jpg ADDED

Git LFS Details

  • SHA256: 4d39cf10e9752083fd28cd0605d725008b03542b523ef546edf27b084803fc6a
  • Pointer size: 131 Bytes
  • Size of remote file: 811 kB
images_cropped/IMG_2097.jpg ADDED

Git LFS Details

  • SHA256: 7a66571b9e298cc99679b4eccffdbde1070d3f04bff90f265019299fc63e2309
  • Pointer size: 131 Bytes
  • Size of remote file: 798 kB
images_cropped/IMG_2108.jpg ADDED

Git LFS Details

  • SHA256: 6332a0b912f9759177bfb22b74e8db4a87d65db7beb3ae9dca6678e051aaa7f3
  • Pointer size: 131 Bytes
  • Size of remote file: 684 kB
images_cropped/IMG_2109.jpg ADDED

Git LFS Details

  • SHA256: 780cae2e32e412b4eebf4285752e9c6bdc07b65315f3ad0e69b86d71945b129f
  • Pointer size: 131 Bytes
  • Size of remote file: 691 kB
images_cropped/IMG_2119.jpg ADDED

Git LFS Details

  • SHA256: 812c8a2d59393273bef8056c95c8eab2dba0638893542c15881fb6da85b2da06
  • Pointer size: 131 Bytes
  • Size of remote file: 915 kB
images_cropped/IMG_2120.jpg ADDED

Git LFS Details

  • SHA256: 1fb799d041909d476bed085ff9edf5c279b806f7f922bb9886b4d25f119e6dbe
  • Pointer size: 131 Bytes
  • Size of remote file: 856 kB
images_cropped/IMG_2121.jpg ADDED

Git LFS Details

  • SHA256: 2044089f43fe31a5dc7b65b3578a03eb24fb25e30b10cafdef578b9f98bdee98
  • Pointer size: 131 Bytes
  • Size of remote file: 860 kB
images_cropped/IMG_2122.jpg ADDED

Git LFS Details

  • SHA256: ae2c4f29fdebc8a28ac53549697b657a272b8c5355acd4f1fdff8d80ac139ba4
  • Pointer size: 131 Bytes
  • Size of remote file: 922 kB
images_cropped/IMG_2124.jpg ADDED

Git LFS Details

  • SHA256: 64001fc3d37f769e643e8faa532bd07d8bef50cd4d2a0f6e4208674141066722
  • Pointer size: 131 Bytes
  • Size of remote file: 856 kB
images_cropped/IMG_2125.jpg ADDED

Git LFS Details

  • SHA256: 94b8559bf9c16bb6fa28e981515b4372983bae93266ee60844236f86e55934ef
  • Pointer size: 131 Bytes
  • Size of remote file: 851 kB
images_cropped/IMG_2126.jpg ADDED

Git LFS Details

  • SHA256: 26e879e23dcd07f8e3f41956f6e490a0302e1a545a26964153846a5527b6b9d5
  • Pointer size: 131 Bytes
  • Size of remote file: 852 kB
images_cropped/IMG_2130.jpg ADDED

Git LFS Details

  • SHA256: 16712c5bfa67c98013923be6b1a2b5943dad41b0f7082379bd7da0f7593c294e
  • Pointer size: 131 Bytes
  • Size of remote file: 844 kB
images_cropped/IMG_2131.jpg ADDED

Git LFS Details

  • SHA256: 74b8a50e8b6f2b89043d9f43459252a635c651168a7cdb079d5cf4092234172a
  • Pointer size: 131 Bytes
  • Size of remote file: 870 kB
images_cropped/IMG_2132.jpg ADDED

Git LFS Details

  • SHA256: 8abfc21392f0131650a9e8084d82c59ceb58f471d7abfbe37a3511fbedc3bff1
  • Pointer size: 131 Bytes
  • Size of remote file: 863 kB
images_cropped/IMG_2134.jpg ADDED

Git LFS Details

  • SHA256: 7d76cad407234cedb91bc2fef6da386ee3023384813b76fdf25fa1a829b45def
  • Pointer size: 131 Bytes
  • Size of remote file: 877 kB
images_cropped/IMG_2135.jpg ADDED

Git LFS Details

  • SHA256: 12922ae431a11d994dae6c42951441debe3b3a64476da50c42cfca39182b70d6
  • Pointer size: 131 Bytes
  • Size of remote file: 816 kB
images_cropped/IMG_2136.jpg ADDED

Git LFS Details

  • SHA256: 4f491f28f5b07be9d5d39fc4e5f06a978618b36e8bb691d164f516012d270b72
  • Pointer size: 131 Bytes
  • Size of remote file: 838 kB
pipeline.log ADDED
@@ -0,0 +1,645 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [15:33:59] === amet-001 COLMAP START ===
2
+ I20260319 15:34:00.486516 0x16c093000 feature_extraction.cc:502] === Feature extraction ===
3
+ I20260319 15:34:00.645403 0x16c8c7000 sift.cc:754] Creating SIFT GPU feature extractor
4
+ I20260319 15:34:00.975348 0x16c953000 feature_extraction.cc:280] Processed file [1/103]
5
+ I20260319 15:34:00.975393 0x16c953000 feature_extraction.cc:283] Name: IMG_2072.jpg
6
+ I20260319 15:34:00.975406 0x16c953000 feature_extraction.cc:292] Dimensions: 2000 x 2000
7
+ I20260319 15:34:00.975416 0x16c953000 feature_extraction.cc:295] Camera: #1 - SIMPLE_RADIAL
8
+ I20260319 15:34:00.975425 0x16c953000 feature_extraction.cc:298] Focal Length: 2400.00px
9
+ I20260319 15:34:00.975436 0x16c953000 feature_extraction.cc:302] Features: 8464 (SIFT)
10
+ I20260319 15:34:01.199915 0x16c953000 feature_extraction.cc:280] Processed file [2/103]
11
+ I20260319 15:34:01.199954 0x16c953000 feature_extraction.cc:283] Name: IMG_2073.jpg
12
+ I20260319 15:34:01.199964 0x16c953000 feature_extraction.cc:292] Dimensions: 2000 x 2000
13
+ I20260319 15:34:01.199971 0x16c953000 feature_extraction.cc:295] Camera: #1 - SIMPLE_RADIAL
14
+ I20260319 15:34:01.199978 0x16c953000 feature_extraction.cc:298] Focal Length: 2400.00px
15
+ I20260319 15:34:01.199985 0x16c953000 feature_extraction.cc:302] Features: 13104 (SIFT)
16
+ I20260319 15:34:01.388212 0x16c953000 feature_extraction.cc:280] Processed file [3/103]
17
+ I20260319 15:34:01.388266 0x16c953000 feature_extraction.cc:283] Name: IMG_2074.jpg
18
+ I20260319 15:34:01.388277 0x16c953000 feature_extraction.cc:292] Dimensions: 2000 x 2000
19
+ I20260319 15:34:01.388285 0x16c953000 feature_extraction.cc:295] Camera: #1 - SIMPLE_RADIAL
20
+ I20260319 15:34:01.388292 0x16c953000 feature_extraction.cc:298] Focal Length: 2400.00px
21
+ I20260319 15:34:01.388300 0x16c953000 feature_extraction.cc:302] Features: 15221 (SIFT)
22
+ I20260319 15:34:01.593810 0x16c953000 feature_extraction.cc:280] Processed file [4/103]
23
+ I20260319 15:34:01.593850 0x16c953000 feature_extraction.cc:283] Name: IMG_2075.jpg
24
+ I20260319 15:34:01.593860 0x16c953000 feature_extraction.cc:292] Dimensions: 2000 x 2000
25
+ I20260319 15:34:01.593867 0x16c953000 feature_extraction.cc:295] Camera: #1 - SIMPLE_RADIAL
26
+ I20260319 15:34:01.593874 0x16c953000 feature_extraction.cc:298] Focal Length: 2400.00px
27
+ I20260319 15:34:01.593881 0x16c953000 feature_extraction.cc:302] Features: 14972 (SIFT)
28
+ I20260319 15:34:01.764373 0x16c953000 feature_extraction.cc:280] Processed file [5/103]
29
+ I20260319 15:34:01.764436 0x16c953000 feature_extraction.cc:283] Name: IMG_2076.jpg
30
+ I20260319 15:34:01.764446 0x16c953000 feature_extraction.cc:292] Dimensions: 2000 x 2000
31
+ I20260319 15:34:01.764452 0x16c953000 feature_extraction.cc:295] Camera: #1 - SIMPLE_RADIAL
32
+ I20260319 15:34:01.764460 0x16c953000 feature_extraction.cc:298] Focal Length: 2400.00px
33
+ I20260319 15:34:01.764467 0x16c953000 feature_extraction.cc:302] Features: 13324 (SIFT)
34
+ I20260319 15:34:01.948462 0x16c953000 feature_extraction.cc:280] Processed file [6/103]
35
+ I20260319 15:34:01.948510 0x16c953000 feature_extraction.cc:283] Name: IMG_2077.jpg
36
+ I20260319 15:34:01.948520 0x16c953000 feature_extraction.cc:292] Dimensions: 2000 x 2000
37
+ I20260319 15:34:01.948528 0x16c953000 feature_extraction.cc:295] Camera: #1 - SIMPLE_RADIAL
38
+ I20260319 15:34:01.948535 0x16c953000 feature_extraction.cc:298] Focal Length: 2400.00px
39
+ I20260319 15:34:01.948544 0x16c953000 feature_extraction.cc:302] Features: 13250 (SIFT)
40
+ I20260319 15:34:02.142674 0x16c953000 feature_extraction.cc:280] Processed file [7/103]
41
+ I20260319 15:34:02.142720 0x16c953000 feature_extraction.cc:283] Name: IMG_2078.jpg
42
+ I20260319 15:34:02.142731 0x16c953000 feature_extraction.cc:292] Dimensions: 2000 x 2000
43
+ I20260319 15:34:02.142738 0x16c953000 feature_extraction.cc:295] Camera: #1 - SIMPLE_RADIAL
44
+ I20260319 15:34:02.142745 0x16c953000 feature_extraction.cc:298] Focal Length: 2400.00px
45
+ I20260319 15:34:02.142763 0x16c953000 feature_extraction.cc:302] Features: 9665 (SIFT)
46
+ I20260319 15:34:02.313579 0x16c953000 feature_extraction.cc:280] Processed file [8/103]
47
+ I20260319 15:34:02.313618 0x16c953000 feature_extraction.cc:283] Name: IMG_2079.jpg
48
+ I20260319 15:34:02.313625 0x16c953000 feature_extraction.cc:292] Dimensions: 2000 x 2000
49
+ I20260319 15:34:02.313631 0x16c953000 feature_extraction.cc:295] Camera: #1 - SIMPLE_RADIAL
50
+ I20260319 15:34:02.313637 0x16c953000 feature_extraction.cc:298] Focal Length: 2400.00px
51
+ I20260319 15:34:02.313644 0x16c953000 feature_extraction.cc:302] Features: 13111 (SIFT)
52
+ I20260319 15:34:02.480268 0x16c953000 feature_extraction.cc:280] Processed file [9/103]
53
+ I20260319 15:34:02.480323 0x16c953000 feature_extraction.cc:283] Name: IMG_2080.jpg
54
+ I20260319 15:34:02.480333 0x16c953000 feature_extraction.cc:292] Dimensions: 2000 x 2000
55
+ I20260319 15:34:02.480340 0x16c953000 feature_extraction.cc:295] Camera: #1 - SIMPLE_RADIAL
56
+ I20260319 15:34:02.480347 0x16c953000 feature_extraction.cc:298] Focal Length: 2400.00px
57
+ I20260319 15:34:02.480355 0x16c953000 feature_extraction.cc:302] Features: 11925 (SIFT)
58
+ I20260319 15:34:02.665189 0x16c953000 feature_extraction.cc:280] Processed file [10/103]
59
+ I20260319 15:34:02.665258 0x16c953000 feature_extraction.cc:283] Name: IMG_2081.jpg
60
+ I20260319 15:34:02.665267 0x16c953000 feature_extraction.cc:292] Dimensions: 2000 x 2000
61
+ I20260319 15:34:02.665275 0x16c953000 feature_extraction.cc:295] Camera: #1 - SIMPLE_RADIAL
62
+ I20260319 15:34:02.665282 0x16c953000 feature_extraction.cc:298] Focal Length: 2400.00px
63
+ I20260319 15:34:02.665290 0x16c953000 feature_extraction.cc:302] Features: 10572 (SIFT)
64
+ I20260319 15:34:02.844805 0x16c953000 feature_extraction.cc:280] Processed file [11/103]
65
+ I20260319 15:34:02.844851 0x16c953000 feature_extraction.cc:283] Name: IMG_2082.jpg
66
+ I20260319 15:34:02.844859 0x16c953000 feature_extraction.cc:292] Dimensions: 2000 x 2000
67
+ I20260319 15:34:02.844865 0x16c953000 feature_extraction.cc:295] Camera: #1 - SIMPLE_RADIAL
68
+ I20260319 15:34:02.844871 0x16c953000 feature_extraction.cc:298] Focal Length: 2400.00px
69
+ I20260319 15:34:02.844879 0x16c953000 feature_extraction.cc:302] Features: 9140 (SIFT)
70
+ I20260319 15:34:02.967618 0x16c953000 feature_extraction.cc:280] Processed file [12/103]
71
+ I20260319 15:34:02.967665 0x16c953000 feature_extraction.cc:283] Name: IMG_2083.jpg
72
+ I20260319 15:34:02.967757 0x16c953000 feature_extraction.cc:292] Dimensions: 2000 x 2000
73
+ I20260319 15:34:02.967770 0x16c953000 feature_extraction.cc:295] Camera: #1 - SIMPLE_RADIAL
74
+ I20260319 15:34:02.967779 0x16c953000 feature_extraction.cc:298] Focal Length: 2400.00px
75
+ I20260319 15:34:02.967787 0x16c953000 feature_extraction.cc:302] Features: 11308 (SIFT)
76
+ I20260319 15:34:03.135175 0x16c953000 feature_extraction.cc:280] Processed file [13/103]
77
+ I20260319 15:34:03.135217 0x16c953000 feature_extraction.cc:283] Name: IMG_2084.jpg
78
+ I20260319 15:34:03.135224 0x16c953000 feature_extraction.cc:292] Dimensions: 2000 x 2000
79
+ I20260319 15:34:03.135230 0x16c953000 feature_extraction.cc:295] Camera: #1 - SIMPLE_RADIAL
80
+ I20260319 15:34:03.135238 0x16c953000 feature_extraction.cc:298] Focal Length: 2400.00px
81
+ I20260319 15:34:03.135270 0x16c953000 feature_extraction.cc:302] Features: 8416 (SIFT)
82
+ I20260319 15:34:03.266053 0x16c953000 feature_extraction.cc:280] Processed file [14/103]
83
+ I20260319 15:34:03.266094 0x16c953000 feature_extraction.cc:283] Name: IMG_2085.jpg
84
+ I20260319 15:34:03.266102 0x16c953000 feature_extraction.cc:292] Dimensions: 2000 x 2000
85
+ I20260319 15:34:03.266109 0x16c953000 feature_extraction.cc:295] Camera: #1 - SIMPLE_RADIAL
86
+ I20260319 15:34:03.266115 0x16c953000 feature_extraction.cc:298] Focal Length: 2400.00px
87
+ I20260319 15:34:03.266122 0x16c953000 feature_extraction.cc:302] Features: 3344 (SIFT)
88
+ I20260319 15:34:03.417536 0x16c953000 feature_extraction.cc:280] Processed file [15/103]
89
+ I20260319 15:34:03.417610 0x16c953000 feature_extraction.cc:283] Name: IMG_2086.jpg
90
+ I20260319 15:34:03.417617 0x16c953000 feature_extraction.cc:292] Dimensions: 2000 x 2000
91
+ I20260319 15:34:03.417623 0x16c953000 feature_extraction.cc:295] Camera: #1 - SIMPLE_RADIAL
92
+ I20260319 15:34:03.417629 0x16c953000 feature_extraction.cc:298] Focal Length: 2400.00px
93
+ I20260319 15:34:03.417636 0x16c953000 feature_extraction.cc:302] Features: 506 (SIFT)
94
+ I20260319 15:34:03.558273 0x16c953000 feature_extraction.cc:280] Processed file [16/103]
95
+ I20260319 15:34:03.558310 0x16c953000 feature_extraction.cc:283] Name: IMG_2087.jpg
96
+ I20260319 15:34:03.558318 0x16c953000 feature_extraction.cc:292] Dimensions: 2000 x 2000
97
+ I20260319 15:34:03.558323 0x16c953000 feature_extraction.cc:295] Camera: #1 - SIMPLE_RADIAL
98
+ I20260319 15:34:03.558330 0x16c953000 feature_extraction.cc:298] Focal Length: 2400.00px
99
+ I20260319 15:34:03.558336 0x16c953000 feature_extraction.cc:302] Features: 610 (SIFT)
100
+ I20260319 15:34:03.695219 0x16c953000 feature_extraction.cc:280] Processed file [17/103]
101
+ I20260319 15:34:03.695255 0x16c953000 feature_extraction.cc:283] Name: IMG_2088.jpg
102
+ I20260319 15:34:03.695262 0x16c953000 feature_extraction.cc:292] Dimensions: 2000 x 2000
103
+ I20260319 15:34:03.695267 0x16c953000 feature_extraction.cc:295] Camera: #1 - SIMPLE_RADIAL
104
+ I20260319 15:34:03.695272 0x16c953000 feature_extraction.cc:298] Focal Length: 2400.00px
105
+ I20260319 15:34:03.695279 0x16c953000 feature_extraction.cc:302] Features: 7238 (SIFT)
106
+ I20260319 15:34:03.832760 0x16c953000 feature_extraction.cc:280] Processed file [18/103]
107
+ I20260319 15:34:03.832802 0x16c953000 feature_extraction.cc:283] Name: IMG_2089.jpg
108
+ I20260319 15:34:03.832810 0x16c953000 feature_extraction.cc:292] Dimensions: 2000 x 2000
109
+ I20260319 15:34:03.832816 0x16c953000 feature_extraction.cc:295] Camera: #1 - SIMPLE_RADIAL
110
+ I20260319 15:34:03.832823 0x16c953000 feature_extraction.cc:298] Focal Length: 2400.00px
111
+ I20260319 15:34:03.832830 0x16c953000 feature_extraction.cc:302] Features: 6072 (SIFT)
112
+ I20260319 15:34:03.968053 0x16c953000 feature_extraction.cc:280] Processed file [19/103]
113
+ I20260319 15:34:03.968084 0x16c953000 feature_extraction.cc:283] Name: IMG_2090.jpg
114
+ I20260319 15:34:03.968090 0x16c953000 feature_extraction.cc:292] Dimensions: 2000 x 2000
115
+ I20260319 15:34:03.968095 0x16c953000 feature_extraction.cc:295] Camera: #1 - SIMPLE_RADIAL
116
+ I20260319 15:34:03.968101 0x16c953000 feature_extraction.cc:298] Focal Length: 2400.00px
117
+ I20260319 15:34:03.968107 0x16c953000 feature_extraction.cc:302] Features: 848 (SIFT)
118
+ I20260319 15:34:04.148037 0x16c953000 feature_extraction.cc:280] Processed file [20/103]
119
+ I20260319 15:34:04.148080 0x16c953000 feature_extraction.cc:283] Name: IMG_2091.jpg
120
+ I20260319 15:34:04.148088 0x16c953000 feature_extraction.cc:292] Dimensions: 2000 x 2000
121
+ I20260319 15:34:04.148094 0x16c953000 feature_extraction.cc:295] Camera: #1 - SIMPLE_RADIAL
122
+ I20260319 15:34:04.148100 0x16c953000 feature_extraction.cc:298] Focal Length: 2400.00px
123
+ I20260319 15:34:04.148107 0x16c953000 feature_extraction.cc:302] Features: 1741 (SIFT)
124
+ I20260319 15:34:04.311557 0x16c953000 feature_extraction.cc:280] Processed file [21/103]
125
+ I20260319 15:34:04.311605 0x16c953000 feature_extraction.cc:283] Name: IMG_2092.jpg
126
+ I20260319 15:34:04.311614 0x16c953000 feature_extraction.cc:292] Dimensions: 2000 x 2000
127
+ I20260319 15:34:04.311620 0x16c953000 feature_extraction.cc:295] Camera: #1 - SIMPLE_RADIAL
128
+ I20260319 15:34:04.311626 0x16c953000 feature_extraction.cc:298] Focal Length: 2400.00px
129
+ I20260319 15:34:04.311634 0x16c953000 feature_extraction.cc:302] Features: 2612 (SIFT)
130
+ I20260319 15:34:04.466154 0x16c953000 feature_extraction.cc:280] Processed file [22/103]
131
+ I20260319 15:34:04.466197 0x16c953000 feature_extraction.cc:283] Name: IMG_2093.jpg
132
+ I20260319 15:34:04.466224 0x16c953000 feature_extraction.cc:292] Dimensions: 2000 x 2000
133
+ I20260319 15:34:04.466230 0x16c953000 feature_extraction.cc:295] Camera: #1 - SIMPLE_RADIAL
134
+ I20260319 15:34:04.466235 0x16c953000 feature_extraction.cc:298] Focal Length: 2400.00px
135
+ I20260319 15:34:04.466242 0x16c953000 feature_extraction.cc:302] Features: 11292 (SIFT)
136
+ I20260319 15:34:04.628391 0x16c953000 feature_extraction.cc:280] Processed file [23/103]
137
+ I20260319 15:34:04.628431 0x16c953000 feature_extraction.cc:283] Name: IMG_2094.jpg
138
+ I20260319 15:34:04.628439 0x16c953000 feature_extraction.cc:292] Dimensions: 2000 x 2000
139
+ I20260319 15:34:04.628446 0x16c953000 feature_extraction.cc:295] Camera: #1 - SIMPLE_RADIAL
140
+ I20260319 15:34:04.628452 0x16c953000 feature_extraction.cc:298] Focal Length: 2400.00px
141
+ I20260319 15:34:04.628459 0x16c953000 feature_extraction.cc:302] Features: 3033 (SIFT)
142
+ I20260319 15:34:04.765075 0x16c953000 feature_extraction.cc:280] Processed file [24/103]
143
+ I20260319 15:34:04.765110 0x16c953000 feature_extraction.cc:283] Name: IMG_2095.jpg
144
+ I20260319 15:34:04.765116 0x16c953000 feature_extraction.cc:292] Dimensions: 2000 x 2000
145
+ I20260319 15:34:04.765122 0x16c953000 feature_extraction.cc:295] Camera: #1 - SIMPLE_RADIAL
146
+ I20260319 15:34:04.765127 0x16c953000 feature_extraction.cc:298] Focal Length: 2400.00px
147
+ I20260319 15:34:04.765134 0x16c953000 feature_extraction.cc:302] Features: 2284 (SIFT)
148
+ I20260319 15:34:04.900004 0x16c953000 feature_extraction.cc:280] Processed file [25/103]
149
+ I20260319 15:34:04.900052 0x16c953000 feature_extraction.cc:283] Name: IMG_2096.jpg
150
+ I20260319 15:34:04.900059 0x16c953000 feature_extraction.cc:292] Dimensions: 2000 x 2000
151
+ I20260319 15:34:04.900065 0x16c953000 feature_extraction.cc:295] Camera: #1 - SIMPLE_RADIAL
152
+ I20260319 15:34:04.900072 0x16c953000 feature_extraction.cc:298] Focal Length: 2400.00px
153
+ I20260319 15:34:04.900079 0x16c953000 feature_extraction.cc:302] Features: 1805 (SIFT)
154
+ I20260319 15:34:05.042625 0x16c953000 feature_extraction.cc:280] Processed file [26/103]
155
+ I20260319 15:34:05.042669 0x16c953000 feature_extraction.cc:283] Name: IMG_2097.jpg
156
+ I20260319 15:34:05.042679 0x16c953000 feature_extraction.cc:292] Dimensions: 2000 x 2000
157
+ I20260319 15:34:05.042685 0x16c953000 feature_extraction.cc:295] Camera: #1 - SIMPLE_RADIAL
158
+ I20260319 15:34:05.042691 0x16c953000 feature_extraction.cc:298] Focal Length: 2400.00px
159
+ I20260319 15:34:05.042698 0x16c953000 feature_extraction.cc:302] Features: 2213 (SIFT)
160
+ I20260319 15:34:05.193718 0x16c953000 feature_extraction.cc:280] Processed file [27/103]
161
+ I20260319 15:34:05.193759 0x16c953000 feature_extraction.cc:283] Name: IMG_2098.jpg
162
+ I20260319 15:34:05.193767 0x16c953000 feature_extraction.cc:292] Dimensions: 2000 x 2000
163
+ I20260319 15:34:05.193773 0x16c953000 feature_extraction.cc:295] Camera: #1 - SIMPLE_RADIAL
164
+ I20260319 15:34:05.193779 0x16c953000 feature_extraction.cc:298] Focal Length: 2400.00px
165
+ I20260319 15:34:05.193786 0x16c953000 feature_extraction.cc:302] Features: 2157 (SIFT)
166
+ I20260319 15:34:05.326872 0x16c953000 feature_extraction.cc:280] Processed file [28/103]
167
+ I20260319 15:34:05.326913 0x16c953000 feature_extraction.cc:283] Name: IMG_2099.jpg
168
+ I20260319 15:34:05.326921 0x16c953000 feature_extraction.cc:292] Dimensions: 2000 x 2000
169
+ I20260319 15:34:05.326927 0x16c953000 feature_extraction.cc:295] Camera: #1 - SIMPLE_RADIAL
170
+ I20260319 15:34:05.326934 0x16c953000 feature_extraction.cc:298] Focal Length: 2400.00px
171
+ I20260319 15:34:05.326941 0x16c953000 feature_extraction.cc:302] Features: 2386 (SIFT)
172
+ I20260319 15:34:05.478227 0x16c953000 feature_extraction.cc:280] Processed file [29/103]
173
+ I20260319 15:34:05.478277 0x16c953000 feature_extraction.cc:283] Name: IMG_2100.jpg
174
+ I20260319 15:34:05.478284 0x16c953000 feature_extraction.cc:292] Dimensions: 2000 x 2000
175
+ I20260319 15:34:05.478304 0x16c953000 feature_extraction.cc:295] Camera: #1 - SIMPLE_RADIAL
176
+ I20260319 15:34:05.478310 0x16c953000 feature_extraction.cc:298] Focal Length: 2400.00px
177
+ I20260319 15:34:05.478316 0x16c953000 feature_extraction.cc:302] Features: 2624 (SIFT)
178
+ I20260319 15:34:05.638632 0x16c953000 feature_extraction.cc:280] Processed file [30/103]
179
+ I20260319 15:34:05.638675 0x16c953000 feature_extraction.cc:283] Name: IMG_2101.jpg
180
+ I20260319 15:34:05.638683 0x16c953000 feature_extraction.cc:292] Dimensions: 2000 x 2000
181
+ I20260319 15:34:05.638689 0x16c953000 feature_extraction.cc:295] Camera: #1 - SIMPLE_RADIAL
182
+ I20260319 15:34:05.638695 0x16c953000 feature_extraction.cc:298] Focal Length: 2400.00px
183
+ I20260319 15:34:05.638703 0x16c953000 feature_extraction.cc:302] Features: 3958 (SIFT)
184
+ I20260319 15:34:05.791767 0x16c953000 feature_extraction.cc:280] Processed file [31/103]
185
+ I20260319 15:34:05.791808 0x16c953000 feature_extraction.cc:283] Name: IMG_2102.jpg
186
+ I20260319 15:34:05.791816 0x16c953000 feature_extraction.cc:292] Dimensions: 2000 x 2000
187
+ I20260319 15:34:05.791822 0x16c953000 feature_extraction.cc:295] Camera: #1 - SIMPLE_RADIAL
188
+ I20260319 15:34:05.791829 0x16c953000 feature_extraction.cc:298] Focal Length: 2400.00px
189
+ I20260319 15:34:05.791836 0x16c953000 feature_extraction.cc:302] Features: 9706 (SIFT)
190
+ I20260319 15:34:05.993866 0x16c953000 feature_extraction.cc:280] Processed file [32/103]
191
+ I20260319 15:34:05.993912 0x16c953000 feature_extraction.cc:283] Name: IMG_2103.jpg
192
+ I20260319 15:34:05.993920 0x16c953000 feature_extraction.cc:292] Dimensions: 2000 x 2000
193
+ I20260319 15:34:05.993926 0x16c953000 feature_extraction.cc:295] Camera: #1 - SIMPLE_RADIAL
194
+ I20260319 15:34:05.993932 0x16c953000 feature_extraction.cc:298] Focal Length: 2400.00px
195
+ I20260319 15:34:05.993940 0x16c953000 feature_extraction.cc:302] Features: 4304 (SIFT)
196
+ I20260319 15:34:06.147435 0x16c953000 feature_extraction.cc:280] Processed file [33/103]
197
+ I20260319 15:34:06.147483 0x16c953000 feature_extraction.cc:283] Name: IMG_2104.jpg
198
+ I20260319 15:34:06.147491 0x16c953000 feature_extraction.cc:292] Dimensions: 2000 x 2000
199
+ I20260319 15:34:06.147498 0x16c953000 feature_extraction.cc:295] Camera: #1 - SIMPLE_RADIAL
200
+ I20260319 15:34:06.147505 0x16c953000 feature_extraction.cc:298] Focal Length: 2400.00px
201
+ I20260319 15:34:06.147512 0x16c953000 feature_extraction.cc:302] Features: 1906 (SIFT)
202
+ I20260319 15:34:06.330096 0x16c953000 feature_extraction.cc:280] Processed file [34/103]
203
+ I20260319 15:34:06.330137 0x16c953000 feature_extraction.cc:283] Name: IMG_2105.jpg
204
+ I20260319 15:34:06.330144 0x16c953000 feature_extraction.cc:292] Dimensions: 2000 x 2000
205
+ I20260319 15:34:06.330149 0x16c953000 feature_extraction.cc:295] Camera: #1 - SIMPLE_RADIAL
206
+ I20260319 15:34:06.330155 0x16c953000 feature_extraction.cc:298] Focal Length: 2400.00px
207
+ I20260319 15:34:06.330162 0x16c953000 feature_extraction.cc:302] Features: 1015 (SIFT)
208
+ I20260319 15:34:06.484858 0x16c953000 feature_extraction.cc:280] Processed file [35/103]
209
+ I20260319 15:34:06.484907 0x16c953000 feature_extraction.cc:283] Name: IMG_2106.jpg
210
+ I20260319 15:34:06.484916 0x16c953000 feature_extraction.cc:292] Dimensions: 2000 x 2000
211
+ I20260319 15:34:06.484922 0x16c953000 feature_extraction.cc:295] Camera: #1 - SIMPLE_RADIAL
212
+ I20260319 15:34:06.484929 0x16c953000 feature_extraction.cc:298] Focal Length: 2400.00px
213
+ I20260319 15:34:06.484937 0x16c953000 feature_extraction.cc:302] Features: 1126 (SIFT)
214
+ I20260319 15:34:06.677473 0x16c953000 feature_extraction.cc:280] Processed file [36/103]
215
+ I20260319 15:34:06.677527 0x16c953000 feature_extraction.cc:283] Name: IMG_2107.jpg
216
+ I20260319 15:34:06.677555 0x16c953000 feature_extraction.cc:292] Dimensions: 2000 x 2000
217
+ I20260319 15:34:06.677580 0x16c953000 feature_extraction.cc:295] Camera: #1 - SIMPLE_RADIAL
218
+ I20260319 15:34:06.677587 0x16c953000 feature_extraction.cc:298] Focal Length: 2400.00px
219
+ I20260319 15:34:06.677596 0x16c953000 feature_extraction.cc:302] Features: 4334 (SIFT)
220
+ I20260319 15:34:06.851009 0x16c953000 feature_extraction.cc:280] Processed file [37/103]
221
+ I20260319 15:34:06.851051 0x16c953000 feature_extraction.cc:283] Name: IMG_2108.jpg
222
+ I20260319 15:34:06.851061 0x16c953000 feature_extraction.cc:292] Dimensions: 2000 x 2000
223
+ I20260319 15:34:06.851067 0x16c953000 feature_extraction.cc:295] Camera: #1 - SIMPLE_RADIAL
224
+ I20260319 15:34:06.851073 0x16c953000 feature_extraction.cc:298] Focal Length: 2400.00px
225
+ I20260319 15:34:06.851096 0x16c953000 feature_extraction.cc:302] Features: 3749 (SIFT)
226
+ I20260319 15:34:06.996904 0x16c953000 feature_extraction.cc:280] Processed file [38/103]
227
+ I20260319 15:34:06.996938 0x16c953000 feature_extraction.cc:283] Name: IMG_2109.jpg
228
+ I20260319 15:34:06.996947 0x16c953000 feature_extraction.cc:292] Dimensions: 2000 x 2000
229
+ I20260319 15:34:06.996953 0x16c953000 feature_extraction.cc:295] Camera: #1 - SIMPLE_RADIAL
230
+ I20260319 15:34:06.996959 0x16c953000 feature_extraction.cc:298] Focal Length: 2400.00px
231
+ I20260319 15:34:06.996966 0x16c953000 feature_extraction.cc:302] Features: 1758 (SIFT)
232
+ I20260319 15:34:07.155994 0x16c953000 feature_extraction.cc:280] Processed file [39/103]
233
+ I20260319 15:34:07.156037 0x16c953000 feature_extraction.cc:283] Name: IMG_2110.jpg
234
+ I20260319 15:34:07.156046 0x16c953000 feature_extraction.cc:292] Dimensions: 2000 x 2000
235
+ I20260319 15:34:07.156053 0x16c953000 feature_extraction.cc:295] Camera: #1 - SIMPLE_RADIAL
236
+ I20260319 15:34:07.156060 0x16c953000 feature_extraction.cc:298] Focal Length: 2400.00px
237
+ I20260319 15:34:07.156067 0x16c953000 feature_extraction.cc:302] Features: 1723 (SIFT)
238
+ I20260319 15:34:07.335598 0x16c953000 feature_extraction.cc:280] Processed file [40/103]
239
+ I20260319 15:34:07.335645 0x16c953000 feature_extraction.cc:283] Name: IMG_2111.jpg
240
+ I20260319 15:34:07.335653 0x16c953000 feature_extraction.cc:292] Dimensions: 2000 x 2000
241
+ I20260319 15:34:07.335659 0x16c953000 feature_extraction.cc:295] Camera: #1 - SIMPLE_RADIAL
242
+ I20260319 15:34:07.335666 0x16c953000 feature_extraction.cc:298] Focal Length: 2400.00px
243
+ I20260319 15:34:07.335676 0x16c953000 feature_extraction.cc:302] Features: 1961 (SIFT)
244
+ I20260319 15:34:07.528081 0x16c953000 feature_extraction.cc:280] Processed file [41/103]
245
+ I20260319 15:34:07.528159 0x16c953000 feature_extraction.cc:283] Name: IMG_2112.jpg
246
+ I20260319 15:34:07.528169 0x16c953000 feature_extraction.cc:292] Dimensions: 2000 x 2000
247
+ I20260319 15:34:07.528175 0x16c953000 feature_extraction.cc:295] Camera: #1 - SIMPLE_RADIAL
248
+ I20260319 15:34:07.528183 0x16c953000 feature_extraction.cc:298] Focal Length: 2400.00px
249
+ I20260319 15:34:07.528190 0x16c953000 feature_extraction.cc:302] Features: 8268 (SIFT)
250
+ I20260319 15:34:07.706766 0x16c953000 feature_extraction.cc:280] Processed file [42/103]
251
+ I20260319 15:34:07.706809 0x16c953000 feature_extraction.cc:283] Name: IMG_2113.jpg
252
+ I20260319 15:34:07.706817 0x16c953000 feature_extraction.cc:292] Dimensions: 2000 x 2000
253
+ I20260319 15:34:07.706823 0x16c953000 feature_extraction.cc:295] Camera: #1 - SIMPLE_RADIAL
254
+ I20260319 15:34:07.706830 0x16c953000 feature_extraction.cc:298] Focal Length: 2400.00px
255
+ I20260319 15:34:07.706837 0x16c953000 feature_extraction.cc:302] Features: 9630 (SIFT)
256
+ I20260319 15:34:07.871577 0x16c953000 feature_extraction.cc:280] Processed file [43/103]
257
+ I20260319 15:34:07.871616 0x16c953000 feature_extraction.cc:283] Name: IMG_2114.jpg
258
+ I20260319 15:34:07.871624 0x16c953000 feature_extraction.cc:292] Dimensions: 2000 x 2000
259
+ I20260319 15:34:07.871642 0x16c953000 feature_extraction.cc:295] Camera: #1 - SIMPLE_RADIAL
260
+ I20260319 15:34:07.871661 0x16c953000 feature_extraction.cc:298] Focal Length: 2400.00px
261
+ I20260319 15:34:07.871668 0x16c953000 feature_extraction.cc:302] Features: 9274 (SIFT)
262
+ I20260319 15:34:08.076653 0x16c953000 feature_extraction.cc:280] Processed file [44/103]
263
+ I20260319 15:34:08.076701 0x16c953000 feature_extraction.cc:283] Name: IMG_2115.jpg
264
+ I20260319 15:34:08.076709 0x16c953000 feature_extraction.cc:292] Dimensions: 2000 x 2000
265
+ I20260319 15:34:08.076715 0x16c953000 feature_extraction.cc:295] Camera: #1 - SIMPLE_RADIAL
266
+ I20260319 15:34:08.076722 0x16c953000 feature_extraction.cc:298] Focal Length: 2400.00px
267
+ I20260319 15:34:08.076729 0x16c953000 feature_extraction.cc:302] Features: 9347 (SIFT)
268
+ I20260319 15:34:08.249870 0x16c953000 feature_extraction.cc:280] Processed file [45/103]
269
+ I20260319 15:34:08.249926 0x16c953000 feature_extraction.cc:283] Name: IMG_2116.jpg
270
+ I20260319 15:34:08.249934 0x16c953000 feature_extraction.cc:292] Dimensions: 2000 x 2000
271
+ I20260319 15:34:08.249940 0x16c953000 feature_extraction.cc:295] Camera: #1 - SIMPLE_RADIAL
272
+ I20260319 15:34:08.249947 0x16c953000 feature_extraction.cc:298] Focal Length: 2400.00px
273
+ I20260319 15:34:08.249954 0x16c953000 feature_extraction.cc:302] Features: 9134 (SIFT)
274
+ I20260319 15:34:08.449571 0x16c953000 feature_extraction.cc:280] Processed file [46/103]
275
+ I20260319 15:34:08.449618 0x16c953000 feature_extraction.cc:283] Name: IMG_2117.jpg
276
+ I20260319 15:34:08.449626 0x16c953000 feature_extraction.cc:292] Dimensions: 2000 x 2000
277
+ I20260319 15:34:08.449631 0x16c953000 feature_extraction.cc:295] Camera: #1 - SIMPLE_RADIAL
278
+ I20260319 15:34:08.449638 0x16c953000 feature_extraction.cc:298] Focal Length: 2400.00px
279
+ I20260319 15:34:08.449645 0x16c953000 feature_extraction.cc:302] Features: 11264 (SIFT)
280
+ I20260319 15:34:08.590749 0x16c953000 feature_extraction.cc:280] Processed file [47/103]
281
+ I20260319 15:34:08.590789 0x16c953000 feature_extraction.cc:283] Name: IMG_2119.jpg
282
+ I20260319 15:34:08.590797 0x16c953000 feature_extraction.cc:292] Dimensions: 2000 x 2000
283
+ I20260319 15:34:08.590802 0x16c953000 feature_extraction.cc:295] Camera: #1 - SIMPLE_RADIAL
284
+ I20260319 15:34:08.590809 0x16c953000 feature_extraction.cc:298] Focal Length: 2400.00px
285
+ I20260319 15:34:08.590816 0x16c953000 feature_extraction.cc:302] Features: 3230 (SIFT)
286
+ I20260319 15:34:08.770729 0x16c953000 feature_extraction.cc:280] Processed file [48/103]
287
+ I20260319 15:34:08.770780 0x16c953000 feature_extraction.cc:283] Name: IMG_2120.jpg
288
+ I20260319 15:34:08.770787 0x16c953000 feature_extraction.cc:292] Dimensions: 2000 x 2000
289
+ I20260319 15:34:08.770793 0x16c953000 feature_extraction.cc:295] Camera: #1 - SIMPLE_RADIAL
290
+ I20260319 15:34:08.770800 0x16c953000 feature_extraction.cc:298] Focal Length: 2400.00px
291
+ I20260319 15:34:08.770808 0x16c953000 feature_extraction.cc:302] Features: 3073 (SIFT)
292
+ I20260319 15:34:08.930592 0x16c953000 feature_extraction.cc:280] Processed file [49/103]
293
+ I20260319 15:34:08.930635 0x16c953000 feature_extraction.cc:283] Name: IMG_2121.jpg
294
+ I20260319 15:34:08.930644 0x16c953000 feature_extraction.cc:292] Dimensions: 2000 x 2000
295
+ I20260319 15:34:08.930651 0x16c953000 feature_extraction.cc:295] Camera: #1 - SIMPLE_RADIAL
296
+ I20260319 15:34:08.930658 0x16c953000 feature_extraction.cc:298] Focal Length: 2400.00px
297
+ I20260319 15:34:08.930666 0x16c953000 feature_extraction.cc:302] Features: 3071 (SIFT)
298
+ I20260319 15:34:09.105513 0x16c953000 feature_extraction.cc:280] Processed file [50/103]
299
+ I20260319 15:34:09.105554 0x16c953000 feature_extraction.cc:283] Name: IMG_2122.jpg
300
+ I20260319 15:34:09.105564 0x16c953000 feature_extraction.cc:292] Dimensions: 2000 x 2000
301
+ I20260319 15:34:09.105584 0x16c953000 feature_extraction.cc:295] Camera: #1 - SIMPLE_RADIAL
302
+ I20260319 15:34:09.105592 0x16c953000 feature_extraction.cc:298] Focal Length: 2400.00px
303
+ I20260319 15:34:09.105614 0x16c953000 feature_extraction.cc:302] Features: 8236 (SIFT)
304
+ I20260319 15:34:09.279750 0x16c953000 feature_extraction.cc:280] Processed file [51/103]
305
+ I20260319 15:34:09.279783 0x16c953000 feature_extraction.cc:283] Name: IMG_2123.jpg
306
+ I20260319 15:34:09.279790 0x16c953000 feature_extraction.cc:292] Dimensions: 2000 x 2000
307
+ I20260319 15:34:09.279795 0x16c953000 feature_extraction.cc:295] Camera: #1 - SIMPLE_RADIAL
308
+ I20260319 15:34:09.279801 0x16c953000 feature_extraction.cc:298] Focal Length: 2400.00px
309
+ I20260319 15:34:09.279807 0x16c953000 feature_extraction.cc:302] Features: 12726 (SIFT)
310
+ I20260319 15:34:09.456381 0x16c953000 feature_extraction.cc:280] Processed file [52/103]
311
+ I20260319 15:34:09.456417 0x16c953000 feature_extraction.cc:283] Name: IMG_2124.jpg
312
+ I20260319 15:34:09.456424 0x16c953000 feature_extraction.cc:292] Dimensions: 2000 x 2000
313
+ I20260319 15:34:09.456430 0x16c953000 feature_extraction.cc:295] Camera: #1 - SIMPLE_RADIAL
314
+ I20260319 15:34:09.456436 0x16c953000 feature_extraction.cc:298] Focal Length: 2400.00px
315
+ I20260319 15:34:09.456443 0x16c953000 feature_extraction.cc:302] Features: 8939 (SIFT)
316
+ I20260319 15:34:09.659387 0x16c953000 feature_extraction.cc:280] Processed file [53/103]
317
+ I20260319 15:34:09.659432 0x16c953000 feature_extraction.cc:283] Name: IMG_2125.jpg
318
+ I20260319 15:34:09.659440 0x16c953000 feature_extraction.cc:292] Dimensions: 2000 x 2000
319
+ I20260319 15:34:09.659446 0x16c953000 feature_extraction.cc:295] Camera: #1 - SIMPLE_RADIAL
320
+ I20260319 15:34:09.659453 0x16c953000 feature_extraction.cc:298] Focal Length: 2400.00px
321
+ I20260319 15:34:09.659460 0x16c953000 feature_extraction.cc:302] Features: 9841 (SIFT)
322
+ I20260319 15:34:09.825708 0x16c953000 feature_extraction.cc:280] Processed file [54/103]
323
+ I20260319 15:34:09.825745 0x16c953000 feature_extraction.cc:283] Name: IMG_2126.jpg
324
+ I20260319 15:34:09.825752 0x16c953000 feature_extraction.cc:292] Dimensions: 2000 x 2000
325
+ I20260319 15:34:09.825758 0x16c953000 feature_extraction.cc:295] Camera: #1 - SIMPLE_RADIAL
326
+ I20260319 15:34:09.825765 0x16c953000 feature_extraction.cc:298] Focal Length: 2400.00px
327
+ I20260319 15:34:09.825772 0x16c953000 feature_extraction.cc:302] Features: 8608 (SIFT)
328
+ I20260319 15:34:09.978160 0x16c953000 feature_extraction.cc:280] Processed file [55/103]
329
+ I20260319 15:34:09.978195 0x16c953000 feature_extraction.cc:283] Name: IMG_2127.jpg
330
+ I20260319 15:34:09.978202 0x16c953000 feature_extraction.cc:292] Dimensions: 2000 x 2000
331
+ I20260319 15:34:09.978208 0x16c953000 feature_extraction.cc:295] Camera: #1 - SIMPLE_RADIAL
332
+ I20260319 15:34:09.978214 0x16c953000 feature_extraction.cc:298] Focal Length: 2400.00px
333
+ I20260319 15:34:09.978220 0x16c953000 feature_extraction.cc:302] Features: 12723 (SIFT)
334
+ I20260319 15:34:10.156293 0x16c953000 feature_extraction.cc:280] Processed file [56/103]
335
+ I20260319 15:34:10.156339 0x16c953000 feature_extraction.cc:283] Name: IMG_2128.jpg
336
+ I20260319 15:34:10.156347 0x16c953000 feature_extraction.cc:292] Dimensions: 2000 x 2000
337
+ I20260319 15:34:10.156352 0x16c953000 feature_extraction.cc:295] Camera: #1 - SIMPLE_RADIAL
338
+ I20260319 15:34:10.156358 0x16c953000 feature_extraction.cc:298] Focal Length: 2400.00px
339
+ I20260319 15:34:10.156366 0x16c953000 feature_extraction.cc:302] Features: 13159 (SIFT)
340
+ I20260319 15:34:10.314001 0x16c953000 feature_extraction.cc:280] Processed file [57/103]
341
+ I20260319 15:34:10.314046 0x16c953000 feature_extraction.cc:283] Name: IMG_2129.jpg
342
+ I20260319 15:34:10.314054 0x16c953000 feature_extraction.cc:292] Dimensions: 2000 x 2000
343
+ I20260319 15:34:10.314061 0x16c953000 feature_extraction.cc:295] Camera: #1 - SIMPLE_RADIAL
344
+ I20260319 15:34:10.314082 0x16c953000 feature_extraction.cc:298] Focal Length: 2400.00px
345
+ I20260319 15:34:10.314091 0x16c953000 feature_extraction.cc:302] Features: 14212 (SIFT)
346
+ I20260319 15:34:10.477793 0x16c953000 feature_extraction.cc:280] Processed file [58/103]
347
+ I20260319 15:34:10.477820 0x16c953000 feature_extraction.cc:283] Name: IMG_2130.jpg
348
+ I20260319 15:34:10.477826 0x16c953000 feature_extraction.cc:292] Dimensions: 2000 x 2000
349
+ I20260319 15:34:10.477831 0x16c953000 feature_extraction.cc:295] Camera: #1 - SIMPLE_RADIAL
350
+ I20260319 15:34:10.477836 0x16c953000 feature_extraction.cc:298] Focal Length: 2400.00px
351
+ I20260319 15:34:10.477842 0x16c953000 feature_extraction.cc:302] Features: 14197 (SIFT)
352
+ I20260319 15:34:10.680834 0x16c953000 feature_extraction.cc:280] Processed file [59/103]
353
+ I20260319 15:34:10.680878 0x16c953000 feature_extraction.cc:283] Name: IMG_2131.jpg
354
+ I20260319 15:34:10.680887 0x16c953000 feature_extraction.cc:292] Dimensions: 2000 x 2000
355
+ I20260319 15:34:10.680892 0x16c953000 feature_extraction.cc:295] Camera: #1 - SIMPLE_RADIAL
356
+ I20260319 15:34:10.680899 0x16c953000 feature_extraction.cc:298] Focal Length: 2400.00px
357
+ I20260319 15:34:10.680905 0x16c953000 feature_extraction.cc:302] Features: 14468 (SIFT)
358
+ I20260319 15:34:10.849799 0x16c953000 feature_extraction.cc:280] Processed file [60/103]
359
+ I20260319 15:34:10.849845 0x16c953000 feature_extraction.cc:283] Name: IMG_2132.jpg
360
+ I20260319 15:34:10.849854 0x16c953000 feature_extraction.cc:292] Dimensions: 2000 x 2000
361
+ I20260319 15:34:10.849860 0x16c953000 feature_extraction.cc:295] Camera: #1 - SIMPLE_RADIAL
362
+ I20260319 15:34:10.849866 0x16c953000 feature_extraction.cc:298] Focal Length: 2400.00px
363
+ I20260319 15:34:10.849873 0x16c953000 feature_extraction.cc:302] Features: 14126 (SIFT)
364
+ I20260319 15:34:11.051178 0x16c953000 feature_extraction.cc:280] Processed file [61/103]
365
+ I20260319 15:34:11.051226 0x16c953000 feature_extraction.cc:283] Name: IMG_2133.jpg
366
+ I20260319 15:34:11.051234 0x16c953000 feature_extraction.cc:292] Dimensions: 2000 x 2000
367
+ I20260319 15:34:11.051240 0x16c953000 feature_extraction.cc:295] Camera: #1 - SIMPLE_RADIAL
368
+ I20260319 15:34:11.051247 0x16c953000 feature_extraction.cc:298] Focal Length: 2400.00px
369
+ I20260319 15:34:11.051254 0x16c953000 feature_extraction.cc:302] Features: 15217 (SIFT)
370
+ I20260319 15:34:11.222211 0x16c953000 feature_extraction.cc:280] Processed file [62/103]
371
+ I20260319 15:34:11.222258 0x16c953000 feature_extraction.cc:283] Name: IMG_2134.jpg
372
+ I20260319 15:34:11.222266 0x16c953000 feature_extraction.cc:292] Dimensions: 2000 x 2000
373
+ I20260319 15:34:11.222272 0x16c953000 feature_extraction.cc:295] Camera: #1 - SIMPLE_RADIAL
374
+ I20260319 15:34:11.222278 0x16c953000 feature_extraction.cc:298] Focal Length: 2400.00px
375
+ I20260319 15:34:11.222286 0x16c953000 feature_extraction.cc:302] Features: 14241 (SIFT)
376
+ I20260319 15:34:11.411350 0x16c953000 feature_extraction.cc:280] Processed file [63/103]
377
+ I20260319 15:34:11.411389 0x16c953000 feature_extraction.cc:283] Name: IMG_2135.jpg
378
+ I20260319 15:34:11.411396 0x16c953000 feature_extraction.cc:292] Dimensions: 2000 x 2000
379
+ I20260319 15:34:11.411401 0x16c953000 feature_extraction.cc:295] Camera: #1 - SIMPLE_RADIAL
380
+ I20260319 15:34:11.411408 0x16c953000 feature_extraction.cc:298] Focal Length: 2400.00px
381
+ I20260319 15:34:11.411415 0x16c953000 feature_extraction.cc:302] Features: 9141 (SIFT)
382
+ I20260319 15:34:11.582381 0x16c953000 feature_extraction.cc:280] Processed file [64/103]
383
+ I20260319 15:34:11.582416 0x16c953000 feature_extraction.cc:283] Name: IMG_2136.jpg
384
+ I20260319 15:34:11.582424 0x16c953000 feature_extraction.cc:292] Dimensions: 2000 x 2000
385
+ I20260319 15:34:11.582429 0x16c953000 feature_extraction.cc:295] Camera: #1 - SIMPLE_RADIAL
386
+ I20260319 15:34:11.582435 0x16c953000 feature_extraction.cc:298] Focal Length: 2400.00px
387
+ I20260319 15:34:11.582453 0x16c953000 feature_extraction.cc:302] Features: 8907 (SIFT)
388
+ I20260319 15:34:11.746901 0x16c953000 feature_extraction.cc:280] Processed file [65/103]
389
+ I20260319 15:34:11.746954 0x16c953000 feature_extraction.cc:283] Name: IMG_2137.jpg
390
+ I20260319 15:34:11.746961 0x16c953000 feature_extraction.cc:292] Dimensions: 2000 x 2000
391
+ I20260319 15:34:11.746967 0x16c953000 feature_extraction.cc:295] Camera: #1 - SIMPLE_RADIAL
392
+ I20260319 15:34:11.746975 0x16c953000 feature_extraction.cc:298] Focal Length: 2400.00px
393
+ I20260319 15:34:11.746983 0x16c953000 feature_extraction.cc:302] Features: 9469 (SIFT)
394
+ I20260319 15:34:11.932704 0x16c953000 feature_extraction.cc:280] Processed file [66/103]
395
+ I20260319 15:34:11.932748 0x16c953000 feature_extraction.cc:283] Name: IMG_2138.jpg
396
+ I20260319 15:34:11.932758 0x16c953000 feature_extraction.cc:292] Dimensions: 2000 x 2000
397
+ I20260319 15:34:11.932765 0x16c953000 feature_extraction.cc:295] Camera: #1 - SIMPLE_RADIAL
398
+ I20260319 15:34:11.932772 0x16c953000 feature_extraction.cc:298] Focal Length: 2400.00px
399
+ I20260319 15:34:11.932780 0x16c953000 feature_extraction.cc:302] Features: 9210 (SIFT)
400
+ I20260319 15:34:12.112961 0x16c953000 feature_extraction.cc:280] Processed file [67/103]
401
+ I20260319 15:34:12.113004 0x16c953000 feature_extraction.cc:283] Name: IMG_2139.jpg
402
+ I20260319 15:34:12.113011 0x16c953000 feature_extraction.cc:292] Dimensions: 2000 x 2000
403
+ I20260319 15:34:12.113017 0x16c953000 feature_extraction.cc:295] Camera: #1 - SIMPLE_RADIAL
404
+ I20260319 15:34:12.113023 0x16c953000 feature_extraction.cc:298] Focal Length: 2400.00px
405
+ I20260319 15:34:12.113030 0x16c953000 feature_extraction.cc:302] Features: 13546 (SIFT)
406
+ I20260319 15:34:12.275518 0x16c953000 feature_extraction.cc:280] Processed file [68/103]
407
+ I20260319 15:34:12.275553 0x16c953000 feature_extraction.cc:283] Name: IMG_2140.jpg
408
+ I20260319 15:34:12.275560 0x16c953000 feature_extraction.cc:292] Dimensions: 2000 x 2000
409
+ I20260319 15:34:12.275566 0x16c953000 feature_extraction.cc:295] Camera: #1 - SIMPLE_RADIAL
410
+ I20260319 15:34:12.275572 0x16c953000 feature_extraction.cc:298] Focal Length: 2400.00px
411
+ I20260319 15:34:12.275579 0x16c953000 feature_extraction.cc:302] Features: 11926 (SIFT)
412
+ I20260319 15:34:12.478904 0x16c953000 feature_extraction.cc:280] Processed file [69/103]
413
+ I20260319 15:34:12.478936 0x16c953000 feature_extraction.cc:283] Name: IMG_2141.jpg
414
+ I20260319 15:34:12.478944 0x16c953000 feature_extraction.cc:292] Dimensions: 2000 x 2000
415
+ I20260319 15:34:12.478951 0x16c953000 feature_extraction.cc:295] Camera: #1 - SIMPLE_RADIAL
416
+ I20260319 15:34:12.478962 0x16c953000 feature_extraction.cc:298] Focal Length: 2400.00px
417
+ I20260319 15:34:12.478971 0x16c953000 feature_extraction.cc:302] Features: 10787 (SIFT)
418
+ I20260319 15:34:12.693724 0x16c953000 feature_extraction.cc:280] Processed file [70/103]
419
+ I20260319 15:34:12.693824 0x16c953000 feature_extraction.cc:283] Name: IMG_2142.jpg
420
+ I20260319 15:34:12.693847 0x16c953000 feature_extraction.cc:292] Dimensions: 2000 x 2000
421
+ I20260319 15:34:12.693863 0x16c953000 feature_extraction.cc:295] Camera: #1 - SIMPLE_RADIAL
422
+ I20260319 15:34:12.693879 0x16c953000 feature_extraction.cc:298] Focal Length: 2400.00px
423
+ I20260319 15:34:12.693900 0x16c953000 feature_extraction.cc:302] Features: 8891 (SIFT)
424
+ I20260319 15:34:12.925868 0x16c953000 feature_extraction.cc:280] Processed file [71/103]
425
+ I20260319 15:34:12.925914 0x16c953000 feature_extraction.cc:283] Name: IMG_2143.jpg
426
+ I20260319 15:34:12.925926 0x16c953000 feature_extraction.cc:292] Dimensions: 2000 x 2000
427
+ I20260319 15:34:12.925935 0x16c953000 feature_extraction.cc:295] Camera: #1 - SIMPLE_RADIAL
428
+ I20260319 15:34:12.925945 0x16c953000 feature_extraction.cc:298] Focal Length: 2400.00px
429
+ I20260319 15:34:12.925955 0x16c953000 feature_extraction.cc:302] Features: 8861 (SIFT)
430
+ I20260319 15:34:13.164310 0x16c953000 feature_extraction.cc:280] Processed file [72/103]
431
+ I20260319 15:34:13.164399 0x16c953000 feature_extraction.cc:283] Name: IMG_2144.jpg
432
+ I20260319 15:34:13.164410 0x16c953000 feature_extraction.cc:292] Dimensions: 2000 x 2000
433
+ I20260319 15:34:13.164419 0x16c953000 feature_extraction.cc:295] Camera: #1 - SIMPLE_RADIAL
434
+ I20260319 15:34:13.164427 0x16c953000 feature_extraction.cc:298] Focal Length: 2400.00px
435
+ I20260319 15:34:13.164438 0x16c953000 feature_extraction.cc:302] Features: 8999 (SIFT)
436
+ I20260319 15:34:13.358855 0x16c953000 feature_extraction.cc:280] Processed file [73/103]
437
+ I20260319 15:34:13.358953 0x16c953000 feature_extraction.cc:283] Name: IMG_2145.jpg
438
+ I20260319 15:34:13.358966 0x16c953000 feature_extraction.cc:292] Dimensions: 2000 x 2000
439
+ I20260319 15:34:13.358977 0x16c953000 feature_extraction.cc:295] Camera: #1 - SIMPLE_RADIAL
440
+ I20260319 15:34:13.358990 0x16c953000 feature_extraction.cc:298] Focal Length: 2400.00px
441
+ I20260319 15:34:13.359002 0x16c953000 feature_extraction.cc:302] Features: 9726 (SIFT)
442
+ I20260319 15:34:13.572394 0x16c953000 feature_extraction.cc:280] Processed file [74/103]
443
+ I20260319 15:34:13.572463 0x16c953000 feature_extraction.cc:283] Name: IMG_2146.jpg
444
+ I20260319 15:34:13.572475 0x16c953000 feature_extraction.cc:292] Dimensions: 2000 x 2000
445
+ I20260319 15:34:13.572486 0x16c953000 feature_extraction.cc:295] Camera: #1 - SIMPLE_RADIAL
446
+ I20260319 15:34:13.572498 0x16c953000 feature_extraction.cc:298] Focal Length: 2400.00px
447
+ I20260319 15:34:13.572510 0x16c953000 feature_extraction.cc:302] Features: 10485 (SIFT)
448
+ I20260319 15:34:13.817509 0x16c953000 feature_extraction.cc:280] Processed file [75/103]
449
+ I20260319 15:34:13.817549 0x16c953000 feature_extraction.cc:283] Name: IMG_2147.jpg
450
+ I20260319 15:34:13.817560 0x16c953000 feature_extraction.cc:292] Dimensions: 2000 x 2000
451
+ I20260319 15:34:13.817570 0x16c953000 feature_extraction.cc:295] Camera: #1 - SIMPLE_RADIAL
452
+ I20260319 15:34:13.817579 0x16c953000 feature_extraction.cc:298] Focal Length: 2400.00px
453
+ I20260319 15:34:13.817588 0x16c953000 feature_extraction.cc:302] Features: 10788 (SIFT)
454
+ I20260319 15:34:14.054385 0x16c953000 feature_extraction.cc:280] Processed file [76/103]
455
+ I20260319 15:34:14.054434 0x16c953000 feature_extraction.cc:283] Name: IMG_2148.jpg
456
+ I20260319 15:34:14.054445 0x16c953000 feature_extraction.cc:292] Dimensions: 2000 x 2000
457
+ I20260319 15:34:14.054454 0x16c953000 feature_extraction.cc:295] Camera: #1 - SIMPLE_RADIAL
458
+ I20260319 15:34:14.054462 0x16c953000 feature_extraction.cc:298] Focal Length: 2400.00px
459
+ I20260319 15:34:14.054472 0x16c953000 feature_extraction.cc:302] Features: 11434 (SIFT)
460
+ I20260319 15:34:14.299056 0x16c953000 feature_extraction.cc:280] Processed file [77/103]
461
+ I20260319 15:34:14.299135 0x16c953000 feature_extraction.cc:283] Name: IMG_2149.jpg
462
+ I20260319 15:34:14.299147 0x16c953000 feature_extraction.cc:292] Dimensions: 2000 x 2000
463
+ I20260319 15:34:14.299156 0x16c953000 feature_extraction.cc:295] Camera: #1 - SIMPLE_RADIAL
464
+ I20260319 15:34:14.299173 0x16c953000 feature_extraction.cc:298] Focal Length: 2400.00px
465
+ I20260319 15:34:14.299188 0x16c953000 feature_extraction.cc:302] Features: 11989 (SIFT)
466
+ I20260319 15:34:14.539921 0x16c953000 feature_extraction.cc:280] Processed file [78/103]
467
+ I20260319 15:34:14.539964 0x16c953000 feature_extraction.cc:283] Name: IMG_2150.jpg
468
+ I20260319 15:34:14.539975 0x16c953000 feature_extraction.cc:292] Dimensions: 2000 x 2000
469
+ I20260319 15:34:14.539983 0x16c953000 feature_extraction.cc:295] Camera: #1 - SIMPLE_RADIAL
470
+ I20260319 15:34:14.539992 0x16c953000 feature_extraction.cc:298] Focal Length: 2400.00px
471
+ I20260319 15:34:14.540002 0x16c953000 feature_extraction.cc:302] Features: 12411 (SIFT)
472
+ I20260319 15:34:14.825618 0x16c953000 feature_extraction.cc:280] Processed file [79/103]
473
+ I20260319 15:34:14.826930 0x16c953000 feature_extraction.cc:283] Name: IMG_2151.jpg
474
+ I20260319 15:34:14.827307 0x16c953000 feature_extraction.cc:292] Dimensions: 2000 x 2000
475
+ I20260319 15:34:14.827338 0x16c953000 feature_extraction.cc:295] Camera: #1 - SIMPLE_RADIAL
476
+ I20260319 15:34:14.827351 0x16c953000 feature_extraction.cc:298] Focal Length: 2400.00px
477
+ I20260319 15:34:14.827366 0x16c953000 feature_extraction.cc:302] Features: 11094 (SIFT)
478
+ I20260319 15:34:15.024778 0x16c953000 feature_extraction.cc:280] Processed file [80/103]
479
+ I20260319 15:34:15.024819 0x16c953000 feature_extraction.cc:283] Name: IMG_2152.jpg
480
+ I20260319 15:34:15.024831 0x16c953000 feature_extraction.cc:292] Dimensions: 2000 x 2000
481
+ I20260319 15:34:15.024841 0x16c953000 feature_extraction.cc:295] Camera: #1 - SIMPLE_RADIAL
482
+ I20260319 15:34:15.024850 0x16c953000 feature_extraction.cc:298] Focal Length: 2400.00px
483
+ I20260319 15:34:15.024861 0x16c953000 feature_extraction.cc:302] Features: 9150 (SIFT)
484
+ I20260319 15:34:15.248907 0x16c953000 feature_extraction.cc:280] Processed file [81/103]
485
+ I20260319 15:34:15.251613 0x16c953000 feature_extraction.cc:283] Name: IMG_2153.jpg
486
+ I20260319 15:34:15.251641 0x16c953000 feature_extraction.cc:292] Dimensions: 2000 x 2000
487
+ I20260319 15:34:15.251652 0x16c953000 feature_extraction.cc:295] Camera: #1 - SIMPLE_RADIAL
488
+ I20260319 15:34:15.251662 0x16c953000 feature_extraction.cc:298] Focal Length: 2400.00px
489
+ I20260319 15:34:15.251673 0x16c953000 feature_extraction.cc:302] Features: 9352 (SIFT)
490
+ I20260319 15:34:15.481080 0x16c953000 feature_extraction.cc:280] Processed file [82/103]
491
+ I20260319 15:34:15.481141 0x16c953000 feature_extraction.cc:283] Name: IMG_2154.jpg
492
+ I20260319 15:34:15.481154 0x16c953000 feature_extraction.cc:292] Dimensions: 2000 x 2000
493
+ I20260319 15:34:15.481164 0x16c953000 feature_extraction.cc:295] Camera: #1 - SIMPLE_RADIAL
494
+ I20260319 15:34:15.481175 0x16c953000 feature_extraction.cc:298] Focal Length: 2400.00px
495
+ I20260319 15:34:15.481186 0x16c953000 feature_extraction.cc:302] Features: 10962 (SIFT)
496
+ I20260319 15:34:15.968461 0x16c953000 feature_extraction.cc:280] Processed file [83/103]
497
+ I20260319 15:34:15.968526 0x16c953000 feature_extraction.cc:283] Name: IMG_2155.jpg
498
+ I20260319 15:34:15.968540 0x16c953000 feature_extraction.cc:292] Dimensions: 2000 x 2000
499
+ I20260319 15:34:15.968550 0x16c953000 feature_extraction.cc:295] Camera: #1 - SIMPLE_RADIAL
500
+ I20260319 15:34:15.968559 0x16c953000 feature_extraction.cc:298] Focal Length: 2400.00px
501
+ I20260319 15:34:15.968570 0x16c953000 feature_extraction.cc:302] Features: 9497 (SIFT)
502
+ I20260319 15:34:16.495263 0x16c953000 feature_extraction.cc:280] Processed file [84/103]
503
+ I20260319 15:34:16.495356 0x16c953000 feature_extraction.cc:283] Name: IMG_2156.jpg
504
+ I20260319 15:34:16.495372 0x16c953000 feature_extraction.cc:292] Dimensions: 2000 x 2000
505
+ I20260319 15:34:16.495385 0x16c953000 feature_extraction.cc:295] Camera: #1 - SIMPLE_RADIAL
506
+ I20260319 15:34:16.495396 0x16c953000 feature_extraction.cc:298] Focal Length: 2400.00px
507
+ I20260319 15:34:16.495410 0x16c953000 feature_extraction.cc:302] Features: 9855 (SIFT)
508
+ I20260319 15:34:16.985825 0x16c953000 feature_extraction.cc:280] Processed file [85/103]
509
+ I20260319 15:34:16.985900 0x16c953000 feature_extraction.cc:283] Name: IMG_2157.jpg
510
+ I20260319 15:34:16.985914 0x16c953000 feature_extraction.cc:292] Dimensions: 2000 x 2000
511
+ I20260319 15:34:16.985924 0x16c953000 feature_extraction.cc:295] Camera: #1 - SIMPLE_RADIAL
512
+ I20260319 15:34:16.985933 0x16c953000 feature_extraction.cc:298] Focal Length: 2400.00px
513
+ I20260319 15:34:16.985944 0x16c953000 feature_extraction.cc:302] Features: 10981 (SIFT)
514
+ I20260319 15:34:17.432724 0x16c953000 feature_extraction.cc:280] Processed file [86/103]
515
+ I20260319 15:34:17.432852 0x16c953000 feature_extraction.cc:283] Name: IMG_2158.jpg
516
+ I20260319 15:34:17.432891 0x16c953000 feature_extraction.cc:292] Dimensions: 2000 x 2000
517
+ I20260319 15:34:17.432900 0x16c953000 feature_extraction.cc:295] Camera: #1 - SIMPLE_RADIAL
518
+ I20260319 15:34:17.432909 0x16c953000 feature_extraction.cc:298] Focal Length: 2400.00px
519
+ I20260319 15:34:17.432921 0x16c953000 feature_extraction.cc:302] Features: 10298 (SIFT)
520
+ I20260319 15:34:17.869562 0x16c953000 feature_extraction.cc:280] Processed file [87/103]
521
+ I20260319 15:34:17.869609 0x16c953000 feature_extraction.cc:283] Name: IMG_2159.jpg
522
+ I20260319 15:34:17.869618 0x16c953000 feature_extraction.cc:292] Dimensions: 2000 x 2000
523
+ I20260319 15:34:17.869625 0x16c953000 feature_extraction.cc:295] Camera: #1 - SIMPLE_RADIAL
524
+ I20260319 15:34:17.869632 0x16c953000 feature_extraction.cc:298] Focal Length: 2400.00px
525
+ I20260319 15:34:17.869639 0x16c953000 feature_extraction.cc:302] Features: 10099 (SIFT)
526
+ I20260319 15:34:18.286648 0x16c953000 feature_extraction.cc:280] Processed file [88/103]
527
+ I20260319 15:34:18.286745 0x16c953000 feature_extraction.cc:283] Name: IMG_2160.jpg
528
+ I20260319 15:34:18.286759 0x16c953000 feature_extraction.cc:292] Dimensions: 2000 x 2000
529
+ I20260319 15:34:18.286770 0x16c953000 feature_extraction.cc:295] Camera: #1 - SIMPLE_RADIAL
530
+ I20260319 15:34:18.286782 0x16c953000 feature_extraction.cc:298] Focal Length: 2400.00px
531
+ I20260319 15:34:18.286794 0x16c953000 feature_extraction.cc:302] Features: 8481 (SIFT)
532
+ I20260319 15:34:18.782972 0x16c953000 feature_extraction.cc:280] Processed file [89/103]
533
+ I20260319 15:34:18.783045 0x16c953000 feature_extraction.cc:283] Name: IMG_2161.jpg
534
+ I20260319 15:34:18.783057 0x16c953000 feature_extraction.cc:292] Dimensions: 2000 x 2000
535
+ I20260319 15:34:18.783065 0x16c953000 feature_extraction.cc:295] Camera: #1 - SIMPLE_RADIAL
536
+ I20260319 15:34:18.783074 0x16c953000 feature_extraction.cc:298] Focal Length: 2400.00px
537
+ I20260319 15:34:18.783084 0x16c953000 feature_extraction.cc:302] Features: 11160 (SIFT)
538
+ I20260319 15:34:19.263527 0x16c953000 feature_extraction.cc:280] Processed file [90/103]
539
+ I20260319 15:34:19.263582 0x16c953000 feature_extraction.cc:283] Name: IMG_2162.jpg
540
+ I20260319 15:34:19.263595 0x16c953000 feature_extraction.cc:292] Dimensions: 2000 x 2000
541
+ I20260319 15:34:19.263603 0x16c953000 feature_extraction.cc:295] Camera: #1 - SIMPLE_RADIAL
542
+ I20260319 15:34:19.263611 0x16c953000 feature_extraction.cc:298] Focal Length: 2400.00px
543
+ I20260319 15:34:19.263621 0x16c953000 feature_extraction.cc:302] Features: 11802 (SIFT)
544
+ I20260319 15:34:19.785537 0x16c953000 feature_extraction.cc:280] Processed file [91/103]
545
+ I20260319 15:34:19.785588 0x16c953000 feature_extraction.cc:283] Name: IMG_2163.jpg
546
+ I20260319 15:34:19.785597 0x16c953000 feature_extraction.cc:292] Dimensions: 2000 x 2000
547
+ I20260319 15:34:19.785604 0x16c953000 feature_extraction.cc:295] Camera: #1 - SIMPLE_RADIAL
548
+ I20260319 15:34:19.785610 0x16c953000 feature_extraction.cc:298] Focal Length: 2400.00px
549
+ I20260319 15:34:19.785618 0x16c953000 feature_extraction.cc:302] Features: 10720 (SIFT)
550
+ I20260319 15:34:20.203858 0x16c953000 feature_extraction.cc:280] Processed file [92/103]
551
+ I20260319 15:34:20.203940 0x16c953000 feature_extraction.cc:283] Name: IMG_2164.jpg
552
+ I20260319 15:34:20.203955 0x16c953000 feature_extraction.cc:292] Dimensions: 2000 x 2000
553
+ I20260319 15:34:20.203965 0x16c953000 feature_extraction.cc:295] Camera: #1 - SIMPLE_RADIAL
554
+ I20260319 15:34:20.203976 0x16c953000 feature_extraction.cc:298] Focal Length: 2400.00px
555
+ I20260319 15:34:20.203988 0x16c953000 feature_extraction.cc:302] Features: 8983 (SIFT)
556
+ I20260319 15:34:20.468791 0x16c953000 feature_extraction.cc:280] Processed file [93/103]
557
+ I20260319 15:34:20.468858 0x16c953000 feature_extraction.cc:283] Name: IMG_2165.jpg
558
+ I20260319 15:34:20.468881 0x16c953000 feature_extraction.cc:292] Dimensions: 2000 x 2000
559
+ I20260319 15:34:20.468908 0x16c953000 feature_extraction.cc:295] Camera: #1 - SIMPLE_RADIAL
560
+ I20260319 15:34:20.468915 0x16c953000 feature_extraction.cc:298] Focal Length: 2400.00px
561
+ I20260319 15:34:20.468922 0x16c953000 feature_extraction.cc:302] Features: 8993 (SIFT)
562
+ I20260319 15:34:20.767950 0x16c953000 feature_extraction.cc:280] Processed file [94/103]
563
+ I20260319 15:34:20.768000 0x16c953000 feature_extraction.cc:283] Name: IMG_2166.jpg
564
+ I20260319 15:34:20.768009 0x16c953000 feature_extraction.cc:292] Dimensions: 2000 x 2000
565
+ I20260319 15:34:20.768016 0x16c953000 feature_extraction.cc:295] Camera: #1 - SIMPLE_RADIAL
566
+ I20260319 15:34:20.768022 0x16c953000 feature_extraction.cc:298] Focal Length: 2400.00px
567
+ I20260319 15:34:20.768029 0x16c953000 feature_extraction.cc:302] Features: 9890 (SIFT)
568
+ I20260319 15:34:21.046258 0x16c953000 feature_extraction.cc:280] Processed file [95/103]
569
+ I20260319 15:34:21.046332 0x16c953000 feature_extraction.cc:283] Name: IMG_2167.jpg
570
+ I20260319 15:34:21.046342 0x16c953000 feature_extraction.cc:292] Dimensions: 2000 x 2000
571
+ I20260319 15:34:21.046350 0x16c953000 feature_extraction.cc:295] Camera: #1 - SIMPLE_RADIAL
572
+ I20260319 15:34:21.046358 0x16c953000 feature_extraction.cc:298] Focal Length: 2400.00px
573
+ I20260319 15:34:21.046368 0x16c953000 feature_extraction.cc:302] Features: 10690 (SIFT)
574
+ I20260319 15:34:21.345510 0x16c953000 feature_extraction.cc:280] Processed file [96/103]
575
+ I20260319 15:34:21.345549 0x16c953000 feature_extraction.cc:283] Name: IMG_2168.jpg
576
+ I20260319 15:34:21.345556 0x16c953000 feature_extraction.cc:292] Dimensions: 2000 x 2000
577
+ I20260319 15:34:21.345562 0x16c953000 feature_extraction.cc:295] Camera: #1 - SIMPLE_RADIAL
578
+ I20260319 15:34:21.345568 0x16c953000 feature_extraction.cc:298] Focal Length: 2400.00px
579
+ I20260319 15:34:21.345575 0x16c953000 feature_extraction.cc:302] Features: 12467 (SIFT)
580
+ I20260319 15:34:21.702879 0x16c953000 feature_extraction.cc:280] Processed file [97/103]
581
+ I20260319 15:34:21.703001 0x16c953000 feature_extraction.cc:283] Name: IMG_2169.jpg
582
+ I20260319 15:34:21.703035 0x16c953000 feature_extraction.cc:292] Dimensions: 2000 x 2000
583
+ I20260319 15:34:21.703055 0x16c953000 feature_extraction.cc:295] Camera: #1 - SIMPLE_RADIAL
584
+ I20260319 15:34:21.703074 0x16c953000 feature_extraction.cc:298] Focal Length: 2400.00px
585
+ I20260319 15:34:21.703098 0x16c953000 feature_extraction.cc:302] Features: 13969 (SIFT)
586
+ I20260319 15:34:22.019884 0x16c953000 feature_extraction.cc:280] Processed file [98/103]
587
+ I20260319 15:34:22.019948 0x16c953000 feature_extraction.cc:283] Name: IMG_2170.jpg
588
+ I20260319 15:34:22.019961 0x16c953000 feature_extraction.cc:292] Dimensions: 2000 x 2000
589
+ I20260319 15:34:22.019970 0x16c953000 feature_extraction.cc:295] Camera: #1 - SIMPLE_RADIAL
590
+ I20260319 15:34:22.019981 0x16c953000 feature_extraction.cc:298] Focal Length: 2400.00px
591
+ I20260319 15:34:22.019993 0x16c953000 feature_extraction.cc:302] Features: 14679 (SIFT)
592
+ I20260319 15:34:22.327173 0x16c953000 feature_extraction.cc:280] Processed file [99/103]
593
+ I20260319 15:34:22.327248 0x16c953000 feature_extraction.cc:283] Name: IMG_2171.jpg
594
+ I20260319 15:34:22.327260 0x16c953000 feature_extraction.cc:292] Dimensions: 2000 x 2000
595
+ I20260319 15:34:22.327269 0x16c953000 feature_extraction.cc:295] Camera: #1 - SIMPLE_RADIAL
596
+ I20260319 15:34:22.327278 0x16c953000 feature_extraction.cc:298] Focal Length: 2400.00px
597
+ I20260319 15:34:22.327290 0x16c953000 feature_extraction.cc:302] Features: 8540 (SIFT)
598
+ I20260319 15:34:22.581077 0x16c953000 feature_extraction.cc:280] Processed file [100/103]
599
+ I20260319 15:34:22.581124 0x16c953000 feature_extraction.cc:283] Name: IMG_2172.jpg
600
+ I20260319 15:34:22.581146 0x16c953000 feature_extraction.cc:292] Dimensions: 2000 x 2000
601
+ I20260319 15:34:22.581154 0x16c953000 feature_extraction.cc:295] Camera: #1 - SIMPLE_RADIAL
602
+ I20260319 15:34:22.581174 0x16c953000 feature_extraction.cc:298] Focal Length: 2400.00px
603
+ I20260319 15:34:22.581182 0x16c953000 feature_extraction.cc:302] Features: 9393 (SIFT)
604
+ I20260319 15:34:22.877532 0x16c953000 feature_extraction.cc:280] Processed file [101/103]
605
+ I20260319 15:34:22.877573 0x16c953000 feature_extraction.cc:283] Name: IMG_2173.jpg
606
+ I20260319 15:34:22.877580 0x16c953000 feature_extraction.cc:292] Dimensions: 2000 x 2000
607
+ I20260319 15:34:22.877586 0x16c953000 feature_extraction.cc:295] Camera: #1 - SIMPLE_RADIAL
608
+ I20260319 15:34:22.877592 0x16c953000 feature_extraction.cc:298] Focal Length: 2400.00px
609
+ I20260319 15:34:22.877600 0x16c953000 feature_extraction.cc:302] Features: 8744 (SIFT)
610
+ I20260319 15:34:23.126369 0x16c953000 feature_extraction.cc:280] Processed file [102/103]
611
+ I20260319 15:34:23.126407 0x16c953000 feature_extraction.cc:283] Name: IMG_2174.jpg
612
+ I20260319 15:34:23.126414 0x16c953000 feature_extraction.cc:292] Dimensions: 2000 x 2000
613
+ I20260319 15:34:23.126418 0x16c953000 feature_extraction.cc:295] Camera: #1 - SIMPLE_RADIAL
614
+ I20260319 15:34:23.126423 0x16c953000 feature_extraction.cc:298] Focal Length: 2400.00px
615
+ I20260319 15:34:23.126430 0x16c953000 feature_extraction.cc:302] Features: 8887 (SIFT)
616
+ I20260319 15:34:23.449159 0x16c953000 feature_extraction.cc:280] Processed file [103/103]
617
+ I20260319 15:34:23.449208 0x16c953000 feature_extraction.cc:283] Name: IMG_2175.jpg
618
+ I20260319 15:34:23.449218 0x16c953000 feature_extraction.cc:292] Dimensions: 2000 x 2000
619
+ I20260319 15:34:23.449227 0x16c953000 feature_extraction.cc:295] Camera: #1 - SIMPLE_RADIAL
620
+ I20260319 15:34:23.449235 0x16c953000 feature_extraction.cc:298] Focal Length: 2400.00px
621
+ I20260319 15:34:23.449245 0x16c953000 feature_extraction.cc:302] Features: 8625 (SIFT)
622
+ I20260319 15:34:23.458161 0x16c093000 timer.cc:90] Elapsed time: 0.383 [minutes]
623
+ [15:34:54] Starting exhaustive_matcher...
624
+ I20260319 15:34:54.799466 0x16fd73000 feature_matching.cc:195] === Feature matching & geometric verification ===
625
+ I20260319 15:34:54.837877 0x16fdff000 sift.cc:1547] Creating SIFT GPU feature matcher
626
+ I20260319 15:34:54.871952 0x16fd73000 pairing.cc:180] Generating exhaustive image pairs...
627
+ I20260319 15:34:54.871986 0x16fd73000 pairing.cc:213] Processing block [1/3, 1/3]
628
+ I20260319 15:35:56.947776 0x16fd73000 feature_matching.cc:217] in 62.076s
629
+ I20260319 15:35:56.947940 0x16fd73000 pairing.cc:213] Processing block [1/3, 2/3]
630
+ I20260319 15:37:56.253455 0x16fd73000 feature_matching.cc:217] in 119.305s
631
+ I20260319 15:37:56.254066 0x16fd73000 pairing.cc:213] Processing block [1/3, 3/3]
632
+ I20260319 15:37:56.490309 0x16fd73000 feature_matching.cc:217] in 0.236s
633
+ I20260319 15:37:56.490400 0x16fd73000 pairing.cc:213] Processing block [2/3, 1/3]
634
+ I20260319 15:39:00.193852 0x16fd73000 feature_matching.cc:217] in 63.703s
635
+ I20260319 15:39:00.193958 0x16fd73000 pairing.cc:213] Processing block [2/3, 2/3]
636
+ I20260319 15:41:45.555571 0x16fd73000 feature_matching.cc:217] in 165.362s
637
+ I20260319 15:41:45.556424 0x16fd73000 pairing.cc:213] Processing block [2/3, 3/3]
638
+ I20260319 15:41:45.837596 0x16fd73000 feature_matching.cc:217] in 0.281s
639
+ I20260319 15:41:45.837637 0x16fd73000 pairing.cc:213] Processing block [3/3, 1/3]
640
+ I20260319 15:41:54.706529 0x16fd73000 feature_matching.cc:217] in 8.869s
641
+ I20260319 15:41:54.706566 0x16fd73000 pairing.cc:213] Processing block [3/3, 2/3]
642
+ I20260319 15:42:10.177124 0x16fd73000 feature_matching.cc:217] in 15.471s
643
+ I20260319 15:42:10.177173 0x16fd73000 pairing.cc:213] Processing block [3/3, 3/3]
644
+ I20260319 15:42:10.465403 0x16fd73000 feature_matching.cc:217] in 0.288s
645
+ I20260319 15:42:10.465492 0x16fd73000 timer.cc:90] Elapsed time: 7.261 [minutes]
runs/2026-03-20-15000-Drus-MacBook-Pro/cameras.json ADDED
@@ -0,0 +1 @@
 
 
1
+ [{"fx":2931.61865234375,"fy":2937.04345703125,"height":1999,"id":0,"img_name":"IMG_2132.jpg","position":[0.15403006970882416,-0.028844116255640984,-0.8801471590995789],"rotation":[[0.9998595118522644,0.008865629322826862,-0.014227088540792465],[-0.009343416430056095,0.9993823766708374,-0.03387543559074402],[0.013917975127696991,0.0340036079287529,0.9993247985839844]],"width":1999},{"fx":2931.61865234375,"fy":2937.04345703125,"height":1999,"id":1,"img_name":"IMG_2128.jpg","position":[0.13876888155937195,-0.36960098147392273,-0.8177850842475891],"rotation":[[0.9975086450576782,0.0705437883734703,-0.00035978108644485474],[-0.06667102128267288,0.9443888664245605,0.3220009207725525],[0.0230549369007349,-0.321174681186676,0.9467393159866333]],"width":1999},{"fx":2931.61865234375,"fy":2937.04345703125,"height":1999,"id":2,"img_name":"IMG_2129.jpg","position":[0.1465374082326889,-0.25515705347061157,-0.8528693318367004],"rotation":[[0.9987037777900696,0.05029498040676117,-0.00781897734850645],[-0.04767988622188568,0.9781987071037292,0.2021235078573227],[0.017814312130212784,-0.20148871839046478,0.9793288111686707]],"width":1999},{"fx":2931.61865234375,"fy":2937.04345703125,"height":1999,"id":3,"img_name":"IMG_2130.jpg","position":[0.1491679847240448,-0.195435032248497,-0.8654181361198425],"rotation":[[0.9991742968559265,0.039345622062683105,-0.01013408787548542],[-0.037545956671237946,0.989471971988678,0.13976958394050598],[0.015526717528700829,-0.13927367329597473,0.990132212638855]],"width":1999},{"fx":2931.61865234375,"fy":2937.04345703125,"height":1999,"id":4,"img_name":"IMG_2131.jpg","position":[0.1526244878768921,-0.11605900526046753,-0.8761388063430786],"rotation":[[0.9995999932289124,0.02498476579785347,-0.01325302291661501],[-0.024194534868001938,0.998094379901886,0.056764353066682816],[0.014646011404693127,-0.05642099305987358,0.9982996582984924]],"width":1999},{"fx":2931.61865234375,"fy":2937.04345703125,"height":1999,"id":5,"img_name":"IMG_2133.jpg","position":[0.15459808707237244,0.04045684635639191,-0.8777061700820923],"rotation":[[0.9998878240585327,-0.003755931742489338,-0.014498639851808548],[0.002201555762439966,0.9943879842758179,-0.10577163100242615],[0.014814544469118118,0.10572785139083862,0.9942847490310669]],"width":1999},{"fx":2931.61865234375,"fy":2937.04345703125,"height":1999,"id":6,"img_name":"IMG_2134.jpg","position":[0.1540868580341339,0.11884346604347229,-0.8687761425971985],"rotation":[[0.9997398853302002,-0.018350914120674133,-0.01354376133531332],[0.015504114329814911,0.9823247194290161,-0.18654166162014008],[0.01672758162021637,0.1862831562757492,0.982353687286377]],"width":1999},{"fx":2931.61865234375,"fy":2937.04345703125,"height":1999,"id":7,"img_name":"IMG_2074.jpg","position":[0.1546677201986313,0.14306925237178802,-0.8717427849769592],"rotation":[[0.9996740818023682,-0.02142869122326374,-0.013875406235456467],[0.018132800236344337,0.9786095023155212,-0.20492593944072723],[0.017969898879528046,0.20460756123065948,0.9786791205406189]],"width":1999},{"fx":2931.61865234375,"fy":2937.04345703125,"height":1999,"id":8,"img_name":"IMG_2073.jpg","position":[0.15372870862483978,-0.1238042339682579,-0.8827279210090637],"rotation":[[0.9995302557945251,0.027124108746647835,-0.01426749024540186],[-0.02607552520930767,0.9972651600837708,0.06915398687124252],[0.016104210168123245,-0.06874946504831314,0.9975039958953857]],"width":1999},{"fx":2092.700927734375,"fy":2099.19287109375,"height":1999,"id":9,"img_name":"IMG_2072.jpg","position":[0.1526680290699005,-0.13377878069877625,-0.8659268617630005],"rotation":[[0.9996848106384277,0.02075265161693096,-0.014128611423075199],[-0.02029598318040371,0.9992902874946594,0.031732626259326935],[0.014777121134102345,-0.03143586963415146,0.9993965029716492]],"width":1999},{"fx":2931.61865234375,"fy":2937.04345703125,"height":1999,"id":10,"img_name":"IMG_2127.jpg","position":[0.1335986852645874,-0.4282675087451935,-0.7935447096824646],"rotation":[[0.9966883063316345,0.0811861976981163,0.00461157038807869],[-0.07674241811037064,0.9203506708145142,0.38349080085754395],[0.026889897882938385,-0.3825746774673462,0.9235332012176514]],"width":1999},{"fx":2931.61865234375,"fy":2937.04345703125,"height":1999,"id":11,"img_name":"IMG_2126.jpg","position":[0.12486153095960617,-0.5112831592559814,-0.7507790327072144],"rotation":[[0.9952723979949951,0.09622277319431305,0.013191682286560535],[-0.0910760760307312,0.8774822950363159,0.47088220715522766],[0.033734120428562164,-0.46985748410224915,0.8820974826812744]],"width":1999},{"fx":2931.61865234375,"fy":2937.04345703125,"height":1999,"id":12,"img_name":"IMG_2125.jpg","position":[0.11510051041841507,-0.5897053480148315,-0.7003027200698853],"rotation":[[0.993660569190979,0.11005578190088272,0.022942665964365005],[-0.10428967326879501,0.8261798620223999,0.5536699891090393],[0.04197981581091881,-0.5525527596473694,0.8324200510978699]],"width":1999},{"fx":2931.61865234375,"fy":2937.04345703125,"height":1999,"id":13,"img_name":"IMG_2075.jpg","position":[0.14875738322734833,0.3266700506210327,-0.8196383118629456],"rotation":[[0.9984468817710876,-0.055261604487895966,-0.007069612853229046],[0.04804249107837677,0.918289065361023,-0.39298489689826965],[0.02820892259478569,0.3920349180698395,0.9195177555084229]],"width":1999},{"fx":2931.61865234375,"fy":2937.04345703125,"height":1999,"id":14,"img_name":"IMG_2124.jpg","position":[0.10293981432914734,-0.6721866130828857,-0.6339085102081299],"rotation":[[0.99153733253479,0.12497874349355698,0.03512955084443092],[-0.11826575547456741,0.7579689621925354,0.6414796710014343],[0.05354422703385353,-0.6402056813240051,0.7663352489471436]],"width":1999},{"fx":2931.61865234375,"fy":2937.04345703125,"height":1999,"id":15,"img_name":"IMG_2123.jpg","position":[0.09280707687139511,-0.7257398962974548,-0.5818209648132324],"rotation":[[0.9899266362190247,0.13414634764194489,0.045276813209056854],[-0.12736563384532928,0.7041054964065552,0.6985796689987183],[0.0618322491645813,-0.6973093748092651,0.7140983939170837]],"width":1999},{"fx":2931.61865234375,"fy":2937.04345703125,"height":1999,"id":16,"img_name":"IMG_2122.jpg","position":[0.0784827172756195,-0.7900170683860779,-0.5068936347961426],"rotation":[[0.9876182675361633,0.1450672447681427,0.05971271172165871],[-0.13838064670562744,0.6262990832328796,0.7672028541564941],[0.07389800250530243,-0.7659666538238525,0.6386189460754395]],"width":1999},{"fx":2931.61865234375,"fy":2937.04345703125,"height":1999,"id":17,"img_name":"IMG_2076.jpg","position":[0.14155924320220947,0.4355442523956299,-0.7684239745140076],"rotation":[[0.9971606135368347,-0.07530080527067184,0.0007377360016107559],[0.06543708592653275,0.8616104125976563,-0.5033344030380249],[0.0372658371925354,0.5019534826278687,0.8640914559364319]],"width":1999},{"fx":2931.61865234375,"fy":2937.04345703125,"height":1999,"id":18,"img_name":"IMG_2077.jpg","position":[0.1292460709810257,0.5582023859024048,-0.6887203454971313],"rotation":[[0.9950417876243591,-0.0984397605061531,0.014191552996635437],[0.08550376445055008,0.7738006114959717,-0.6276318430900574],[0.05080249160528183,0.6257333159446716,0.7783809304237366]],"width":1999},{"fx":2931.61865234375,"fy":2937.04345703125,"height":1999,"id":19,"img_name":"IMG_2078.jpg","position":[0.11957055330276489,0.6277802586555481,-0.6292504072189331],"rotation":[[0.9933966398239136,-0.11197436600923538,0.024996958673000336],[0.09730858355760574,0.7068858742713928,-0.7006021738052368],[0.06077948212623596,0.6984082460403442,0.7131141424179077]],"width":1999},{"fx":2931.61865234375,"fy":2937.04345703125,"height":1999,"id":20,"img_name":"IMG_2079.jpg","position":[0.1098017692565918,0.6886357069015503,-0.5674984455108643],"rotation":[[0.9917104244232178,-0.12348858267068863,0.035510286688804626],[0.10692436248064041,0.6398458480834961,-0.7610285878181458],[0.07125722616910934,0.7585169672966003,0.6477457284927368]],"width":1999},{"fx":2931.61865234375,"fy":2937.04345703125,"height":1999,"id":21,"img_name":"IMG_2080.jpg","position":[0.09952306002378464,0.739683985710144,-0.505748987197876],"rotation":[[0.9900197386741638,-0.13304252922534943,0.04648260772228241],[0.1151055097579956,0.5730586051940918,-0.8113905191421509],[0.08131217956542969,0.8086429834365845,0.582653284072876]],"width":1999},{"fx":2931.61865234375,"fy":2937.04345703125,"height":1999,"id":22,"img_name":"IMG_2081.jpg","position":[0.08899237215518951,0.7824870944023132,-0.44427958130836487],"rotation":[[0.9883113503456116,-0.14114107191562653,0.0576186366379261],[0.12210976332426071,0.5066322088241577,-0.8534712791442871],[0.09126836061477661,0.8505311012268066,0.5179450511932373]],"width":1999},{"fx":2931.61865234375,"fy":2937.04345703125,"height":1999,"id":23,"img_name":"IMG_2082.jpg","position":[0.07903587073087692,0.8179880380630493,-0.38415974378585815],"rotation":[[0.9866151213645935,-0.14813734591007233,0.06816083937883377],[0.12770216166973114,0.4419793486595154,-0.8878887891769409],[0.10140379518270493,0.8847087621688843,0.4549809694290161]],"width":1999},{"fx":2931.61865234375,"fy":2937.04345703125,"height":1999,"id":24,"img_name":"IMG_2083.jpg","position":[0.05942641198635101,0.8703643083572388,-0.2696300745010376],"rotation":[[0.9833064079284668,-0.15871946513652802,0.08897531032562256],[0.13617227971553802,0.317566454410553,-0.9384075403213501],[0.12068796157836914,0.9348580837249756,0.3338783383369446]],"width":1999},{"fx":2931.61865234375,"fy":2937.04345703125,"height":1999,"id":25,"img_name":"IMG_2084.jpg","position":[0.044154707342386246,0.8988218307495117,-0.18106995522975922],"rotation":[[0.980789065361023,-0.1643945872783661,0.10501055419445038],[0.14063790440559387,0.22286313772201538,-0.9646518230438232],[0.1351805478334427,0.9608883857727051,0.24170184135437012]],"width":1999},{"fx":2931.61865234375,"fy":2937.04345703125,"height":1999,"id":26,"img_name":"IMG_2085.jpg","position":[0.030048063024878502,0.9165646433830261,-0.10097874701023102],"rotation":[[0.9784446954727173,-0.16818355023860931,0.11983417719602585],[0.14353664219379425,0.1366702914237976,-0.980162501335144],[0.14846943318843842,0.9762353897094727,0.15786480903625488]],"width":1999},{"fx":2931.61865234375,"fy":2937.04345703125,"height":1999,"id":27,"img_name":"IMG_2086.jpg","position":[0.01440296322107315,0.9257829785346985,-0.009183608926832676],"rotation":[[0.9754495024681091,-0.17140808701515198,0.13826605677604675],[0.14506497979164124,0.02773386240005493,-0.9890334010124207],[0.16569367051124573,0.9848096966743469,0.05191826820373535]],"width":1999},{"fx":2931.61865234375,"fy":2937.04345703125,"height":1999,"id":28,"img_name":"IMG_2087.jpg","position":[-0.004087250214070082,0.9278567433357239,0.0958898663520813],"rotation":[[0.9724075198173523,-0.17218272387981415,0.1574060618877411],[0.14479799568653107,-0.08356308937072754,-0.9859263300895691],[0.18291282653808594,0.9815142750740051,-0.056325674057006836]],"width":1999},{"fx":2931.61865234375,"fy":2937.04345703125,"height":1999,"id":29,"img_name":"IMG_2121.jpg","position":[0.061152148991823196,-0.8522778153419495,-0.41557011008262634],"rotation":[[0.9848724603652954,0.1550910919904709,0.07728543877601624],[-0.1491037756204605,0.5312563180923462,0.8339873552322388],[0.08828562498092651,-0.8328946828842163,0.5463443398475647]],"width":1999},{"fx":2931.61865234375,"fy":2937.04345703125,"height":1999,"id":30,"img_name":"IMG_2120.jpg","position":[0.048626773059368134,-0.8888009190559387,-0.3479034900665283],"rotation":[[0.9828358292579651,0.16102223098278046,0.09003087878227234],[-0.15551136434078217,0.4605932831764221,0.8738822340965271],[0.09924681484699249,-0.8728836178779602,0.47772836685180664]],"width":1999},{"fx":2931.61865234375,"fy":2937.04345703125,"height":1999,"id":31,"img_name":"IMG_2119.jpg","position":[0.03743085637688637,-0.9162904024124146,-0.2857862114906311],"rotation":[[0.980932891368866,0.16582216322422028,0.10135931521654129],[-0.16031105816364288,0.39554667472839355,0.9043468832969666],[0.10986841470003128,-0.9033525586128235,0.4145878553390503]],"width":1999},{"fx":2931.61865234375,"fy":2937.04345703125,"height":1999,"id":32,"img_name":"IMG_2088.jpg","position":[-0.025635885074734688,0.9146731495857239,0.2197837382555008],"rotation":[[0.9686844348907471,-0.1709010750055313,0.1801203340291977],[0.14136238396167755,-0.21678173542022705,-0.9659308195114136],[0.20412541925907135,0.9611443281173706,-0.18583405017852783]],"width":1999},{"fx":2931.61865234375,"fy":2937.04345703125,"height":1999,"id":33,"img_name":"IMG_2089.jpg","position":[-0.0437983013689518,0.8900490403175354,0.3260224461555481],"rotation":[[0.965785562992096,-0.16684794425964355,0.19854478538036346],[0.13562649488449097,-0.3276005983352661,-0.9350314140319824],[0.2210513800382614,0.9299677610397339,-0.2937629222869873]],"width":1999},{"fx":2931.61865234375,"fy":2937.04345703125,"height":1999,"id":34,"img_name":"IMG_2090.jpg","position":[-0.061561621725559235,0.8534526228904724,0.4227741062641144],"rotation":[[0.963295578956604,-0.16231293976306915,0.21381321549415588],[0.1319400817155838,-0.4073718786239624,-0.9036814570426941],[0.2337806522846222,0.8987229466438293,-0.37100398540496826]],"width":1999},{"fx":2931.61865234375,"fy":2937.04345703125,"height":1999,"id":35,"img_name":"IMG_2091.jpg","position":[-0.07213251292705536,0.8265030980110168,0.48103585839271545],"rotation":[[0.9615009427070618,-0.15815399587154388,0.2247292846441269],[0.12720619142055511,-0.46874141693115234,-0.8741282224655151],[0.24358679354190826,0.869062066078186,-0.4305771589279175]],"width":1999},{"fx":2931.61865234375,"fy":2937.04345703125,"height":1999,"id":36,"img_name":"IMG_2092.jpg","position":[-0.08780211955308914,0.7784356474876404,0.5647936463356018],"rotation":[[0.9588484764099121,-0.15041372179985046,0.24080127477645874],[0.1191575825214386,-0.5566328763961792,-0.82216876745224],[0.25770333409309387,0.8170285820960999,-0.5158036947250366]],"width":1999},{"fx":2931.61865234375,"fy":2937.04345703125,"height":1999,"id":37,"img_name":"IMG_2093.jpg","position":[-0.10143059492111206,0.7252825498580933,0.6388062238693237],"rotation":[[0.9566149711608887,-0.14120592176914215,0.25485026836395264],[0.10934490710496902,-0.6367719173431396,-0.7632596492767334],[0.270058274269104,0.7580121755599976,-0.593705415725708]],"width":1999},{"fx":2931.61865234375,"fy":2937.04345703125,"height":1999,"id":38,"img_name":"IMG_2094.jpg","position":[-0.11496477574110031,0.6629561185836792,0.7098411321640015],"rotation":[[0.9543213844299316,-0.1307455152273178,0.26865658164024353],[0.0987490862607956,-0.7106214761734009,-0.6966102719306946],[0.2819918096065521,0.6913196444511414,-0.6652501821517944]],"width":1999},{"fx":2931.61865234375,"fy":2937.04345703125,"height":1999,"id":39,"img_name":"IMG_2095.jpg","position":[-0.12899182736873627,0.5840840339660645,0.7826229333877563],"rotation":[[0.9520207047462463,-0.11713412404060364,0.282729834318161],[0.0853046327829361,-0.7856665849685669,-0.6127409338951111],[0.29390421509742737,0.6074602007865906,-0.7379788160324097]],"width":1999},{"fx":2931.61865234375,"fy":2937.04345703125,"height":1999,"id":40,"img_name":"IMG_2096.jpg","position":[-0.140136256814003,0.5067658424377441,0.8400688171386719],"rotation":[[0.9501980543136597,-0.10377468168735504,0.2938612401485443],[0.07193508744239807,-0.8444344997406006,-0.5308066606521606],[0.3032308518886566,0.5255104303359985,-0.7949150800704956]],"width":1999},{"fx":2931.61865234375,"fy":2937.04345703125,"height":1999,"id":41,"img_name":"IMG_2097.jpg","position":[-0.14643771946430206,0.45439520478248596,0.8725472092628479],"rotation":[[0.9491878747940063,-0.09464641660451889,0.30014073848724365],[0.06290305405855179,-0.8774043321609497,-0.4756101667881012],[0.3083595633506775,0.4703231751918793,-0.8268680572509766]],"width":1999},{"fx":2931.61865234375,"fy":2937.04345703125,"height":1999,"id":42,"img_name":"IMG_2098.jpg","position":[-0.15436148643493652,0.3792548179626465,0.9114609360694885],"rotation":[[0.9479268789291382,-0.08139733225107193,0.3079107999801636],[0.050088100135326385,-0.9166580438613892,-0.3965218961238861],[0.31452465057373047,0.3912964165210724,-0.8648477792739868]],"width":1999},{"fx":2931.61865234375,"fy":2937.04345703125,"height":1999,"id":43,"img_name":"IMG_2099.jpg","position":[-0.1593967080116272,0.32410457730293274,0.9348553419113159],"rotation":[[0.947081983089447,-0.07174220681190491,0.3128718137741089],[0.04071715101599693,-0.9399795532226563,-0.33879271149635315],[0.3183988332748413,0.33360370993614197,-0.8873165845870972]],"width":1999},{"fx":2931.61865234375,"fy":2937.04345703125,"height":1999,"id":44,"img_name":"IMG_2100.jpg","position":[-0.16641591489315033,0.22392866015434265,0.9677138924598694],"rotation":[[0.9460116624832153,-0.05392485111951828,0.31961554288864136],[0.02368210069835186,-0.971929669380188,-0.23407718539237976],[0.3232663869857788,0.22900891304016113,-0.9181797504425049]],"width":1999},{"fx":2931.61865234375,"fy":2937.04345703125,"height":1999,"id":45,"img_name":"IMG_2101.jpg","position":[-0.1714562624692917,0.12905697524547577,0.9879361987113953],"rotation":[[0.945203959941864,-0.03698056563735008,0.32437920570373535],[0.0076959868893027306,-0.9907644987106323,-0.1353764533996582],[0.3263896703720093,0.13045477867126465,-0.9361900091171265]],"width":1999},{"fx":2931.61865234375,"fy":2937.04345703125,"height":1999,"id":46,"img_name":"IMG_2102.jpg","position":[-0.17561545968055725,-0.004610978998243809,1.0],"rotation":[[0.9445763230323792,-0.012925160117447376,0.3280373215675354],[-0.014736686833202839,-0.9998869895935059,0.0030369393061846495],[0.32796090841293335,-0.007702803239226341,-0.9446600675582886]],"width":1999},{"fx":2931.61865234375,"fy":2937.04345703125,"height":1999,"id":47,"img_name":"IMG_2103.jpg","position":[-0.1764238327741623,-0.12707307934761047,0.9953776597976685],"rotation":[[0.9446197748184204,0.009252694435417652,0.3280363380908966],[-0.03525865823030472,-0.9909546375274658,0.1294826865196228],[0.32626721262931824,-0.13387802243232727,-0.9357491731643677]],"width":1999},{"fx":2931.61865234375,"fy":2937.04345703125,"height":1999,"id":48,"img_name":"IMG_2104.jpg","position":[-0.1747906357049942,-0.2510949969291687,0.9741218090057373],"rotation":[[0.9449471235275269,0.03184293210506439,0.3256699740886688],[-0.056055694818496704,-0.9647891521453857,0.2569822072982788],[0.32238587737083435,-0.2610902786254883,-0.909889817237854]],"width":1999},{"fx":2931.61865234375,"fy":2937.04345703125,"height":1999,"id":49,"img_name":"IMG_2105.jpg","position":[-0.17219138145446777,-0.33334019780158997,0.9506456851959229],"rotation":[[0.9454464316368103,0.046798862516880035,0.32239875197410583],[-0.06997396796941757,-0.9373583793640137,0.3412666618824005],[0.3181740343570709,-0.3452088534832001,-0.8829474449157715]],"width":1999},{"fx":2931.61865234375,"fy":2937.04345703125,"height":1999,"id":50,"img_name":"IMG_2106.jpg","position":[-0.16649606823921204,-0.4381086826324463,0.9086756110191345],"rotation":[[0.9464725852012634,0.06622926890850067,0.3159167170524597],[-0.0873701423406601,-0.8896236419677734,0.4482592046260834],[0.3107348680496216,-0.4518667161464691,-0.8362178802490234]],"width":1999},{"fx":2931.61865234375,"fy":2937.04345703125,"height":1999,"id":51,"img_name":"IMG_2107.jpg","position":[-0.15743635594844818,-0.5524664521217346,0.8449796438217163],"rotation":[[0.94800865650177,0.08770643174648285,0.30592024326324463],[-0.10648258030414581,-0.8184508085250854,0.5646236538887024],[0.2999017834663391,-0.5678432583808899,-0.7665592432022095]],"width":1999},{"fx":2931.61865234375,"fy":2937.04345703125,"height":1999,"id":52,"img_name":"IMG_2108.jpg","position":[-0.14653892815113068,-0.6479051113128662,0.77361661195755],"rotation":[[0.9498579502105713,0.10568711906671524,0.2942790687084198],[-0.12231165915727615,-0.7405670881271362,0.6607575416564941],[0.2877669036388397,-0.6636195182800293,-0.6905068159103394]],"width":1999},{"fx":2931.61865234375,"fy":2937.04345703125,"height":1999,"id":53,"img_name":"IMG_2109.jpg","position":[-0.1369667500257492,-0.7141821980476379,0.7123743295669556],"rotation":[[0.951500654220581,0.11838474869728088,0.2839568853378296],[-0.1333501935005188,-0.6730767488479614,0.7274513244628906],[0.2772439122200012,-0.7300361394882202,-0.6246463060379028]],"width":1999},{"fx":2931.61865234375,"fy":2937.04345703125,"height":1999,"id":54,"img_name":"IMG_2110.jpg","position":[-0.12472303211688995,-0.7815070152282715,0.6358677744865417],"rotation":[[0.9535978436470032,0.13139894604682922,0.2708975374698639],[-0.14455267786979675,-0.5894559621810913,0.7947617173194885],[0.26411303877830505,-0.7970420718193054,-0.5431098937988281]],"width":1999},{"fx":2931.61865234375,"fy":2937.04345703125,"height":1999,"id":55,"img_name":"IMG_2111.jpg","position":[-0.10742820799350739,-0.8524523377418518,0.5323771834373474],"rotation":[[0.9565854668617249,0.1454758197069168,0.2525491416454315],[-0.15577824413776398,-0.47715747356414795,0.8649013042449951],[0.24632787704467773,-0.8666936159133911,-0.4337799549102783]],"width":1999},{"fx":2931.61865234375,"fy":2937.04345703125,"height":1999,"id":56,"img_name":"IMG_2112.jpg","position":[-0.08808045834302902,-0.9087302684783936,0.42126011848449707],"rotation":[[0.9599090814590454,0.15708090364933014,0.23216402530670166],[-0.163848415017128,-0.35758912563323975,0.9193931221961975],[0.22743842005729675,-0.9205735325813293,-0.31751561164855957]],"width":1999},{"fx":2931.61865234375,"fy":2937.04345703125,"height":1999,"id":57,"img_name":"IMG_2113.jpg","position":[-0.06326232850551605,-0.9558016061782837,0.2806437909603119],"rotation":[[0.9642153382301331,0.1668115109205246,0.20606473088264465],[-0.17018066346645355,-0.20656085014343262,0.9635202884674072],[0.2032911479473114,-0.9641093015670776,-0.17078101634979248]],"width":1999},{"fx":2931.61865234375,"fy":2937.04345703125,"height":1999,"id":58,"img_name":"IMG_2115.jpg","position":[-0.0432063564658165,-0.9763420224189758,0.16545161604881287],"rotation":[[0.967628538608551,0.1720101535320282,0.18468233942985535],[-0.17280793190002441,-0.08175313472747803,0.9815570712089539],[0.18393608927726746,-0.981697142124176,-0.04938197135925293]],"width":1999},{"fx":2931.61865234375,"fy":2937.04345703125,"height":1999,"id":59,"img_name":"IMG_2114.jpg","position":[-0.04328104108572006,-0.9763489961624146,0.16530446708202362],"rotation":[[0.967597484588623,0.17210209369659424,0.184759259223938],[-0.17289331555366516,-0.0816887617111206,0.9815471768379211],[0.1840190887451172,-0.9816861748695374,-0.049286484718322754]],"width":1999},{"fx":2931.61865234375,"fy":2937.04345703125,"height":1999,"id":60,"img_name":"IMG_2116.jpg","position":[-0.014633899554610252,-0.9814116954803467,0.005009909626096487],"rotation":[[0.9724916815757751,0.17390596866607666,0.15497295558452606],[-0.17219629883766174,0.08867543935775757,0.9810632467269897],[0.15687043964862823,-0.9807616472244263,0.11618208885192871]],"width":1999},{"fx":2931.61865234375,"fy":2937.04345703125,"height":1999,"id":61,"img_name":"IMG_2117.jpg","position":[-0.0007127816206775606,-0.9730712175369263,-0.07752834260463715],"rotation":[[0.9748214483261108,0.17295876145362854,0.14074240624904633],[-0.1711145043373108,0.17551904916763306,0.969491183757782],[0.1429789811372757,-0.9691638350486755,0.2006954550743103]],"width":1999}]
runs/2026-03-20-15000-Drus-MacBook-Pro/opensplat.log ADDED
@@ -0,0 +1,1711 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Using MPS
2
+ Reading 12690 points
3
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2132.jpg
4
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2133.jpg
5
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2127.jpg
6
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2123.jpg
7
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2079.jpg
8
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2084.jpg
9
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2120.jpg
10
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2091.jpg
11
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2096.jpg
12
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2101.jpg
13
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2106.jpg
14
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2111.jpg
15
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2116.jpg
16
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2085.jpg
17
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2102.jpg
18
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2112.jpg
19
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2122.jpg
20
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2119.jpg
21
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2117.jpg
22
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2134.jpg
23
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2107.jpg
24
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2126.jpg
25
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2092.jpg
26
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2080.jpg
27
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2128.jpg
28
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2097.jpg
29
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2113.jpg
30
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2103.jpg
31
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2108.jpg
32
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2125.jpg
33
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2098.jpg
34
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2076.jpg
35
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2088.jpg
36
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2081.jpg
37
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2074.jpg
38
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2086.jpg
39
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2093.jpg
40
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2129.jpg
41
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2104.jpg
42
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2115.jpg
43
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2109.jpg
44
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2077.jpg
45
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2075.jpg
46
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2082.jpg
47
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2099.jpg
48
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2089.jpg
49
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2094.jpg
50
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2073.jpg
51
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2087.jpg
52
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2130.jpg
53
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2105.jpg
54
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2114.jpg
55
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2110.jpg
56
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2078.jpg
57
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2083.jpg
58
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2100.jpg
59
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2124.jpg
60
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2090.jpg
61
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2072.jpg
62
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2095.jpg
63
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2121.jpg
64
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2131.jpg
65
+ init_gsplat_metal_context: loading '/Users/dru/OpenSplat/build/default.metallib'
66
+ init_gsplat_metal_context: loaded '/Users/dru/OpenSplat/build/default.metallib', functions: compute_cov2d_bounds_kernel, project_gaussians_backward_kernel, get_tile_bin_edges_kernel, rasterize_backward_kernel, map_gaussian_to_intersects_kernel, nd_rasterize_backward_kernel, project_gaussians_forward_kernel, compute_sh_backward_kernel, compute_sh_forward_kernel, nd_rasterize_forward_kernel
67
+ init_gsplat_metal_context: load function nd_rasterize_backward_kernel with label: (null)
68
+ init_gsplat_metal_context: load function nd_rasterize_forward_kernel with label: (null)
69
+ init_gsplat_metal_context: load function rasterize_backward_kernel with label: (null)
70
+ init_gsplat_metal_context: load function project_gaussians_forward_kernel with label: (null)
71
+ init_gsplat_metal_context: load function project_gaussians_backward_kernel with label: (null)
72
+ init_gsplat_metal_context: load function compute_sh_forward_kernel with label: (null)
73
+ init_gsplat_metal_context: load function compute_sh_backward_kernel with label: (null)
74
+ init_gsplat_metal_context: load function compute_cov2d_bounds_kernel with label: (null)
75
+ init_gsplat_metal_context: load function map_gaussian_to_intersects_kernel with label: (null)
76
+ init_gsplat_metal_context: load function get_tile_bin_edges_kernel with label: (null)
77
+ Step 10: 0.265065 (0%)
78
+ Step 20: 0.301833 (0%)
79
+ Step 30: 0.264001 (0%)
80
+ Step 40: 0.292688 (0%)
81
+ Step 50: 0.261636 (0%)
82
+ Step 60: 0.261452 (0%)
83
+ Step 70: 0.212418 (0%)
84
+ Step 80: 0.284239 (0%)
85
+ Step 90: 0.245281 (0%)
86
+ Step 100: 0.21682 (0%)
87
+ Step 110: 0.229101 (0%)
88
+ Step 120: 0.231696 (0%)
89
+ Step 130: 0.216969 (0%)
90
+ Step 140: 0.206387 (0%)
91
+ Step 150: 0.222851 (1%)
92
+ Step 160: 0.210789 (1%)
93
+ Step 170: 0.234693 (1%)
94
+ Step 180: 0.213102 (1%)
95
+ Step 190: 0.210637 (1%)
96
+ Step 200: 0.231178 (1%)
97
+ Step 210: 0.216128 (1%)
98
+ Step 220: 0.18819 (1%)
99
+ Step 230: 0.199225 (1%)
100
+ Step 240: 0.187716 (1%)
101
+ Step 250: 0.20958 (1%)
102
+ Step 260: 0.211222 (1%)
103
+ Step 270: 0.182889 (1%)
104
+ Step 280: 0.185875 (1%)
105
+ Step 290: 0.221977 (1%)
106
+ Step 300: 0.205754 (2%)
107
+ Step 310: 0.270901 (2%)
108
+ Step 320: 0.246823 (2%)
109
+ Step 330: 0.233134 (2%)
110
+ Step 340: 0.212567 (2%)
111
+ Step 350: 0.178193 (2%)
112
+ Step 360: 0.192475 (2%)
113
+ Step 370: 0.212673 (2%)
114
+ Step 380: 0.197686 (2%)
115
+ Step 390: 0.175619 (2%)
116
+ Step 400: 0.207984 (2%)
117
+ Step 410: 0.211653 (2%)
118
+ Step 420: 0.185973 (2%)
119
+ Step 430: 0.196127 (2%)
120
+ Step 440: 0.212416 (2%)
121
+ Step 450: 0.203879 (3%)
122
+ Step 460: 0.197461 (3%)
123
+ Step 470: 0.260512 (3%)
124
+ Step 480: 0.202495 (3%)
125
+ Step 490: 0.203428 (3%)
126
+ Step 500: 0.167987 (3%)
127
+ Step 510: 0.194396 (3%)
128
+ Step 520: 0.209324 (3%)
129
+ Step 530: 0.201324 (3%)
130
+ Step 540: 0.203144 (3%)
131
+ Step 550: 0.165714 (3%)
132
+ Step 560: 0.195696 (3%)
133
+ Step 570: 0.195569 (3%)
134
+ Step 580: 0.19349 (3%)
135
+ Step 590: 0.191503 (3%)
136
+ Step 600: 0.226834 (4%)
137
+ Added 509 gaussians, new count 13199
138
+ Culled 9642 gaussians, remaining 3557
139
+ Step 610: 0.270527 (4%)
140
+ Step 620: 0.216177 (4%)
141
+ Step 630: 0.200385 (4%)
142
+ Step 640: 0.22978 (4%)
143
+ Step 650: 0.207446 (4%)
144
+ Step 660: 0.192857 (4%)
145
+ Step 670: 0.1832 (4%)
146
+ Step 680: 0.213395 (4%)
147
+ Step 690: 0.174518 (4%)
148
+ Step 700: 0.184953 (4%)
149
+ Added 1042 gaussians, new count 4599
150
+ Culled 828 gaussians, remaining 3771
151
+ Step 710: 0.190989 (4%)
152
+ Step 720: 0.20312 (4%)
153
+ Step 730: 0.200116 (4%)
154
+ Step 740: 0.209389 (4%)
155
+ Step 750: 0.19777 (5%)
156
+ Step 760: 0.232901 (5%)
157
+ Step 770: 0.175677 (5%)
158
+ Step 780: 0.165634 (5%)
159
+ Step 790: 0.182696 (5%)
160
+ Step 800: 0.207696 (5%)
161
+ Added 1632 gaussians, new count 5403
162
+ Culled 940 gaussians, remaining 4463
163
+ Step 810: 0.218493 (5%)
164
+ Step 820: 0.227413 (5%)
165
+ Step 830: 0.196962 (5%)
166
+ Step 840: 0.218186 (5%)
167
+ Step 850: 0.197319 (5%)
168
+ Step 860: 0.181867 (5%)
169
+ Step 870: 0.197825 (5%)
170
+ Step 880: 0.171315 (5%)
171
+ Step 890: 0.202678 (5%)
172
+ Step 900: 0.17893 (6%)
173
+ Added 1841 gaussians, new count 6304
174
+ Culled 1051 gaussians, remaining 5253
175
+ Step 910: 0.259274 (6%)
176
+ Step 920: 0.205777 (6%)
177
+ Step 930: 0.174921 (6%)
178
+ Step 940: 0.192471 (6%)
179
+ Step 950: 0.205047 (6%)
180
+ Step 960: 0.211391 (6%)
181
+ Step 970: 0.24447 (6%)
182
+ Step 980: 0.178752 (6%)
183
+ Step 990: 0.178742 (6%)
184
+ Step 1000: 0.208226 (6%)
185
+ Added 2238 gaussians, new count 7491
186
+ Culled 1246 gaussians, remaining 6245
187
+ Step 1010: 0.196191 (6%)
188
+ Step 1020: 0.187707 (6%)
189
+ Step 1030: 0.218411 (6%)
190
+ Step 1040: 0.251963 (6%)
191
+ Step 1050: 0.178166 (7%)
192
+ Step 1060: 0.176253 (7%)
193
+ Step 1070: 0.189054 (7%)
194
+ Step 1080: 0.176269 (7%)
195
+ Step 1090: 0.230147 (7%)
196
+ Step 1100: 0.201266 (7%)
197
+ Added 2786 gaussians, new count 9031
198
+ Culled 1514 gaussians, remaining 7517
199
+ Step 1110: 0.257934 (7%)
200
+ Step 1120: 0.180039 (7%)
201
+ Step 1130: 0.211022 (7%)
202
+ Step 1140: 0.189021 (7%)
203
+ Step 1150: 0.206515 (7%)
204
+ Step 1160: 0.155568 (7%)
205
+ Step 1170: 0.210386 (7%)
206
+ Step 1180: 0.205973 (7%)
207
+ Step 1190: 0.181006 (7%)
208
+ Step 1200: 0.168947 (8%)
209
+ Added 2829 gaussians, new count 10346
210
+ Culled 1607 gaussians, remaining 8739
211
+ Step 1210: 0.218527 (8%)
212
+ Step 1220: 0.244191 (8%)
213
+ Step 1230: 0.16832 (8%)
214
+ Step 1240: 0.188222 (8%)
215
+ Step 1250: 0.18575 (8%)
216
+ Step 1260: 0.196652 (8%)
217
+ Step 1270: 0.190465 (8%)
218
+ Step 1280: 0.180391 (8%)
219
+ Step 1290: 0.211679 (8%)
220
+ Step 1300: 0.167445 (8%)
221
+ Added 3432 gaussians, new count 12171
222
+ Culled 1820 gaussians, remaining 10351
223
+ Step 1310: 0.183499 (8%)
224
+ Step 1320: 0.189686 (8%)
225
+ Step 1330: 0.182242 (8%)
226
+ Step 1340: 0.206461 (8%)
227
+ Step 1350: 0.158382 (9%)
228
+ Step 1360: 0.159459 (9%)
229
+ Step 1370: 0.191235 (9%)
230
+ Step 1380: 0.155881 (9%)
231
+ Step 1390: 0.165082 (9%)
232
+ Step 1400: 0.181637 (9%)
233
+ Added 3593 gaussians, new count 13944
234
+ Culled 1944 gaussians, remaining 12000
235
+ Step 1410: 0.168785 (9%)
236
+ Step 1420: 0.20451 (9%)
237
+ Step 1430: 0.158147 (9%)
238
+ Step 1440: 0.177448 (9%)
239
+ Step 1450: 0.16914 (9%)
240
+ Step 1460: 0.194892 (9%)
241
+ Step 1470: 0.15593 (9%)
242
+ Step 1480: 0.159156 (9%)
243
+ Step 1490: 0.170579 (9%)
244
+ Step 1500: 0.183728 (10%)
245
+ Added 4455 gaussians, new count 16455
246
+ Culled 2436 gaussians, remaining 14019
247
+ Step 1510: 0.161963 (10%)
248
+ Step 1520: 0.191886 (10%)
249
+ Step 1530: 0.144364 (10%)
250
+ Step 1540: 0.173293 (10%)
251
+ Step 1550: 0.157898 (10%)
252
+ Step 1560: 0.287957 (10%)
253
+ Step 1570: 0.182894 (10%)
254
+ Step 1580: 0.18961 (10%)
255
+ Step 1590: 0.16223 (10%)
256
+ Step 1600: 0.17744 (10%)
257
+ Added 4449 gaussians, new count 18468
258
+ Culled 2509 gaussians, remaining 15959
259
+ Step 1610: 0.176226 (10%)
260
+ Step 1620: 0.169953 (10%)
261
+ Step 1630: 0.197545 (10%)
262
+ Step 1640: 0.164091 (10%)
263
+ Step 1650: 0.167902 (11%)
264
+ Step 1660: 0.145821 (11%)
265
+ Step 1670: 0.169103 (11%)
266
+ Step 1680: 0.171969 (11%)
267
+ Step 1690: 0.168704 (11%)
268
+ Step 1700: 0.184815 (11%)
269
+ Added 5292 gaussians, new count 21251
270
+ Culled 2857 gaussians, remaining 18394
271
+ Step 1710: 0.176413 (11%)
272
+ Step 1720: 0.171364 (11%)
273
+ Step 1730: 0.170094 (11%)
274
+ Step 1740: 0.157122 (11%)
275
+ Step 1750: 0.199914 (11%)
276
+ Step 1760: 0.181861 (11%)
277
+ Step 1770: 0.184474 (11%)
278
+ Step 1780: 0.173519 (11%)
279
+ Step 1790: 0.154361 (11%)
280
+ Step 1800: 0.139218 (12%)
281
+ Added 5376 gaussians, new count 23770
282
+ Culled 3174 gaussians, remaining 20596
283
+ Step 1810: 0.189239 (12%)
284
+ Step 1820: 0.164264 (12%)
285
+ Step 1830: 0.174774 (12%)
286
+ Step 1840: 0.152123 (12%)
287
+ Step 1850: 0.18028 (12%)
288
+ Step 1860: 0.177803 (12%)
289
+ Step 1870: 0.166902 (12%)
290
+ Step 1880: 0.222136 (12%)
291
+ Step 1890: 0.168302 (12%)
292
+ Step 1900: 0.203975 (12%)
293
+ Added 5517 gaussians, new count 26113
294
+ Culled 3155 gaussians, remaining 22958
295
+ Step 1910: 0.174898 (12%)
296
+ Step 1920: 0.157257 (12%)
297
+ Step 1930: 0.188263 (12%)
298
+ Step 1940: 0.135814 (12%)
299
+ Step 1950: 0.18365 (13%)
300
+ Step 1960: 0.16045 (13%)
301
+ Step 1970: 0.123024 (13%)
302
+ Step 1980: 0.17381 (13%)
303
+ Step 1990: 0.185886 (13%)
304
+ Step 2000: 0.16011 (13%)
305
+ Added 5339 gaussians, new count 28297
306
+ Culled 3162 gaussians, remaining 25135
307
+ Step 2010: 0.154117 (13%)
308
+ Step 2020: 0.185547 (13%)
309
+ Step 2030: 0.176137 (13%)
310
+ Step 2040: 0.152419 (13%)
311
+ Step 2050: 0.178658 (13%)
312
+ Step 2060: 0.171413 (13%)
313
+ Step 2070: 0.185106 (13%)
314
+ Step 2080: 0.14029 (13%)
315
+ Step 2090: 0.153034 (13%)
316
+ Step 2100: 0.169973 (14%)
317
+ Added 5559 gaussians, new count 30694
318
+ Culled 3095 gaussians, remaining 27599
319
+ Step 2110: 0.171843 (14%)
320
+ Step 2120: 0.157705 (14%)
321
+ Step 2130: 0.187167 (14%)
322
+ Step 2140: 0.15025 (14%)
323
+ Step 2150: 0.170913 (14%)
324
+ Step 2160: 0.163664 (14%)
325
+ Step 2170: 0.165746 (14%)
326
+ Step 2180: 0.190358 (14%)
327
+ Step 2190: 0.150549 (14%)
328
+ Step 2200: 0.168035 (14%)
329
+ Added 5905 gaussians, new count 33504
330
+ Culled 3156 gaussians, remaining 30348
331
+ Step 2210: 0.153279 (14%)
332
+ Step 2220: 0.159614 (14%)
333
+ Step 2230: 0.180135 (14%)
334
+ Step 2240: 0.176089 (14%)
335
+ Step 2250: 0.147327 (15%)
336
+ Step 2260: 0.152895 (15%)
337
+ Step 2270: 0.169182 (15%)
338
+ Step 2280: 0.210933 (15%)
339
+ Step 2290: 0.138848 (15%)
340
+ Step 2300: 0.142258 (15%)
341
+ Added 5435 gaussians, new count 35783
342
+ Culled 3191 gaussians, remaining 32592
343
+ Step 2310: 0.189545 (15%)
344
+ Step 2320: 0.15832 (15%)
345
+ Step 2330: 0.166817 (15%)
346
+ Step 2340: 0.172756 (15%)
347
+ Step 2350: 0.137002 (15%)
348
+ Step 2360: 0.147139 (15%)
349
+ Step 2370: 0.148898 (15%)
350
+ Step 2380: 0.146365 (15%)
351
+ Step 2390: 0.126953 (15%)
352
+ Step 2400: 0.0921979 (16%)
353
+ Added 5963 gaussians, new count 38555
354
+ Culled 3229 gaussians, remaining 35326
355
+ Step 2410: 0.152077 (16%)
356
+ Step 2420: 0.151754 (16%)
357
+ Step 2430: 0.151126 (16%)
358
+ Step 2440: 0.167278 (16%)
359
+ Step 2450: 0.128889 (16%)
360
+ Step 2460: 0.137596 (16%)
361
+ Step 2470: 0.1607 (16%)
362
+ Step 2480: 0.161996 (16%)
363
+ Step 2490: 0.137118 (16%)
364
+ Step 2500: 0.0904205 (16%)
365
+ Added 5849 gaussians, new count 41175
366
+ Culled 3024 gaussians, remaining 38151
367
+ Step 2510: 0.196075 (16%)
368
+ Step 2520: 0.143487 (16%)
369
+ Step 2530: 0.0833586 (16%)
370
+ Step 2540: 0.166605 (16%)
371
+ Step 2550: 0.162933 (17%)
372
+ Step 2560: 0.163433 (17%)
373
+ Step 2570: 0.190604 (17%)
374
+ Step 2580: 0.140681 (17%)
375
+ Step 2590: 0.146147 (17%)
376
+ Step 2600: 0.167341 (17%)
377
+ Added 5475 gaussians, new count 43626
378
+ Culled 3216 gaussians, remaining 40410
379
+ Step 2610: 0.150715 (17%)
380
+ Step 2620: 0.167868 (17%)
381
+ Step 2630: 0.136764 (17%)
382
+ Step 2640: 0.139934 (17%)
383
+ Step 2650: 0.151388 (17%)
384
+ Step 2660: 0.152416 (17%)
385
+ Step 2670: 0.174496 (17%)
386
+ Step 2680: 0.143558 (17%)
387
+ Step 2690: 0.128427 (17%)
388
+ Step 2700: 0.172707 (18%)
389
+ Added 5518 gaussians, new count 45928
390
+ Culled 2945 gaussians, remaining 42983
391
+ Step 2710: 0.144968 (18%)
392
+ Step 2720: 0.157857 (18%)
393
+ Step 2730: 0.159605 (18%)
394
+ Step 2740: 0.172896 (18%)
395
+ Step 2750: 0.122451 (18%)
396
+ Step 2760: 0.155476 (18%)
397
+ Step 2770: 0.136798 (18%)
398
+ Step 2780: 0.121877 (18%)
399
+ Step 2790: 0.13304 (18%)
400
+ Step 2800: 0.150518 (18%)
401
+ Added 5281 gaussians, new count 48264
402
+ Culled 2884 gaussians, remaining 45380
403
+ Step 2810: 0.154915 (18%)
404
+ Step 2820: 0.168328 (18%)
405
+ Step 2830: 0.138083 (18%)
406
+ Step 2840: 0.143572 (18%)
407
+ Step 2850: 0.153027 (19%)
408
+ Step 2860: 0.176005 (19%)
409
+ Step 2870: 0.137661 (19%)
410
+ Step 2880: 0.129318 (19%)
411
+ Step 2890: 0.142632 (19%)
412
+ Step 2900: 0.160587 (19%)
413
+ Added 5282 gaussians, new count 50662
414
+ Culled 3002 gaussians, remaining 47660
415
+ Step 2910: 0.126386 (19%)
416
+ Step 2920: 0.149813 (19%)
417
+ Step 2930: 0.184619 (19%)
418
+ Step 2940: 0.165352 (19%)
419
+ Step 2950: 0.157554 (19%)
420
+ Step 2960: 0.159491 (19%)
421
+ Step 2970: 0.186745 (19%)
422
+ Step 2980: 0.131918 (19%)
423
+ Step 2990: 0.132554 (19%)
424
+ Step 3000: 0.137859 (20%)
425
+ Step 3010: 0.141226 (20%)
426
+ Step 3020: 0.131627 (20%)
427
+ Step 3030: 0.118223 (20%)
428
+ Step 3040: 0.123403 (20%)
429
+ Step 3050: 0.123293 (20%)
430
+ Step 3060: 0.142598 (20%)
431
+ Step 3070: 0.132828 (20%)
432
+ Step 3080: 0.187446 (20%)
433
+ Step 3090: 0.0642857 (20%)
434
+ Step 3100: 0.148567 (20%)
435
+ Alpha reset
436
+ Step 3110: 0.145486 (20%)
437
+ Step 3120: 0.160768 (20%)
438
+ Step 3130: 0.120684 (20%)
439
+ Step 3140: 0.185131 (20%)
440
+ Step 3150: 0.133492 (21%)
441
+ Step 3160: 0.143551 (21%)
442
+ Step 3170: 0.137503 (21%)
443
+ Step 3180: 0.128691 (21%)
444
+ Step 3190: 0.133148 (21%)
445
+ Step 3200: 0.149401 (21%)
446
+ Added 1882 gaussians, new count 49542
447
+ Culled 4643 gaussians, remaining 44899
448
+ Step 3210: 0.151752 (21%)
449
+ Step 3220: 0.148155 (21%)
450
+ Step 3230: 0.130179 (21%)
451
+ Step 3240: 0.15835 (21%)
452
+ Step 3250: 0.1766 (21%)
453
+ Step 3260: 0.139164 (21%)
454
+ Step 3270: 0.143186 (21%)
455
+ Step 3280: 0.13276 (21%)
456
+ Step 3290: 0.158195 (21%)
457
+ Step 3300: 0.107683 (22%)
458
+ Added 3011 gaussians, new count 47910
459
+ Culled 5010 gaussians, remaining 42900
460
+ Step 3310: 0.146158 (22%)
461
+ Step 3320: 0.13843 (22%)
462
+ Step 3330: 0.147357 (22%)
463
+ Step 3340: 0.156065 (22%)
464
+ Step 3350: 0.14381 (22%)
465
+ Step 3360: 0.127893 (22%)
466
+ Step 3370: 0.192537 (22%)
467
+ Step 3380: 0.162621 (22%)
468
+ Step 3390: 0.13855 (22%)
469
+ Step 3400: 0.137196 (22%)
470
+ Added 3746 gaussians, new count 46646
471
+ Culled 2985 gaussians, remaining 43661
472
+ Step 3410: 0.155998 (22%)
473
+ Step 3420: 0.134553 (22%)
474
+ Step 3430: 0.14703 (22%)
475
+ Step 3440: 0.118169 (22%)
476
+ Step 3450: 0.132947 (23%)
477
+ Step 3460: 0.125723 (23%)
478
+ Step 3470: 0.142491 (23%)
479
+ Step 3480: 0.185189 (23%)
480
+ Step 3490: 0.125893 (23%)
481
+ Step 3500: 0.110018 (23%)
482
+ Added 3733 gaussians, new count 47394
483
+ Culled 2822 gaussians, remaining 44572
484
+ Step 3510: 0.145663 (23%)
485
+ Step 3520: 0.14363 (23%)
486
+ Step 3530: 0.133517 (23%)
487
+ Step 3540: 0.139243 (23%)
488
+ Step 3550: 0.144441 (23%)
489
+ Step 3560: 0.13654 (23%)
490
+ Step 3570: 0.142774 (23%)
491
+ Step 3580: 0.131218 (23%)
492
+ Step 3590: 0.121681 (23%)
493
+ Step 3600: 0.112553 (24%)
494
+ Added 3638 gaussians, new count 48210
495
+ Culled 2591 gaussians, remaining 45619
496
+ Step 3610: 0.135614 (24%)
497
+ Step 3620: 0.12968 (24%)
498
+ Step 3630: 0.116785 (24%)
499
+ Step 3640: 0.154107 (24%)
500
+ Step 3650: 0.150342 (24%)
501
+ Step 3660: 0.146648 (24%)
502
+ Step 3670: 0.1376 (24%)
503
+ Step 3680: 0.121975 (24%)
504
+ Step 3690: 0.127858 (24%)
505
+ Step 3700: 0.144381 (24%)
506
+ Added 3437 gaussians, new count 49056
507
+ Culled 2603 gaussians, remaining 46453
508
+ Step 3710: 0.141313 (24%)
509
+ Step 3720: 0.132642 (24%)
510
+ Step 3730: 0.14358 (24%)
511
+ Step 3740: 0.125135 (24%)
512
+ Step 3750: 0.134817 (25%)
513
+ Step 3760: 0.116607 (25%)
514
+ Step 3770: 0.118649 (25%)
515
+ Step 3780: 0.132075 (25%)
516
+ Step 3790: 0.110602 (25%)
517
+ Step 3800: 0.144333 (25%)
518
+ Added 3435 gaussians, new count 49888
519
+ Culled 2475 gaussians, remaining 47413
520
+ Step 3810: 0.123096 (25%)
521
+ Step 3820: 0.141328 (25%)
522
+ Step 3830: 0.141152 (25%)
523
+ Step 3840: 0.145262 (25%)
524
+ Step 3850: 0.13215 (25%)
525
+ Step 3860: 0.138859 (25%)
526
+ Step 3870: 0.112417 (25%)
527
+ Step 3880: 0.066705 (25%)
528
+ Step 3890: 0.144851 (25%)
529
+ Step 3900: 0.128875 (26%)
530
+ Added 3385 gaussians, new count 50798
531
+ Culled 2294 gaussians, remaining 48504
532
+ Step 3910: 0.126219 (26%)
533
+ Step 3920: 0.118051 (26%)
534
+ Step 3930: 0.108414 (26%)
535
+ Step 3940: 0.14728 (26%)
536
+ Step 3950: 0.134092 (26%)
537
+ Step 3960: 0.115993 (26%)
538
+ Step 3970: 0.156973 (26%)
539
+ Step 3980: 0.143131 (26%)
540
+ Step 3990: 0.125151 (26%)
541
+ Step 4000: 0.141316 (26%)
542
+ Added 2537 gaussians, new count 51041
543
+ Culled 1796 gaussians, remaining 49245
544
+ Step 4010: 0.111775 (26%)
545
+ Step 4020: 0.126902 (26%)
546
+ Step 4030: 0.140307 (26%)
547
+ Step 4040: 0.0559969 (26%)
548
+ Step 4050: 0.0938559 (27%)
549
+ Step 4060: 0.141941 (27%)
550
+ Step 4070: 0.113532 (27%)
551
+ Step 4080: 0.133669 (27%)
552
+ Step 4090: 0.112016 (27%)
553
+ Step 4100: 0.124642 (27%)
554
+ Added 2151 gaussians, new count 51396
555
+ Culled 1423 gaussians, remaining 49973
556
+ Step 4110: 0.198636 (27%)
557
+ Step 4120: 0.155391 (27%)
558
+ Step 4130: 0.106427 (27%)
559
+ Step 4140: 0.142023 (27%)
560
+ Step 4150: 0.137783 (27%)
561
+ Step 4160: 0.123958 (27%)
562
+ Step 4170: 0.126656 (27%)
563
+ Step 4180: 0.141451 (27%)
564
+ Step 4190: 0.118408 (27%)
565
+ Step 4200: 0.145537 (28%)
566
+ Added 1981 gaussians, new count 51954
567
+ Culled 1244 gaussians, remaining 50710
568
+ Step 4210: 0.0995729 (28%)
569
+ Step 4220: 0.102738 (28%)
570
+ Step 4230: 0.152835 (28%)
571
+ Step 4240: 0.14109 (28%)
572
+ Step 4250: 0.142679 (28%)
573
+ Step 4260: 0.143937 (28%)
574
+ Step 4270: 0.116186 (28%)
575
+ Step 4280: 0.113296 (28%)
576
+ Step 4290: 0.138296 (28%)
577
+ Step 4300: 0.123837 (28%)
578
+ Added 2166 gaussians, new count 52876
579
+ Culled 1395 gaussians, remaining 51481
580
+ Step 4310: 0.115362 (28%)
581
+ Step 4320: 0.154509 (28%)
582
+ Step 4330: 0.126393 (28%)
583
+ Step 4340: 0.124393 (28%)
584
+ Step 4350: 0.113811 (29%)
585
+ Step 4360: 0.116374 (29%)
586
+ Step 4370: 0.195968 (29%)
587
+ Step 4380: 0.120117 (29%)
588
+ Step 4390: 0.0535516 (29%)
589
+ Step 4400: 0.0986031 (29%)
590
+ Added 1963 gaussians, new count 53444
591
+ Culled 1241 gaussians, remaining 52203
592
+ Step 4410: 0.115517 (29%)
593
+ Step 4420: 0.0577947 (29%)
594
+ Step 4430: 0.16314 (29%)
595
+ Step 4440: 0.139684 (29%)
596
+ Step 4450: 0.139134 (29%)
597
+ Step 4460: 0.120423 (29%)
598
+ Step 4470: 0.122906 (29%)
599
+ Step 4480: 0.117751 (29%)
600
+ Step 4490: 0.117405 (29%)
601
+ Step 4500: 0.139642 (30%)
602
+ Added 1992 gaussians, new count 54195
603
+ Culled 1175 gaussians, remaining 53020
604
+ Step 4510: 0.114897 (30%)
605
+ Step 4520: 0.106522 (30%)
606
+ Step 4530: 0.119405 (30%)
607
+ Step 4540: 0.113971 (30%)
608
+ Step 4550: 0.160962 (30%)
609
+ Step 4560: 0.111537 (30%)
610
+ Step 4570: 0.0525542 (30%)
611
+ Step 4580: 0.108481 (30%)
612
+ Step 4590: 0.156108 (30%)
613
+ Step 4600: 0.134334 (30%)
614
+ Added 2048 gaussians, new count 55068
615
+ Culled 1328 gaussians, remaining 53740
616
+ Step 4610: 0.119011 (30%)
617
+ Step 4620: 0.12358 (30%)
618
+ Step 4630: 0.139048 (30%)
619
+ Step 4640: 0.148783 (30%)
620
+ Step 4650: 0.0533567 (31%)
621
+ Step 4660: 0.11599 (31%)
622
+ Step 4670: 0.173389 (31%)
623
+ Step 4680: 0.115667 (31%)
624
+ Step 4690: 0.138508 (31%)
625
+ Step 4700: 0.126804 (31%)
626
+ Added 2068 gaussians, new count 55808
627
+ Culled 1164 gaussians, remaining 54644
628
+ Step 4710: 0.124601 (31%)
629
+ Step 4720: 0.0549249 (31%)
630
+ Step 4730: 0.0972851 (31%)
631
+ Step 4740: 0.109743 (31%)
632
+ Step 4750: 0.14321 (31%)
633
+ Step 4760: 0.169465 (31%)
634
+ Step 4770: 0.101159 (31%)
635
+ Step 4780: 0.116333 (31%)
636
+ Step 4790: 0.116673 (31%)
637
+ Step 4800: 0.103013 (32%)
638
+ Added 1772 gaussians, new count 56416
639
+ Culled 1214 gaussians, remaining 55202
640
+ Step 4810: 0.118224 (32%)
641
+ Step 4820: 0.0986734 (32%)
642
+ Step 4830: 0.108402 (32%)
643
+ Step 4840: 0.116988 (32%)
644
+ Step 4850: 0.0981142 (32%)
645
+ Step 4860: 0.0471131 (32%)
646
+ Step 4870: 0.136523 (32%)
647
+ Step 4880: 0.118985 (32%)
648
+ Step 4890: 0.11639 (32%)
649
+ Step 4900: 0.0959229 (32%)
650
+ Added 1949 gaussians, new count 57151
651
+ Culled 1179 gaussians, remaining 55972
652
+ Step 4910: 0.137557 (32%)
653
+ Step 4920: 0.14228 (32%)
654
+ Step 4930: 0.120478 (32%)
655
+ Step 4940: 0.110393 (32%)
656
+ Step 4950: 0.137323 (33%)
657
+ Step 4960: 0.106622 (33%)
658
+ Step 4970: 0.113583 (33%)
659
+ Step 4980: 0.14288 (33%)
660
+ Step 4990: 0.0994816 (33%)
661
+ Step 5000: 0.0479589 (33%)
662
+ Added 1998 gaussians, new count 57970
663
+ Culled 1264 gaussians, remaining 56706
664
+ Step 5010: 0.110534 (33%)
665
+ Step 5020: 0.120961 (33%)
666
+ Step 5030: 0.159041 (33%)
667
+ Step 5040: 0.133518 (33%)
668
+ Step 5050: 0.0479463 (33%)
669
+ Step 5060: 0.115711 (33%)
670
+ Step 5070: 0.049394 (33%)
671
+ Step 5080: 0.107545 (33%)
672
+ Step 5090: 0.117709 (33%)
673
+ Step 5100: 0.110857 (34%)
674
+ Added 1735 gaussians, new count 58441
675
+ Culled 1229 gaussians, remaining 57212
676
+ Step 5110: 0.140421 (34%)
677
+ Step 5120: 0.125182 (34%)
678
+ Step 5130: 0.0992918 (34%)
679
+ Step 5140: 0.106365 (34%)
680
+ Step 5150: 0.168502 (34%)
681
+ Step 5160: 0.0897283 (34%)
682
+ Step 5170: 0.089122 (34%)
683
+ Step 5180: 0.0969546 (34%)
684
+ Step 5190: 0.137871 (34%)
685
+ Step 5200: 0.10653 (34%)
686
+ Added 1975 gaussians, new count 59187
687
+ Culled 1175 gaussians, remaining 58012
688
+ Step 5210: 0.0944826 (34%)
689
+ Step 5220: 0.0981749 (34%)
690
+ Step 5230: 0.0943197 (34%)
691
+ Step 5240: 0.0498138 (34%)
692
+ Step 5250: 0.108118 (35%)
693
+ Step 5260: 0.0969801 (35%)
694
+ Step 5270: 0.141198 (35%)
695
+ Step 5280: 0.141345 (35%)
696
+ Step 5290: 0.0534609 (35%)
697
+ Step 5300: 0.171485 (35%)
698
+ Added 1776 gaussians, new count 59788
699
+ Culled 1114 gaussians, remaining 58674
700
+ Step 5310: 0.11522 (35%)
701
+ Step 5320: 0.120501 (35%)
702
+ Step 5330: 0.0480662 (35%)
703
+ Step 5340: 0.112938 (35%)
704
+ Step 5350: 0.133033 (35%)
705
+ Step 5360: 0.135284 (35%)
706
+ Step 5370: 0.105972 (35%)
707
+ Step 5380: 0.148492 (35%)
708
+ Step 5390: 0.11715 (35%)
709
+ Step 5400: 0.169532 (36%)
710
+ Added 1902 gaussians, new count 60576
711
+ Culled 1245 gaussians, remaining 59331
712
+ Step 5410: 0.113726 (36%)
713
+ Step 5420: 0.115525 (36%)
714
+ Step 5430: 0.125322 (36%)
715
+ Step 5440: 0.130385 (36%)
716
+ Step 5450: 0.111164 (36%)
717
+ Step 5460: 0.140653 (36%)
718
+ Step 5470: 0.102125 (36%)
719
+ Step 5480: 0.109698 (36%)
720
+ Step 5490: 0.123403 (36%)
721
+ Step 5500: 0.0896406 (36%)
722
+ Added 1897 gaussians, new count 61228
723
+ Culled 1274 gaussians, remaining 59954
724
+ Step 5510: 0.113661 (36%)
725
+ Step 5520: 0.140645 (36%)
726
+ Step 5530: 0.0998656 (36%)
727
+ Step 5540: 0.123539 (36%)
728
+ Step 5550: 0.138025 (37%)
729
+ Step 5560: 0.111251 (37%)
730
+ Step 5570: 0.112558 (37%)
731
+ Step 5580: 0.149497 (37%)
732
+ Step 5590: 0.188269 (37%)
733
+ Step 5600: 0.0869571 (37%)
734
+ Added 1785 gaussians, new count 61739
735
+ Culled 1127 gaussians, remaining 60612
736
+ Step 5610: 0.113779 (37%)
737
+ Step 5620: 0.150421 (37%)
738
+ Step 5630: 0.114364 (37%)
739
+ Step 5640: 0.115822 (37%)
740
+ Step 5650: 0.13307 (37%)
741
+ Step 5660: 0.137338 (37%)
742
+ Step 5670: 0.113177 (37%)
743
+ Step 5680: 0.16585 (37%)
744
+ Step 5690: 0.153801 (37%)
745
+ Step 5700: 0.130414 (38%)
746
+ Added 2267 gaussians, new count 62879
747
+ Culled 1270 gaussians, remaining 61609
748
+ Step 5710: 0.111832 (38%)
749
+ Step 5720: 0.118479 (38%)
750
+ Step 5730: 0.169229 (38%)
751
+ Step 5740: 0.14791 (38%)
752
+ Step 5750: 0.0939911 (38%)
753
+ Step 5760: 0.126977 (38%)
754
+ Step 5770: 0.11422 (38%)
755
+ Step 5780: 0.143172 (38%)
756
+ Step 5790: 0.167336 (38%)
757
+ Step 5800: 0.149419 (38%)
758
+ Added 1630 gaussians, new count 63239
759
+ Culled 1201 gaussians, remaining 62038
760
+ Step 5810: 0.133745 (38%)
761
+ Step 5820: 0.0953669 (38%)
762
+ Step 5830: 0.106722 (38%)
763
+ Step 5840: 0.114511 (38%)
764
+ Step 5850: 0.045948 (39%)
765
+ Step 5860: 0.112401 (39%)
766
+ Step 5870: 0.142223 (39%)
767
+ Step 5880: 0.185564 (39%)
768
+ Step 5890: 0.115957 (39%)
769
+ Step 5900: 0.137864 (39%)
770
+ Added 1614 gaussians, new count 63652
771
+ Culled 1115 gaussians, remaining 62537
772
+ Step 5910: 0.101246 (39%)
773
+ Step 5920: 0.126373 (39%)
774
+ Step 5930: 0.133062 (39%)
775
+ Step 5940: 0.100262 (39%)
776
+ Step 5950: 0.149677 (39%)
777
+ Step 5960: 0.0982337 (39%)
778
+ Step 5970: 0.114004 (39%)
779
+ Step 5980: 0.108898 (39%)
780
+ Step 5990: 0.0989904 (39%)
781
+ Step 6000: 0.121824 (40%)
782
+ Step 6010: 0.109984 (40%)
783
+ Step 6020: 0.0967586 (40%)
784
+ Step 6030: 0.100296 (40%)
785
+ Step 6040: 0.07881 (40%)
786
+ Step 6050: 0.115829 (40%)
787
+ Step 6060: 0.0467258 (40%)
788
+ Step 6070: 0.095453 (40%)
789
+ Step 6080: 0.0944665 (40%)
790
+ Step 6090: 0.0994091 (40%)
791
+ Step 6100: 0.139186 (40%)
792
+ Alpha reset
793
+ Step 6110: 0.116857 (40%)
794
+ Step 6120: 0.134755 (40%)
795
+ Step 6130: 0.114967 (40%)
796
+ Step 6140: 0.126946 (40%)
797
+ Step 6150: 0.122783 (41%)
798
+ Step 6160: 0.111805 (41%)
799
+ Step 6170: 0.122073 (41%)
800
+ Step 6180: 0.109163 (41%)
801
+ Step 6190: 0.125765 (41%)
802
+ Step 6200: 0.10249 (41%)
803
+ Added 1064 gaussians, new count 63601
804
+ Culled 1361 gaussians, remaining 62240
805
+ Step 6210: 0.1082 (41%)
806
+ Step 6220: 0.119715 (41%)
807
+ Step 6230: 0.115128 (41%)
808
+ Step 6240: 0.0868162 (41%)
809
+ Step 6250: 0.12511 (41%)
810
+ Step 6260: 0.102252 (41%)
811
+ Step 6270: 0.125619 (41%)
812
+ Step 6280: 0.0550887 (41%)
813
+ Step 6290: 0.090465 (41%)
814
+ Step 6300: 0.099288 (42%)
815
+ Added 511 gaussians, new count 62751
816
+ Culled 1495 gaussians, remaining 61256
817
+ Step 6310: 0.101043 (42%)
818
+ Step 6320: 0.107949 (42%)
819
+ Step 6330: 0.110918 (42%)
820
+ Step 6340: 0.102887 (42%)
821
+ Step 6350: 0.0996968 (42%)
822
+ Step 6360: 0.118438 (42%)
823
+ Step 6370: 0.106547 (42%)
824
+ Step 6380: 0.0996945 (42%)
825
+ Step 6390: 0.102015 (42%)
826
+ Step 6400: 0.11623 (42%)
827
+ Added 500 gaussians, new count 61756
828
+ Culled 615 gaussians, remaining 61141
829
+ Step 6410: 0.0986774 (42%)
830
+ Step 6420: 0.106843 (42%)
831
+ Step 6430: 0.0914265 (42%)
832
+ Step 6440: 0.136001 (42%)
833
+ Step 6450: 0.118262 (43%)
834
+ Step 6460: 0.0973538 (43%)
835
+ Step 6470: 0.0776957 (43%)
836
+ Step 6480: 0.100058 (43%)
837
+ Step 6490: 0.078627 (43%)
838
+ Step 6500: 0.100364 (43%)
839
+ Added 535 gaussians, new count 61676
840
+ Culled 572 gaussians, remaining 61104
841
+ Step 6510: 0.0887406 (43%)
842
+ Step 6520: 0.0956106 (43%)
843
+ Step 6530: 0.113725 (43%)
844
+ Step 6540: 0.0838213 (43%)
845
+ Step 6550: 0.112058 (43%)
846
+ Step 6560: 0.0821177 (43%)
847
+ Step 6570: 0.102331 (43%)
848
+ Step 6580: 0.103082 (43%)
849
+ Step 6590: 0.115452 (43%)
850
+ Step 6600: 0.176124 (44%)
851
+ Added 603 gaussians, new count 61707
852
+ Culled 550 gaussians, remaining 61157
853
+ Step 6610: 0.0783147 (44%)
854
+ Step 6620: 0.120425 (44%)
855
+ Step 6630: 0.114599 (44%)
856
+ Step 6640: 0.105431 (44%)
857
+ Step 6650: 0.0969286 (44%)
858
+ Step 6660: 0.0936934 (44%)
859
+ Step 6670: 0.134618 (44%)
860
+ Step 6680: 0.0996193 (44%)
861
+ Step 6690: 0.122081 (44%)
862
+ Step 6700: 0.112835 (44%)
863
+ Added 567 gaussians, new count 61724
864
+ Culled 585 gaussians, remaining 61139
865
+ Step 6710: 0.114567 (44%)
866
+ Step 6720: 0.0985758 (44%)
867
+ Step 6730: 0.136093 (44%)
868
+ Step 6740: 0.120275 (44%)
869
+ Step 6750: 0.108287 (45%)
870
+ Step 6760: 0.0992753 (45%)
871
+ Step 6770: 0.138153 (45%)
872
+ Step 6780: 0.0810895 (45%)
873
+ Step 6790: 0.0885495 (45%)
874
+ Step 6800: 0.0760392 (45%)
875
+ Added 581 gaussians, new count 61720
876
+ Culled 531 gaussians, remaining 61189
877
+ Step 6810: 0.0984502 (45%)
878
+ Step 6820: 0.0849284 (45%)
879
+ Step 6830: 0.105455 (45%)
880
+ Step 6840: 0.148848 (45%)
881
+ Step 6850: 0.0935137 (45%)
882
+ Step 6860: 0.120236 (45%)
883
+ Step 6870: 0.097223 (45%)
884
+ Step 6880: 0.0466059 (45%)
885
+ Step 6890: 0.0840042 (45%)
886
+ Step 6900: 0.0932056 (46%)
887
+ Added 610 gaussians, new count 61799
888
+ Culled 446 gaussians, remaining 61353
889
+ Step 6910: 0.0804611 (46%)
890
+ Step 6920: 0.0787761 (46%)
891
+ Step 6930: 0.100912 (46%)
892
+ Step 6940: 0.117066 (46%)
893
+ Step 6950: 0.137886 (46%)
894
+ Step 6960: 0.0428364 (46%)
895
+ Step 6970: 0.102265 (46%)
896
+ Step 6980: 0.134745 (46%)
897
+ Step 6990: 0.103942 (46%)
898
+ Step 7000: 0.108458 (46%)
899
+ Added 654 gaussians, new count 62007
900
+ Culled 498 gaussians, remaining 61509
901
+ Step 7010: 0.100562 (46%)
902
+ Step 7020: 0.149757 (46%)
903
+ Step 7030: 0.0951267 (46%)
904
+ Step 7040: 0.095084 (46%)
905
+ Step 7050: 0.113216 (47%)
906
+ Step 7060: 0.109372 (47%)
907
+ Step 7070: 0.0844682 (47%)
908
+ Step 7080: 0.13027 (47%)
909
+ Step 7090: 0.110055 (47%)
910
+ Step 7100: 0.104784 (47%)
911
+ Added 733 gaussians, new count 62242
912
+ Culled 517 gaussians, remaining 61725
913
+ Step 7110: 0.17866 (47%)
914
+ Step 7120: 0.0995964 (47%)
915
+ Step 7130: 0.151481 (47%)
916
+ Step 7140: 0.102966 (47%)
917
+ Step 7150: 0.111419 (47%)
918
+ Step 7160: 0.115539 (47%)
919
+ Step 7170: 0.0831783 (47%)
920
+ Step 7180: 0.103657 (47%)
921
+ Step 7190: 0.11836 (47%)
922
+ Step 7200: 0.100278 (48%)
923
+ Added 571 gaussians, new count 62296
924
+ Culled 454 gaussians, remaining 61842
925
+ Step 7210: 0.106957 (48%)
926
+ Step 7220: 0.0843596 (48%)
927
+ Step 7230: 0.0971679 (48%)
928
+ Step 7240: 0.0454737 (48%)
929
+ Step 7250: 0.135062 (48%)
930
+ Step 7260: 0.110029 (48%)
931
+ Step 7270: 0.117814 (48%)
932
+ Step 7280: 0.102239 (48%)
933
+ Step 7290: 0.149817 (48%)
934
+ Step 7300: 0.0780679 (48%)
935
+ Added 643 gaussians, new count 62485
936
+ Culled 446 gaussians, remaining 62039
937
+ Step 7310: 0.0982483 (48%)
938
+ Step 7320: 0.0798086 (48%)
939
+ Step 7330: 0.118987 (48%)
940
+ Step 7340: 0.0767498 (48%)
941
+ Step 7350: 0.0976546 (49%)
942
+ Step 7360: 0.0819608 (49%)
943
+ Step 7370: 0.091954 (49%)
944
+ Step 7380: 0.0954317 (49%)
945
+ Step 7390: 0.113334 (49%)
946
+ Step 7400: 0.0952582 (49%)
947
+ Added 646 gaussians, new count 62685
948
+ Culled 511 gaussians, remaining 62174
949
+ Step 7410: 0.0862993 (49%)
950
+ Step 7420: 0.119518 (49%)
951
+ Step 7430: 0.0954362 (49%)
952
+ Step 7440: 0.0957252 (49%)
953
+ Step 7450: 0.0740043 (49%)
954
+ Step 7460: 0.0977419 (49%)
955
+ Step 7470: 0.0984841 (49%)
956
+ Step 7480: 0.0983235 (49%)
957
+ Step 7490: 0.118275 (49%)
958
+ Step 7500: 0.0790115 (50%)
959
+ Step 7510: 0.115961 (50%)
960
+ Step 7520: 0.096136 (50%)
961
+ Step 7530: 0.0433089 (50%)
962
+ Step 7540: 0.100207 (50%)
963
+ Step 7550: 0.0885713 (50%)
964
+ Step 7560: 0.117789 (50%)
965
+ Step 7570: 0.131137 (50%)
966
+ Step 7580: 0.0440883 (50%)
967
+ Step 7590: 0.115041 (50%)
968
+ Step 7600: 0.0973599 (50%)
969
+ Step 7610: 0.101114 (50%)
970
+ Step 7620: 0.14875 (50%)
971
+ Step 7630: 0.0907672 (50%)
972
+ Step 7640: 0.106928 (50%)
973
+ Step 7650: 0.113919 (51%)
974
+ Step 7660: 0.0738593 (51%)
975
+ Step 7670: 0.132723 (51%)
976
+ Step 7680: 0.103063 (51%)
977
+ Step 7690: 0.0964902 (51%)
978
+ Step 7700: 0.0931674 (51%)
979
+ Step 7710: 0.133575 (51%)
980
+ Step 7720: 0.108528 (51%)
981
+ Step 7730: 0.147381 (51%)
982
+ Step 7740: 0.112531 (51%)
983
+ Step 7750: 0.116519 (51%)
984
+ Step 7760: 0.093715 (51%)
985
+ Step 7770: 0.117724 (51%)
986
+ Step 7780: 0.115379 (51%)
987
+ Step 7790: 0.0728568 (51%)
988
+ Step 7800: 0.107406 (52%)
989
+ Step 7810: 0.0750644 (52%)
990
+ Step 7820: 0.111794 (52%)
991
+ Step 7830: 0.0414138 (52%)
992
+ Step 7840: 0.130029 (52%)
993
+ Step 7850: 0.105353 (52%)
994
+ Step 7860: 0.114844 (52%)
995
+ Step 7870: 0.100711 (52%)
996
+ Step 7880: 0.0928074 (52%)
997
+ Step 7890: 0.0958141 (52%)
998
+ Step 7900: 0.081529 (52%)
999
+ Step 7910: 0.0903241 (52%)
1000
+ Step 7920: 0.101545 (52%)
1001
+ Step 7930: 0.148977 (52%)
1002
+ Step 7940: 0.0840067 (52%)
1003
+ Step 7950: 0.087785 (52%)
1004
+ Step 7960: 0.117707 (53%)
1005
+ Step 7970: 0.0768521 (53%)
1006
+ Step 7980: 0.0840825 (53%)
1007
+ Step 7990: 0.100388 (53%)
1008
+ Step 8000: 0.0850013 (53%)
1009
+ Step 8010: 0.107086 (53%)
1010
+ Step 8020: 0.133186 (53%)
1011
+ Step 8030: 0.113476 (53%)
1012
+ Step 8040: 0.0756762 (53%)
1013
+ Step 8050: 0.0941342 (53%)
1014
+ Step 8060: 0.0884897 (53%)
1015
+ Step 8070: 0.0909511 (53%)
1016
+ Step 8080: 0.0965566 (53%)
1017
+ Step 8090: 0.101403 (53%)
1018
+ Step 8100: 0.0996883 (54%)
1019
+ Step 8110: 0.115023 (54%)
1020
+ Step 8120: 0.0975822 (54%)
1021
+ Step 8130: 0.0906663 (54%)
1022
+ Step 8140: 0.0726876 (54%)
1023
+ Step 8150: 0.107605 (54%)
1024
+ Step 8160: 0.0985291 (54%)
1025
+ Step 8170: 0.0431093 (54%)
1026
+ Step 8180: 0.0982288 (54%)
1027
+ Step 8190: 0.0426436 (54%)
1028
+ Step 8200: 0.100516 (54%)
1029
+ Step 8210: 0.112426 (54%)
1030
+ Step 8220: 0.147701 (54%)
1031
+ Step 8230: 0.118136 (54%)
1032
+ Step 8240: 0.173526 (54%)
1033
+ Step 8250: 0.0926549 (55%)
1034
+ Step 8260: 0.116533 (55%)
1035
+ Step 8270: 0.0894301 (55%)
1036
+ Step 8280: 0.117231 (55%)
1037
+ Step 8290: 0.0921549 (55%)
1038
+ Step 8300: 0.0727971 (55%)
1039
+ Step 8310: 0.0882888 (55%)
1040
+ Step 8320: 0.0964872 (55%)
1041
+ Step 8330: 0.0824779 (55%)
1042
+ Step 8340: 0.176206 (55%)
1043
+ Step 8350: 0.114492 (55%)
1044
+ Step 8360: 0.0891096 (55%)
1045
+ Step 8370: 0.115019 (55%)
1046
+ Step 8380: 0.11572 (55%)
1047
+ Step 8390: 0.10847 (55%)
1048
+ Step 8400: 0.0894087 (56%)
1049
+ Step 8410: 0.107784 (56%)
1050
+ Step 8420: 0.172394 (56%)
1051
+ Step 8430: 0.0735316 (56%)
1052
+ Step 8440: 0.0860331 (56%)
1053
+ Step 8450: 0.0951096 (56%)
1054
+ Step 8460: 0.106369 (56%)
1055
+ Step 8470: 0.11409 (56%)
1056
+ Step 8480: 0.112519 (56%)
1057
+ Step 8490: 0.0721107 (56%)
1058
+ Step 8500: 0.0981721 (56%)
1059
+ Step 8510: 0.0908002 (56%)
1060
+ Step 8520: 0.104912 (56%)
1061
+ Step 8530: 0.0813465 (56%)
1062
+ Step 8540: 0.100558 (56%)
1063
+ Step 8550: 0.105984 (57%)
1064
+ Step 8560: 0.0874483 (57%)
1065
+ Step 8570: 0.103104 (57%)
1066
+ Step 8580: 0.104188 (57%)
1067
+ Step 8590: 0.147368 (57%)
1068
+ Step 8600: 0.123566 (57%)
1069
+ Step 8610: 0.101638 (57%)
1070
+ Step 8620: 0.120803 (57%)
1071
+ Step 8630: 0.0931369 (57%)
1072
+ Step 8640: 0.0947114 (57%)
1073
+ Step 8650: 0.0973714 (57%)
1074
+ Step 8660: 0.108038 (57%)
1075
+ Step 8670: 0.0924573 (57%)
1076
+ Step 8680: 0.145034 (57%)
1077
+ Step 8690: 0.0727028 (57%)
1078
+ Step 8700: 0.106098 (58%)
1079
+ Step 8710: 0.075043 (58%)
1080
+ Step 8720: 0.116812 (58%)
1081
+ Step 8730: 0.103727 (58%)
1082
+ Step 8740: 0.144858 (58%)
1083
+ Step 8750: 0.100645 (58%)
1084
+ Step 8760: 0.115585 (58%)
1085
+ Step 8770: 0.083648 (58%)
1086
+ Step 8780: 0.074544 (58%)
1087
+ Step 8790: 0.0867998 (58%)
1088
+ Step 8800: 0.0928106 (58%)
1089
+ Step 8810: 0.0975631 (58%)
1090
+ Step 8820: 0.116579 (58%)
1091
+ Step 8830: 0.104301 (58%)
1092
+ Step 8840: 0.146448 (58%)
1093
+ Step 8850: 0.0703004 (58%)
1094
+ Step 8860: 0.0720402 (59%)
1095
+ Step 8870: 0.116975 (59%)
1096
+ Step 8880: 0.0931314 (59%)
1097
+ Step 8890: 0.095568 (59%)
1098
+ Step 8900: 0.0809902 (59%)
1099
+ Step 8910: 0.115879 (59%)
1100
+ Step 8920: 0.0972067 (59%)
1101
+ Step 8930: 0.145612 (59%)
1102
+ Step 8940: 0.0701794 (59%)
1103
+ Step 8950: 0.0723552 (59%)
1104
+ Step 8960: 0.0784992 (59%)
1105
+ Step 8970: 0.0815073 (59%)
1106
+ Step 8980: 0.112515 (59%)
1107
+ Step 8990: 0.108469 (59%)
1108
+ Step 9000: 0.0967036 (60%)
1109
+ Step 9010: 0.0932274 (60%)
1110
+ Step 9020: 0.0796553 (60%)
1111
+ Step 9030: 0.113953 (60%)
1112
+ Step 9040: 0.129934 (60%)
1113
+ Step 9050: 0.087817 (60%)
1114
+ Step 9060: 0.114451 (60%)
1115
+ Step 9070: 0.0985797 (60%)
1116
+ Step 9080: 0.106028 (60%)
1117
+ Step 9090: 0.0945141 (60%)
1118
+ Step 9100: 0.0980894 (60%)
1119
+ Step 9110: 0.130972 (60%)
1120
+ Step 9120: 0.0939447 (60%)
1121
+ Step 9130: 0.146003 (60%)
1122
+ Step 9140: 0.0975828 (60%)
1123
+ Step 9150: 0.0423986 (61%)
1124
+ Step 9160: 0.0933765 (61%)
1125
+ Step 9170: 0.0792657 (61%)
1126
+ Step 9180: 0.0783742 (61%)
1127
+ Step 9190: 0.10795 (61%)
1128
+ Step 9200: 0.0946642 (61%)
1129
+ Step 9210: 0.0727734 (61%)
1130
+ Step 9220: 0.111863 (61%)
1131
+ Step 9230: 0.0711135 (61%)
1132
+ Step 9240: 0.0704674 (61%)
1133
+ Step 9250: 0.0944292 (61%)
1134
+ Step 9260: 0.0934094 (61%)
1135
+ Step 9270: 0.105493 (61%)
1136
+ Step 9280: 0.103561 (61%)
1137
+ Step 9290: 0.113033 (61%)
1138
+ Step 9300: 0.0744305 (62%)
1139
+ Step 9310: 0.103813 (62%)
1140
+ Step 9320: 0.0740133 (62%)
1141
+ Step 9330: 0.132006 (62%)
1142
+ Step 9340: 0.106191 (62%)
1143
+ Step 9350: 0.0924251 (62%)
1144
+ Step 9360: 0.111967 (62%)
1145
+ Step 9370: 0.109377 (62%)
1146
+ Step 9380: 0.104678 (62%)
1147
+ Step 9390: 0.116311 (62%)
1148
+ Step 9400: 0.111131 (62%)
1149
+ Step 9410: 0.0691698 (62%)
1150
+ Step 9420: 0.0919019 (62%)
1151
+ Step 9430: 0.102973 (62%)
1152
+ Step 9440: 0.0960081 (62%)
1153
+ Step 9450: 0.146171 (63%)
1154
+ Step 9460: 0.0951127 (63%)
1155
+ Step 9470: 0.172384 (63%)
1156
+ Step 9480: 0.0865531 (63%)
1157
+ Step 9490: 0.0716502 (63%)
1158
+ Step 9500: 0.115443 (63%)
1159
+ Step 9510: 0.112628 (63%)
1160
+ Step 9520: 0.116935 (63%)
1161
+ Step 9530: 0.129633 (63%)
1162
+ Step 9540: 0.107962 (63%)
1163
+ Step 9550: 0.0956163 (63%)
1164
+ Step 9560: 0.0891332 (63%)
1165
+ Step 9570: 0.175754 (63%)
1166
+ Step 9580: 0.111574 (63%)
1167
+ Step 9590: 0.0794972 (63%)
1168
+ Step 9600: 0.0824649 (64%)
1169
+ Step 9610: 0.0404977 (64%)
1170
+ Step 9620: 0.0942061 (64%)
1171
+ Step 9630: 0.116025 (64%)
1172
+ Step 9640: 0.0944784 (64%)
1173
+ Step 9650: 0.114388 (64%)
1174
+ Step 9660: 0.130804 (64%)
1175
+ Step 9670: 0.113135 (64%)
1176
+ Step 9680: 0.0802269 (64%)
1177
+ Step 9690: 0.109853 (64%)
1178
+ Step 9700: 0.0416297 (64%)
1179
+ Step 9710: 0.12737 (64%)
1180
+ Step 9720: 0.090792 (64%)
1181
+ Step 9730: 0.107472 (64%)
1182
+ Step 9740: 0.102 (64%)
1183
+ Step 9750: 0.085058 (65%)
1184
+ Step 9760: 0.0772242 (65%)
1185
+ Step 9770: 0.0911878 (65%)
1186
+ Step 9780: 0.107557 (65%)
1187
+ Step 9790: 0.0920633 (65%)
1188
+ Step 9800: 0.08003 (65%)
1189
+ Step 9810: 0.117825 (65%)
1190
+ Step 9820: 0.113842 (65%)
1191
+ Step 9830: 0.0842503 (65%)
1192
+ Step 9840: 0.0711574 (65%)
1193
+ Step 9850: 0.105186 (65%)
1194
+ Step 9860: 0.0934573 (65%)
1195
+ Step 9870: 0.115899 (65%)
1196
+ Step 9880: 0.098351 (65%)
1197
+ Step 9890: 0.0909996 (65%)
1198
+ Step 9900: 0.0789934 (66%)
1199
+ Step 9910: 0.101431 (66%)
1200
+ Step 9920: 0.087161 (66%)
1201
+ Step 9930: 0.0944081 (66%)
1202
+ Step 9940: 0.132163 (66%)
1203
+ Step 9950: 0.069841 (66%)
1204
+ Step 9960: 0.108686 (66%)
1205
+ Step 9970: 0.130053 (66%)
1206
+ Step 9980: 0.0698928 (66%)
1207
+ Step 9990: 0.118082 (66%)
1208
+ Step 10000: 0.115664 (66%)
1209
+ Step 10010: 0.0850213 (66%)
1210
+ Step 10020: 0.120409 (66%)
1211
+ Step 10030: 0.0691587 (66%)
1212
+ Step 10040: 0.101317 (66%)
1213
+ Step 10050: 0.129957 (67%)
1214
+ Step 10060: 0.0996782 (67%)
1215
+ Step 10070: 0.113874 (67%)
1216
+ Step 10080: 0.0693033 (67%)
1217
+ Step 10090: 0.09518 (67%)
1218
+ Step 10100: 0.112429 (67%)
1219
+ Step 10110: 0.0988775 (67%)
1220
+ Step 10120: 0.0971253 (67%)
1221
+ Step 10130: 0.0907689 (67%)
1222
+ Step 10140: 0.0251287 (67%)
1223
+ Step 10150: 0.114591 (67%)
1224
+ Step 10160: 0.0905268 (67%)
1225
+ Step 10170: 0.0882903 (67%)
1226
+ Step 10180: 0.144644 (67%)
1227
+ Step 10190: 0.0937759 (67%)
1228
+ Step 10200: 0.0698077 (68%)
1229
+ Step 10210: 0.0951914 (68%)
1230
+ Step 10220: 0.115742 (68%)
1231
+ Step 10230: 0.0947233 (68%)
1232
+ Step 10240: 0.0716483 (68%)
1233
+ Step 10250: 0.170452 (68%)
1234
+ Step 10260: 0.112675 (68%)
1235
+ Step 10270: 0.076843 (68%)
1236
+ Step 10280: 0.115461 (68%)
1237
+ Step 10290: 0.127609 (68%)
1238
+ Step 10300: 0.0963203 (68%)
1239
+ Step 10310: 0.0389994 (68%)
1240
+ Step 10320: 0.0858133 (68%)
1241
+ Step 10330: 0.0734409 (68%)
1242
+ Step 10340: 0.103504 (68%)
1243
+ Step 10350: 0.103289 (69%)
1244
+ Step 10360: 0.114886 (69%)
1245
+ Step 10370: 0.0947357 (69%)
1246
+ Step 10380: 0.110534 (69%)
1247
+ Step 10390: 0.0741391 (69%)
1248
+ Step 10400: 0.114369 (69%)
1249
+ Step 10410: 0.0942804 (69%)
1250
+ Step 10420: 0.0700182 (69%)
1251
+ Step 10430: 0.0975126 (69%)
1252
+ Step 10440: 0.171752 (69%)
1253
+ Step 10450: 0.0930189 (69%)
1254
+ Step 10460: 0.100805 (69%)
1255
+ Step 10470: 0.0698046 (69%)
1256
+ Step 10480: 0.11102 (69%)
1257
+ Step 10490: 0.0862598 (69%)
1258
+ Step 10500: 0.143208 (70%)
1259
+ Step 10510: 0.0873049 (70%)
1260
+ Step 10520: 0.129977 (70%)
1261
+ Step 10530: 0.0926861 (70%)
1262
+ Step 10540: 0.12794 (70%)
1263
+ Step 10550: 0.0404482 (70%)
1264
+ Step 10560: 0.0916327 (70%)
1265
+ Step 10570: 0.0749411 (70%)
1266
+ Step 10580: 0.102492 (70%)
1267
+ Step 10590: 0.106867 (70%)
1268
+ Step 10600: 0.0852509 (70%)
1269
+ Step 10610: 0.0702716 (70%)
1270
+ Step 10620: 0.0671168 (70%)
1271
+ Step 10630: 0.111059 (70%)
1272
+ Step 10640: 0.0842461 (70%)
1273
+ Step 10650: 0.111523 (71%)
1274
+ Step 10660: 0.106714 (71%)
1275
+ Step 10670: 0.11154 (71%)
1276
+ Step 10680: 0.0906223 (71%)
1277
+ Step 10690: 0.113102 (71%)
1278
+ Step 10700: 0.128242 (71%)
1279
+ Step 10710: 0.0711586 (71%)
1280
+ Step 10720: 0.0849689 (71%)
1281
+ Step 10730: 0.0954938 (71%)
1282
+ Step 10740: 0.0935594 (71%)
1283
+ Step 10750: 0.0831088 (71%)
1284
+ Step 10760: 0.111864 (71%)
1285
+ Step 10770: 0.0726799 (71%)
1286
+ Step 10780: 0.0388888 (71%)
1287
+ Step 10790: 0.0929663 (71%)
1288
+ Step 10800: 0.0789141 (72%)
1289
+ Step 10810: 0.111003 (72%)
1290
+ Step 10820: 0.0848663 (72%)
1291
+ Step 10830: 0.0866543 (72%)
1292
+ Step 10840: 0.0951569 (72%)
1293
+ Step 10850: 0.11303 (72%)
1294
+ Step 10860: 0.0929351 (72%)
1295
+ Step 10870: 0.102414 (72%)
1296
+ Step 10880: 0.103179 (72%)
1297
+ Step 10890: 0.0943458 (72%)
1298
+ Step 10900: 0.0936117 (72%)
1299
+ Step 10910: 0.087634 (72%)
1300
+ Step 10920: 0.0904685 (72%)
1301
+ Step 10930: 0.0909649 (72%)
1302
+ Step 10940: 0.125127 (72%)
1303
+ Step 10950: 0.0725324 (73%)
1304
+ Step 10960: 0.112304 (73%)
1305
+ Step 10970: 0.0888258 (73%)
1306
+ Step 10980: 0.0933798 (73%)
1307
+ Step 10990: 0.115703 (73%)
1308
+ Step 11000: 0.0928386 (73%)
1309
+ Step 11010: 0.108571 (73%)
1310
+ Step 11020: 0.0801509 (73%)
1311
+ Step 11030: 0.098152 (73%)
1312
+ Step 11040: 0.0959007 (73%)
1313
+ Step 11050: 0.0894768 (73%)
1314
+ Step 11060: 0.0978673 (73%)
1315
+ Step 11070: 0.039052 (73%)
1316
+ Step 11080: 0.108653 (73%)
1317
+ Step 11090: 0.119751 (73%)
1318
+ Step 11100: 0.102218 (74%)
1319
+ Step 11110: 0.0842833 (74%)
1320
+ Step 11120: 0.128811 (74%)
1321
+ Step 11130: 0.0930224 (74%)
1322
+ Step 11140: 0.0915964 (74%)
1323
+ Step 11150: 0.0687986 (74%)
1324
+ Step 11160: 0.0722283 (74%)
1325
+ Step 11170: 0.0935332 (74%)
1326
+ Step 11180: 0.0902817 (74%)
1327
+ Step 11190: 0.092463 (74%)
1328
+ Step 11200: 0.0948211 (74%)
1329
+ Step 11210: 0.130424 (74%)
1330
+ Step 11220: 0.039868 (74%)
1331
+ Step 11230: 0.115447 (74%)
1332
+ Step 11240: 0.172775 (74%)
1333
+ Step 11250: 0.0708308 (75%)
1334
+ Step 11260: 0.0420855 (75%)
1335
+ Step 11270: 0.103561 (75%)
1336
+ Step 11280: 0.104064 (75%)
1337
+ Step 11290: 0.0859041 (75%)
1338
+ Step 11300: 0.105916 (75%)
1339
+ Step 11310: 0.0938346 (75%)
1340
+ Step 11320: 0.126058 (75%)
1341
+ Step 11330: 0.102465 (75%)
1342
+ Step 11340: 0.0911386 (75%)
1343
+ Step 11350: 0.118304 (75%)
1344
+ Step 11360: 0.0804387 (75%)
1345
+ Step 11370: 0.111436 (75%)
1346
+ Step 11380: 0.113959 (75%)
1347
+ Step 11390: 0.0702337 (75%)
1348
+ Step 11400: 0.0879671 (76%)
1349
+ Step 11410: 0.0857389 (76%)
1350
+ Step 11420: 0.109523 (76%)
1351
+ Step 11430: 0.0839491 (76%)
1352
+ Step 11440: 0.096188 (76%)
1353
+ Step 11450: 0.114546 (76%)
1354
+ Step 11460: 0.0403897 (76%)
1355
+ Step 11470: 0.114051 (76%)
1356
+ Step 11480: 0.0384529 (76%)
1357
+ Step 11490: 0.0875313 (76%)
1358
+ Step 11500: 0.0952027 (76%)
1359
+ Step 11510: 0.0693778 (76%)
1360
+ Step 11520: 0.0977357 (76%)
1361
+ Step 11530: 0.0933959 (76%)
1362
+ Step 11540: 0.0850255 (76%)
1363
+ Step 11550: 0.0947945 (77%)
1364
+ Step 11560: 0.0840156 (77%)
1365
+ Step 11570: 0.0908296 (77%)
1366
+ Step 11580: 0.142627 (77%)
1367
+ Step 11590: 0.0403529 (77%)
1368
+ Step 11600: 0.114125 (77%)
1369
+ Step 11610: 0.0872111 (77%)
1370
+ Step 11620: 0.141493 (77%)
1371
+ Step 11630: 0.0882017 (77%)
1372
+ Step 11640: 0.0802446 (77%)
1373
+ Step 11650: 0.0691748 (77%)
1374
+ Step 11660: 0.118059 (77%)
1375
+ Step 11670: 0.0946269 (77%)
1376
+ Step 11680: 0.101818 (77%)
1377
+ Step 11690: 0.0686262 (77%)
1378
+ Step 11700: 0.0958811 (78%)
1379
+ Step 11710: 0.117546 (78%)
1380
+ Step 11720: 0.170349 (78%)
1381
+ Step 11730: 0.119116 (78%)
1382
+ Step 11740: 0.0803975 (78%)
1383
+ Step 11750: 0.0837842 (78%)
1384
+ Step 11760: 0.116312 (78%)
1385
+ Step 11770: 0.0685809 (78%)
1386
+ Step 11780: 0.09824 (78%)
1387
+ Step 11790: 0.0665091 (78%)
1388
+ Step 11800: 0.109951 (78%)
1389
+ Step 11810: 0.0946258 (78%)
1390
+ Step 11820: 0.105649 (78%)
1391
+ Step 11830: 0.0944868 (78%)
1392
+ Step 11840: 0.104343 (78%)
1393
+ Step 11850: 0.0677663 (79%)
1394
+ Step 11860: 0.0947996 (79%)
1395
+ Step 11870: 0.0928433 (79%)
1396
+ Step 11880: 0.111349 (79%)
1397
+ Step 11890: 0.112536 (79%)
1398
+ Step 11900: 0.0674203 (79%)
1399
+ Step 11910: 0.172931 (79%)
1400
+ Step 11920: 0.125187 (79%)
1401
+ Step 11930: 0.0842422 (79%)
1402
+ Step 11940: 0.0949917 (79%)
1403
+ Step 11950: 0.125651 (79%)
1404
+ Step 11960: 0.113962 (79%)
1405
+ Step 11970: 0.127644 (79%)
1406
+ Step 11980: 0.0679196 (79%)
1407
+ Step 11990: 0.0961593 (79%)
1408
+ Step 12000: 0.0917663 (80%)
1409
+ Step 12010: 0.131602 (80%)
1410
+ Step 12020: 0.0903391 (80%)
1411
+ Step 12030: 0.0887924 (80%)
1412
+ Step 12040: 0.0679182 (80%)
1413
+ Step 12050: 0.115471 (80%)
1414
+ Step 12060: -0.0169078 (80%)
1415
+ Step 12070: 0.0744448 (80%)
1416
+ Step 12080: 0.0831302 (80%)
1417
+ Step 12090: 0.124903 (80%)
1418
+ Step 12100: 0.0681476 (80%)
1419
+ Step 12110: 0.110948 (80%)
1420
+ Step 12120: 0.092134 (80%)
1421
+ Step 12130: 0.0951739 (80%)
1422
+ Step 12140: 0.106031 (80%)
1423
+ Step 12150: 0.0668167 (81%)
1424
+ Step 12160: 0.0880159 (81%)
1425
+ Step 12170: 0.0990594 (81%)
1426
+ Step 12180: 0.083239 (81%)
1427
+ Step 12190: 0.0923297 (81%)
1428
+ Step 12200: 0.0922137 (81%)
1429
+ Step 12210: 0.0917044 (81%)
1430
+ Step 12220: 0.0691482 (81%)
1431
+ Step 12230: 0.0697864 (81%)
1432
+ Step 12240: 0.0907255 (81%)
1433
+ Step 12250: 0.072542 (81%)
1434
+ Step 12260: 0.06967 (81%)
1435
+ Step 12270: 0.109558 (81%)
1436
+ Step 12280: 0.0897118 (81%)
1437
+ Step 12290: 0.0832175 (81%)
1438
+ Step 12300: 0.0719982 (82%)
1439
+ Step 12310: 0.0924955 (82%)
1440
+ Step 12320: 0.105228 (82%)
1441
+ Step 12330: 0.109241 (82%)
1442
+ Step 12340: 0.110116 (82%)
1443
+ Step 12350: 0.0680977 (82%)
1444
+ Step 12360: 0.103982 (82%)
1445
+ Step 12370: 0.0919254 (82%)
1446
+ Step 12380: 0.102906 (82%)
1447
+ Step 12390: 0.112855 (82%)
1448
+ Step 12400: 0.0833767 (82%)
1449
+ Step 12410: 0.068661 (82%)
1450
+ Step 12420: 0.0952839 (82%)
1451
+ Step 12430: 0.0945543 (82%)
1452
+ Step 12440: 0.112713 (82%)
1453
+ Step 12450: 0.0676064 (83%)
1454
+ Step 12460: 0.0778572 (83%)
1455
+ Step 12470: 0.0915897 (83%)
1456
+ Step 12480: 0.0829984 (83%)
1457
+ Step 12490: 0.111943 (83%)
1458
+ Step 12500: 0.0692182 (83%)
1459
+ Step 12510: 0.0934727 (83%)
1460
+ Step 12520: 0.0719265 (83%)
1461
+ Step 12530: 0.0673194 (83%)
1462
+ Step 12540: 0.129812 (83%)
1463
+ Step 12550: 0.0992974 (83%)
1464
+ Step 12560: 0.0673924 (83%)
1465
+ Step 12570: 0.0901241 (83%)
1466
+ Step 12580: 0.104276 (83%)
1467
+ Step 12590: 0.098536 (83%)
1468
+ Step 12600: 0.110827 (84%)
1469
+ Step 12610: 0.0825379 (84%)
1470
+ Step 12620: 0.0915755 (84%)
1471
+ Step 12630: 0.0706986 (84%)
1472
+ Step 12640: 0.0791543 (84%)
1473
+ Step 12650: 0.0392538 (84%)
1474
+ Step 12660: 0.114817 (84%)
1475
+ Step 12670: 0.0968699 (84%)
1476
+ Step 12680: 0.111137 (84%)
1477
+ Step 12690: 0.110267 (84%)
1478
+ Step 12700: 0.100247 (84%)
1479
+ Step 12710: 0.0672868 (84%)
1480
+ Step 12720: 0.0923346 (84%)
1481
+ Step 12730: 0.111624 (84%)
1482
+ Step 12740: 0.0687962 (84%)
1483
+ Step 12750: 0.111132 (85%)
1484
+ Step 12760: 0.138386 (85%)
1485
+ Step 12770: 0.093137 (85%)
1486
+ Step 12780: 0.0665525 (85%)
1487
+ Step 12790: 0.106564 (85%)
1488
+ Step 12800: 0.0387653 (85%)
1489
+ Step 12810: 0.0903053 (85%)
1490
+ Step 12820: 0.113811 (85%)
1491
+ Step 12830: 0.100571 (85%)
1492
+ Step 12840: 0.0830351 (85%)
1493
+ Step 12850: 0.116246 (85%)
1494
+ Step 12860: 0.142718 (85%)
1495
+ Step 12870: 0.0711245 (85%)
1496
+ Step 12880: 0.137774 (85%)
1497
+ Step 12890: 0.084563 (85%)
1498
+ Step 12900: 0.0689584 (86%)
1499
+ Step 12910: 0.0665316 (86%)
1500
+ Step 12920: 0.0818902 (86%)
1501
+ Step 12930: 0.131463 (86%)
1502
+ Step 12940: 0.137477 (86%)
1503
+ Step 12950: 0.0954983 (86%)
1504
+ Step 12960: 0.0787337 (86%)
1505
+ Step 12970: 0.110673 (86%)
1506
+ Step 12980: 0.085968 (86%)
1507
+ Step 12990: 0.103234 (86%)
1508
+ Step 13000: 0.0997531 (86%)
1509
+ Step 13010: 0.0760948 (86%)
1510
+ Step 13020: 0.0916977 (86%)
1511
+ Step 13030: 0.0922866 (86%)
1512
+ Step 13040: 0.0959594 (86%)
1513
+ Step 13050: 0.101381 (87%)
1514
+ Step 13060: 0.039719 (87%)
1515
+ Step 13070: 0.11083 (87%)
1516
+ Step 13080: 0.084192 (87%)
1517
+ Step 13090: 0.0771102 (87%)
1518
+ Step 13100: 0.125965 (87%)
1519
+ Step 13110: 0.173468 (87%)
1520
+ Step 13120: 0.0875171 (87%)
1521
+ Step 13130: 0.100784 (87%)
1522
+ Step 13140: 0.111837 (87%)
1523
+ Step 13150: 0.0943695 (87%)
1524
+ Step 13160: 0.0758884 (87%)
1525
+ Step 13170: 0.113958 (87%)
1526
+ Step 13180: 0.0377635 (87%)
1527
+ Step 13190: 0.0951211 (87%)
1528
+ Step 13200: 0.109761 (88%)
1529
+ Step 13210: 0.0893033 (88%)
1530
+ Step 13220: 0.0910999 (88%)
1531
+ Step 13230: 0.101828 (88%)
1532
+ Step 13240: 0.11458 (88%)
1533
+ Step 13250: 0.0998045 (88%)
1534
+ Step 13260: 0.0890813 (88%)
1535
+ Step 13270: 0.0900712 (88%)
1536
+ Step 13280: 0.0728711 (88%)
1537
+ Step 13290: 0.0859487 (88%)
1538
+ Step 13300: 0.123343 (88%)
1539
+ Step 13310: 0.081974 (88%)
1540
+ Step 13320: 0.0992505 (88%)
1541
+ Step 13330: 0.0937687 (88%)
1542
+ Step 13340: 0.110651 (88%)
1543
+ Step 13350: 0.109802 (89%)
1544
+ Step 13360: 0.137567 (89%)
1545
+ Step 13370: 0.113105 (89%)
1546
+ Step 13380: 0.078527 (89%)
1547
+ Step 13390: 0.119618 (89%)
1548
+ Step 13400: 0.0661986 (89%)
1549
+ Step 13410: 0.125872 (89%)
1550
+ Step 13420: 0.100983 (89%)
1551
+ Step 13430: 0.0932601 (89%)
1552
+ Step 13440: 0.109646 (89%)
1553
+ Step 13450: 0.0921081 (89%)
1554
+ Step 13460: 0.0709174 (89%)
1555
+ Step 13470: 0.102137 (89%)
1556
+ Step 13480: 0.115123 (89%)
1557
+ Step 13490: 0.0911336 (89%)
1558
+ Step 13500: 0.114059 (90%)
1559
+ Step 13510: 0.11006 (90%)
1560
+ Step 13520: 0.100359 (90%)
1561
+ Step 13530: 0.0670837 (90%)
1562
+ Step 13540: 0.100546 (90%)
1563
+ Step 13550: 0.127899 (90%)
1564
+ Step 13560: 0.0816173 (90%)
1565
+ Step 13570: 0.12498 (90%)
1566
+ Step 13580: 0.115856 (90%)
1567
+ Step 13590: 0.0688681 (90%)
1568
+ Step 13600: 0.0925441 (90%)
1569
+ Step 13610: 0.039318 (90%)
1570
+ Step 13620: 0.111626 (90%)
1571
+ Step 13630: 0.0926291 (90%)
1572
+ Step 13640: 0.141293 (90%)
1573
+ Step 13650: 0.110815 (91%)
1574
+ Step 13660: 0.0771288 (91%)
1575
+ Step 13670: 0.0889576 (91%)
1576
+ Step 13680: 0.0779081 (91%)
1577
+ Step 13690: 0.11574 (91%)
1578
+ Step 13700: 0.140162 (91%)
1579
+ Step 13710: 0.114563 (91%)
1580
+ Step 13720: 0.129266 (91%)
1581
+ Step 13730: 0.0645771 (91%)
1582
+ Step 13740: 0.0903579 (91%)
1583
+ Step 13750: 0.101523 (91%)
1584
+ Step 13760: 0.109652 (91%)
1585
+ Step 13770: 0.0895593 (91%)
1586
+ Step 13780: 0.124679 (91%)
1587
+ Step 13790: 0.0837501 (91%)
1588
+ Step 13800: 0.0979255 (92%)
1589
+ Step 13810: 0.112835 (92%)
1590
+ Step 13820: 0.128305 (92%)
1591
+ Step 13830: 0.0384507 (92%)
1592
+ Step 13840: 0.110231 (92%)
1593
+ Step 13850: 0.0995725 (92%)
1594
+ Step 13860: 0.0999316 (92%)
1595
+ Step 13870: 0.0897772 (92%)
1596
+ Step 13880: 0.0812878 (92%)
1597
+ Step 13890: 0.0689575 (92%)
1598
+ Step 13900: 0.0939013 (92%)
1599
+ Step 13910: 0.10048 (92%)
1600
+ Step 13920: 0.105152 (92%)
1601
+ Step 13930: 0.118875 (92%)
1602
+ Step 13940: 0.081805 (92%)
1603
+ Step 13950: 0.0934478 (93%)
1604
+ Step 13960: 0.110542 (93%)
1605
+ Step 13970: 0.0819717 (93%)
1606
+ Step 13980: 0.0990422 (93%)
1607
+ Step 13990: 0.0645375 (93%)
1608
+ Step 14000: 0.0699406 (93%)
1609
+ Step 14010: 0.0839592 (93%)
1610
+ Step 14020: 0.140451 (93%)
1611
+ Step 14030: 0.0710717 (93%)
1612
+ Step 14040: 0.0984888 (93%)
1613
+ Step 14050: 0.0904891 (93%)
1614
+ Step 14060: 0.0665311 (93%)
1615
+ Step 14070: 0.0911882 (93%)
1616
+ Step 14080: 0.0911776 (93%)
1617
+ Step 14090: 0.0946952 (93%)
1618
+ Step 14100: 0.0926116 (94%)
1619
+ Step 14110: 0.0971614 (94%)
1620
+ Step 14120: 0.115863 (94%)
1621
+ Step 14130: 0.118562 (94%)
1622
+ Step 14140: 0.110919 (94%)
1623
+ Step 14150: 0.104471 (94%)
1624
+ Step 14160: 0.137698 (94%)
1625
+ Step 14170: 0.0378934 (94%)
1626
+ Step 14180: 0.0934712 (94%)
1627
+ Step 14190: 0.0909078 (94%)
1628
+ Step 14200: 0.0674836 (94%)
1629
+ Step 14210: 0.0927277 (94%)
1630
+ Step 14220: 0.0701968 (94%)
1631
+ Step 14230: 0.104338 (94%)
1632
+ Step 14240: 0.0818658 (94%)
1633
+ Step 14250: 0.0947974 (95%)
1634
+ Step 14260: 0.0399243 (95%)
1635
+ Step 14270: 0.0711264 (95%)
1636
+ Step 14280: 0.0753864 (95%)
1637
+ Step 14290: 0.081791 (95%)
1638
+ Step 14300: 0.0918822 (95%)
1639
+ Step 14310: 0.10371 (95%)
1640
+ Step 14320: 0.0848734 (95%)
1641
+ Step 14330: 0.0393834 (95%)
1642
+ Step 14340: 0.0912485 (95%)
1643
+ Step 14350: 0.095045 (95%)
1644
+ Step 14360: 0.140388 (95%)
1645
+ Step 14370: 0.0820005 (95%)
1646
+ Step 14380: 0.066332 (95%)
1647
+ Step 14390: 0.115972 (95%)
1648
+ Step 14400: 0.108741 (96%)
1649
+ Step 14410: 0.101209 (96%)
1650
+ Step 14420: 0.0915875 (96%)
1651
+ Step 14430: 0.100145 (96%)
1652
+ Step 14440: 0.115138 (96%)
1653
+ Step 14450: 0.109855 (96%)
1654
+ Step 14460: 0.0900345 (96%)
1655
+ Step 14470: 0.0374011 (96%)
1656
+ Step 14480: 0.0991337 (96%)
1657
+ Step 14490: 0.0754503 (96%)
1658
+ Step 14500: 0.123155 (96%)
1659
+ Step 14510: 0.0914937 (96%)
1660
+ Step 14520: 0.0669118 (96%)
1661
+ Step 14530: 0.0897566 (96%)
1662
+ Step 14540: 0.109581 (96%)
1663
+ Step 14550: 0.112574 (97%)
1664
+ Step 14560: -0.0051449 (97%)
1665
+ Step 14570: 0.0656998 (97%)
1666
+ Step 14580: 0.088135 (97%)
1667
+ Step 14590: 0.0690544 (97%)
1668
+ Step 14600: 0.0647685 (97%)
1669
+ Step 14610: 0.103624 (97%)
1670
+ Step 14620: 0.0979767 (97%)
1671
+ Step 14630: 0.101396 (97%)
1672
+ Step 14640: 0.0835104 (97%)
1673
+ Step 14650: 0.086399 (97%)
1674
+ Step 14660: 0.11457 (97%)
1675
+ Step 14670: 0.104179 (97%)
1676
+ Step 14680: 0.0913984 (97%)
1677
+ Step 14690: 0.0955428 (97%)
1678
+ Step 14700: 0.0810859 (98%)
1679
+ Step 14710: 0.0929964 (98%)
1680
+ Step 14720: 0.110575 (98%)
1681
+ Step 14730: 0.0678321 (98%)
1682
+ Step 14740: 0.0775163 (98%)
1683
+ Step 14750: 0.110866 (98%)
1684
+ Step 14760: 0.0177395 (98%)
1685
+ Step 14770: 0.0964489 (98%)
1686
+ Step 14780: 0.0636025 (98%)
1687
+ Step 14790: 0.101578 (98%)
1688
+ Step 14800: 0.0931241 (98%)
1689
+ Step 14810: 0.0916872 (98%)
1690
+ Step 14820: 0.0663889 (98%)
1691
+ Step 14830: 0.075422 (98%)
1692
+ Step 14840: 0.105488 (98%)
1693
+ Step 14850: 0.109312 (99%)
1694
+ Step 14860: 0.0639901 (99%)
1695
+ Step 14870: 0.109495 (99%)
1696
+ Step 14880: 0.138904 (99%)
1697
+ Step 14890: 0.0652805 (99%)
1698
+ Step 14900: 0.111167 (99%)
1699
+ Step 14910: 0.101237 (99%)
1700
+ Step 14920: 0.122435 (99%)
1701
+ Step 14930: 0.0910214 (99%)
1702
+ Step 14940: 0.0998465 (99%)
1703
+ Step 14950: 0.0991801 (99%)
1704
+ Step 14960: 0.109137 (99%)
1705
+ Step 14970: 0.127913 (99%)
1706
+ Step 14980: 0.123336 (99%)
1707
+ Step 14990: 0.115453 (99%)
1708
+ Step 15000: 0.124306 (100%)
1709
+ Wrote /Users/dru/splat-projects/specimens/amet-001/runs/2026-03-20-15000-Drus-MacBook-Pro/cameras.json
1710
+ Wrote /Users/dru/splat-projects/specimens/amet-001/runs/2026-03-20-15000-Drus-MacBook-Pro/output.ply
1711
+ /Users/dru/splat-projects/specimens/amet-001/images/IMG_2083.jpg validation loss: 0.179768
runs/2026-03-20-15000-Drus-MacBook-Pro/params.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "date": "2026-03-20",
3
+ "iters": 15000,
4
+ "downscale": 1,
5
+ "node": "Drus-MacBook-Pro",
6
+ "opensplat": "/Users/dru/OpenSplat/build/opensplat",
7
+ "project_dir": "/Users/dru/splat-projects/specimens/amet-001",
8
+ "extra_flags": "",
9
+ "sfm": "colmap"
10
+ }
runs/2026-03-20-15000-Drus-MacBook-Pro/scores.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "date": "2026-03-20",
3
+ "iters": 15000,
4
+ "downscale": 1,
5
+ "node": "Drus-MacBook-Pro",
6
+ "sfm": "colmap",
7
+ "moondream_score": null,
8
+ "director_rating": null,
9
+ "psnr": null,
10
+ "lpips": null,
11
+ "file_size_mb": 14,
12
+ "notes": ""
13
+ }
runs/2026-03-20-30000-Drus-MacBook-Pro/opensplat.log ADDED
@@ -0,0 +1,1990 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Using MPS
2
+ Reading 29342 points
3
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2132.jpg
4
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2131.jpg
5
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2128.jpg
6
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2124.jpg
7
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2080.jpg
8
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2084.jpg
9
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2139.jpg
10
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2143.jpg
11
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2170.jpg
12
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2165.jpg
13
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2160.jpg
14
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2155.jpg
15
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2150.jpg
16
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2145.jpg
17
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2174.jpg
18
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2136.jpg
19
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2149.jpg
20
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2159.jpg
21
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2169.jpg
22
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2144.jpg
23
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2140.jpg
24
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2081.jpg
25
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2154.jpg
26
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2075.jpg
27
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2123.jpg
28
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2164.jpg
29
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2073.jpg
30
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2127.jpg
31
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2158.jpg
32
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2085.jpg
33
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2173.jpg
34
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2135.jpg
35
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2168.jpg
36
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2148.jpg
37
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2163.jpg
38
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2130.jpg
39
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2153.jpg
40
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2141.jpg
41
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2074.jpg
42
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2077.jpg
43
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2076.jpg
44
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2082.jpg
45
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2157.jpg
46
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2172.jpg
47
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2162.jpg
48
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2129.jpg
49
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2167.jpg
50
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2147.jpg
51
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2078.jpg
52
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2142.jpg
53
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2137.jpg
54
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2152.jpg
55
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2134.jpg
56
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2126.jpg
57
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2083.jpg
58
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2156.jpg
59
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2171.jpg
60
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2151.jpg
61
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2125.jpg
62
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2146.jpg
63
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2122.jpg
64
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2161.jpg
65
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2079.jpg
66
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2072.jpg
67
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2133.jpg
68
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2138.jpg
69
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2166.jpg
70
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2175.jpg
71
+ init_gsplat_metal_context: loading '/Users/dru/OpenSplat/build/default.metallib'
72
+ init_gsplat_metal_context: loaded '/Users/dru/OpenSplat/build/default.metallib', functions: compute_cov2d_bounds_kernel, project_gaussians_backward_kernel, get_tile_bin_edges_kernel, rasterize_backward_kernel, map_gaussian_to_intersects_kernel, nd_rasterize_backward_kernel, project_gaussians_forward_kernel, compute_sh_backward_kernel, compute_sh_forward_kernel, nd_rasterize_forward_kernel
73
+ init_gsplat_metal_context: load function nd_rasterize_backward_kernel with label: (null)
74
+ init_gsplat_metal_context: load function nd_rasterize_forward_kernel with label: (null)
75
+ init_gsplat_metal_context: load function rasterize_backward_kernel with label: (null)
76
+ init_gsplat_metal_context: load function project_gaussians_forward_kernel with label: (null)
77
+ init_gsplat_metal_context: load function project_gaussians_backward_kernel with label: (null)
78
+ init_gsplat_metal_context: load function compute_sh_forward_kernel with label: (null)
79
+ init_gsplat_metal_context: load function compute_sh_backward_kernel with label: (null)
80
+ init_gsplat_metal_context: load function compute_cov2d_bounds_kernel with label: (null)
81
+ init_gsplat_metal_context: load function map_gaussian_to_intersects_kernel with label: (null)
82
+ init_gsplat_metal_context: load function get_tile_bin_edges_kernel with label: (null)
83
+ Step 10: 0.288941 (0%)
84
+ Step 20: 0.266383 (0%)
85
+ Step 30: 0.20689 (0%)
86
+ Step 40: 0.225745 (0%)
87
+ Step 50: 0.238106 (0%)
88
+ Step 60: 0.238536 (0%)
89
+ Step 70: 0.214395 (0%)
90
+ Step 80: 0.28598 (0%)
91
+ Step 90: 0.215965 (0%)
92
+ Step 100: 0.222078 (0%)
93
+ Step 110: 0.201293 (0%)
94
+ Step 120: 0.174434 (0%)
95
+ Step 130: 0.264015 (0%)
96
+ Step 140: 0.185257 (0%)
97
+ Step 150: 0.178365 (0%)
98
+ Step 160: 0.198251 (0%)
99
+ Step 170: 0.236907 (0%)
100
+ Step 180: 0.169978 (0%)
101
+ Step 190: 0.222059 (0%)
102
+ Step 200: 0.192797 (0%)
103
+ Step 210: 0.166415 (0%)
104
+ Step 220: 0.146043 (0%)
105
+ Step 230: 0.148775 (0%)
106
+ Step 240: 0.246356 (0%)
107
+ Step 250: 0.149237 (0%)
108
+ Step 260: 0.117089 (0%)
109
+ Step 270: 0.133106 (0%)
110
+ Step 280: 0.0971502 (0%)
111
+ Step 290: 0.110728 (0%)
112
+ Step 300: 0.192256 (1%)
113
+ Step 310: 0.100147 (1%)
114
+ Step 320: 0.0977985 (1%)
115
+ Step 330: 0.105091 (1%)
116
+ Step 340: 0.112478 (1%)
117
+ Step 350: 0.11044 (1%)
118
+ Step 360: 0.106007 (1%)
119
+ Step 370: 0.166291 (1%)
120
+ Step 380: 0.082825 (1%)
121
+ Step 390: 0.218387 (1%)
122
+ Step 400: 0.0836967 (1%)
123
+ Step 410: 0.0785474 (1%)
124
+ Step 420: 0.104284 (1%)
125
+ Step 430: 0.0794505 (1%)
126
+ Step 440: 0.101326 (1%)
127
+ Step 450: 0.192394 (1%)
128
+ Step 460: 0.109509 (1%)
129
+ Step 470: 0.0632008 (1%)
130
+ Step 480: 0.0861428 (1%)
131
+ Step 490: 0.113476 (1%)
132
+ Step 500: 0.215739 (1%)
133
+ Step 510: 0.0917491 (1%)
134
+ Step 520: 0.155458 (1%)
135
+ Step 530: 0.206188 (1%)
136
+ Step 540: 0.212901 (1%)
137
+ Step 550: 0.0663349 (1%)
138
+ Step 560: 0.0758619 (1%)
139
+ Step 570: 0.209198 (1%)
140
+ Step 580: 0.157125 (1%)
141
+ Step 590: 0.0865336 (1%)
142
+ Step 600: 0.0576199 (2%)
143
+ Added 6808 gaussians, new count 36150
144
+ Culled 4430 gaussians, remaining 31720
145
+ Step 610: 0.2618 (2%)
146
+ Step 620: 0.214939 (2%)
147
+ Step 630: 0.113902 (2%)
148
+ Step 640: 0.0833911 (2%)
149
+ Step 650: 0.0786315 (2%)
150
+ Step 660: 0.100589 (2%)
151
+ Step 670: 0.106996 (2%)
152
+ Step 680: 0.0978738 (2%)
153
+ Step 690: 0.0797855 (2%)
154
+ Step 700: 0.102485 (2%)
155
+ Added 8420 gaussians, new count 40140
156
+ Culled 2407 gaussians, remaining 37733
157
+ Step 710: 0.280463 (2%)
158
+ Step 720: 0.159451 (2%)
159
+ Step 730: 0.215739 (2%)
160
+ Step 740: 0.126451 (2%)
161
+ Step 750: 0.0968057 (2%)
162
+ Step 760: 0.124336 (2%)
163
+ Step 770: 0.1023 (2%)
164
+ Step 780: 0.0889827 (2%)
165
+ Step 790: 0.0840923 (2%)
166
+ Step 800: 0.161608 (2%)
167
+ Added 6284 gaussians, new count 44017
168
+ Culled 2709 gaussians, remaining 41308
169
+ Step 810: 0.0884132 (2%)
170
+ Step 820: 0.10246 (2%)
171
+ Step 830: 0.0747253 (2%)
172
+ Step 840: 0.308138 (2%)
173
+ Step 850: 0.0770857 (2%)
174
+ Step 860: 0.220442 (2%)
175
+ Step 870: 0.122556 (2%)
176
+ Step 880: 0.314128 (2%)
177
+ Step 890: 0.301196 (2%)
178
+ Step 900: 0.173587 (3%)
179
+ Added 8145 gaussians, new count 49453
180
+ Culled 3195 gaussians, remaining 46258
181
+ Step 910: 0.113907 (3%)
182
+ Step 920: 0.220532 (3%)
183
+ Step 930: 0.154654 (3%)
184
+ Step 940: 0.109963 (3%)
185
+ Step 950: 0.17023 (3%)
186
+ Step 960: 0.0593292 (3%)
187
+ Step 970: 0.0667979 (3%)
188
+ Step 980: 0.0531691 (3%)
189
+ Step 990: 0.0685736 (3%)
190
+ Step 1000: 0.0459296 (3%)
191
+ Added 10651 gaussians, new count 56909
192
+ Culled 3944 gaussians, remaining 52965
193
+ Step 1010: 0.0845934 (3%)
194
+ Step 1020: 0.0644992 (3%)
195
+ Step 1030: 0.0770739 (3%)
196
+ Step 1040: 0.0989004 (3%)
197
+ Step 1050: 0.0903472 (3%)
198
+ Step 1060: 0.0443203 (3%)
199
+ Step 1070: 0.0721273 (3%)
200
+ Step 1080: 0.070395 (3%)
201
+ Step 1090: 0.175841 (3%)
202
+ Step 1100: 0.0755717 (3%)
203
+ Added 10602 gaussians, new count 63567
204
+ Culled 5221 gaussians, remaining 58346
205
+ Step 1110: 0.0710164 (3%)
206
+ Step 1120: 0.081712 (3%)
207
+ Step 1130: 0.0868327 (3%)
208
+ Step 1140: 0.0880456 (3%)
209
+ Step 1150: 0.0802414 (3%)
210
+ Step 1160: 0.0731265 (3%)
211
+ Step 1170: 0.115792 (3%)
212
+ Step 1180: 0.0522025 (3%)
213
+ Step 1190: 0.190271 (3%)
214
+ Step 1200: 0.0903112 (4%)
215
+ Added 10827 gaussians, new count 69173
216
+ Culled 5506 gaussians, remaining 63667
217
+ Step 1210: 0.0663464 (4%)
218
+ Step 1220: 0.0775063 (4%)
219
+ Step 1230: 0.0975538 (4%)
220
+ Step 1240: 0.0665482 (4%)
221
+ Step 1250: 0.074263 (4%)
222
+ Step 1260: 0.095258 (4%)
223
+ Step 1270: 0.0449249 (4%)
224
+ Step 1280: 0.070296 (4%)
225
+ Step 1290: 0.0444053 (4%)
226
+ Step 1300: 0.0616502 (4%)
227
+ Added 10401 gaussians, new count 74068
228
+ Culled 6185 gaussians, remaining 67883
229
+ Step 1310: 0.109701 (4%)
230
+ Step 1320: 0.10971 (4%)
231
+ Step 1330: 0.0647504 (4%)
232
+ Step 1340: 0.0677599 (4%)
233
+ Step 1350: 0.0708736 (4%)
234
+ Step 1360: 0.0502029 (4%)
235
+ Step 1370: 0.0710154 (4%)
236
+ Step 1380: 0.0734343 (4%)
237
+ Step 1390: 0.070136 (4%)
238
+ Step 1400: 0.115833 (4%)
239
+ Added 11014 gaussians, new count 78897
240
+ Culled 5816 gaussians, remaining 73081
241
+ Step 1410: 0.104344 (4%)
242
+ Step 1420: 0.15525 (4%)
243
+ Step 1430: 0.0614722 (4%)
244
+ Step 1440: 0.083355 (4%)
245
+ Step 1450: 0.050142 (4%)
246
+ Step 1460: 0.0504163 (4%)
247
+ Step 1470: 0.0685233 (4%)
248
+ Step 1480: 0.0631606 (4%)
249
+ Step 1490: 0.0716552 (4%)
250
+ Step 1500: 0.0593706 (5%)
251
+ Added 10106 gaussians, new count 83187
252
+ Culled 6776 gaussians, remaining 76411
253
+ Step 1510: 0.071057 (5%)
254
+ Step 1520: 0.0685499 (5%)
255
+ Step 1530: 0.0587414 (5%)
256
+ Step 1540: 0.0525482 (5%)
257
+ Step 1550: 0.0748828 (5%)
258
+ Step 1560: 0.0532157 (5%)
259
+ Step 1570: 0.112782 (5%)
260
+ Step 1580: 0.0640881 (5%)
261
+ Step 1590: 0.0591792 (5%)
262
+ Step 1600: 0.0764329 (5%)
263
+ Added 11535 gaussians, new count 87946
264
+ Culled 6484 gaussians, remaining 81462
265
+ Step 1610: 0.0554598 (5%)
266
+ Step 1620: 0.0931471 (5%)
267
+ Step 1630: 0.0620203 (5%)
268
+ Step 1640: 0.0767045 (5%)
269
+ Step 1650: 0.0668368 (5%)
270
+ Step 1660: 0.0462962 (5%)
271
+ Step 1670: 0.0498937 (5%)
272
+ Step 1680: 0.0732786 (5%)
273
+ Step 1690: 0.0386932 (5%)
274
+ Step 1700: 0.108582 (5%)
275
+ Added 11383 gaussians, new count 92845
276
+ Culled 6973 gaussians, remaining 85872
277
+ Step 1710: 0.0618653 (5%)
278
+ Step 1720: 0.0415015 (5%)
279
+ Step 1730: 0.0710829 (5%)
280
+ Step 1740: 0.0776073 (5%)
281
+ Step 1750: 0.0711867 (5%)
282
+ Step 1760: 0.0385178 (5%)
283
+ Step 1770: 0.0701321 (5%)
284
+ Step 1780: 0.0593181 (5%)
285
+ Step 1790: 0.140302 (5%)
286
+ Step 1800: 0.0661776 (6%)
287
+ Added 11023 gaussians, new count 96895
288
+ Culled 7261 gaussians, remaining 89634
289
+ Step 1810: 0.0715823 (6%)
290
+ Step 1820: 0.0504087 (6%)
291
+ Step 1830: 0.0634242 (6%)
292
+ Step 1840: 0.0527477 (6%)
293
+ Step 1850: 0.0788727 (6%)
294
+ Step 1860: 0.0700957 (6%)
295
+ Step 1870: 0.0819401 (6%)
296
+ Step 1880: 0.0413315 (6%)
297
+ Step 1890: 0.0599894 (6%)
298
+ Step 1900: 0.0432866 (6%)
299
+ Added 11249 gaussians, new count 100883
300
+ Culled 7299 gaussians, remaining 93584
301
+ Step 1910: 0.061318 (6%)
302
+ Step 1920: 0.124045 (6%)
303
+ Step 1930: 0.057565 (6%)
304
+ Step 1940: 0.0781881 (6%)
305
+ Step 1950: 0.0673905 (6%)
306
+ Step 1960: 0.0779246 (6%)
307
+ Step 1970: 0.105958 (6%)
308
+ Step 1980: 0.0921067 (6%)
309
+ Step 1990: 0.0567942 (6%)
310
+ Step 2000: 0.0450527 (6%)
311
+ Added 12439 gaussians, new count 106023
312
+ Culled 7562 gaussians, remaining 98461
313
+ Step 2010: 0.0799735 (6%)
314
+ Step 2020: 0.0724517 (6%)
315
+ Step 2030: 0.0646032 (6%)
316
+ Step 2040: 0.0423766 (6%)
317
+ Step 2050: 0.095164 (6%)
318
+ Step 2060: 0.0659361 (6%)
319
+ Step 2070: 0.0714593 (6%)
320
+ Step 2080: 0.0444443 (6%)
321
+ Step 2090: 0.140777 (6%)
322
+ Step 2100: 0.067841 (7%)
323
+ Added 11887 gaussians, new count 110348
324
+ Culled 7996 gaussians, remaining 102352
325
+ Step 2110: 0.105848 (7%)
326
+ Step 2120: 0.0579467 (7%)
327
+ Step 2130: 0.0695859 (7%)
328
+ Step 2140: 0.0360599 (7%)
329
+ Step 2150: 0.0366647 (7%)
330
+ Step 2160: 0.0650451 (7%)
331
+ Step 2170: 0.106546 (7%)
332
+ Step 2180: 0.0967578 (7%)
333
+ Step 2190: 0.0626279 (7%)
334
+ Step 2200: 0.0514445 (7%)
335
+ Added 13031 gaussians, new count 115383
336
+ Culled 7919 gaussians, remaining 107464
337
+ Step 2210: 0.0686452 (7%)
338
+ Step 2220: 0.0977167 (7%)
339
+ Step 2230: 0.0672345 (7%)
340
+ Step 2240: 0.0455131 (7%)
341
+ Step 2250: 0.0425334 (7%)
342
+ Step 2260: 0.0669798 (7%)
343
+ Step 2270: 0.0644967 (7%)
344
+ Step 2280: 0.0667235 (7%)
345
+ Step 2290: 0.0458806 (7%)
346
+ Step 2300: 0.0595291 (7%)
347
+ Added 12301 gaussians, new count 119765
348
+ Culled 8486 gaussians, remaining 111279
349
+ Step 2310: 0.0387537 (7%)
350
+ Step 2320: 0.0625976 (7%)
351
+ Step 2330: 0.0873377 (7%)
352
+ Step 2340: 0.0422197 (7%)
353
+ Step 2350: 0.0465959 (7%)
354
+ Step 2360: 0.0337466 (7%)
355
+ Step 2370: 0.074976 (7%)
356
+ Step 2380: 0.0394403 (7%)
357
+ Step 2390: 0.0466178 (7%)
358
+ Step 2400: 0.134701 (8%)
359
+ Added 12943 gaussians, new count 124222
360
+ Culled 7613 gaussians, remaining 116609
361
+ Step 2410: 0.07266 (8%)
362
+ Step 2420: 0.0725756 (8%)
363
+ Step 2430: 0.0560485 (8%)
364
+ Step 2440: 0.0607001 (8%)
365
+ Step 2450: 0.0322133 (8%)
366
+ Step 2460: 0.0392476 (8%)
367
+ Step 2470: 0.108132 (8%)
368
+ Step 2480: 0.0835192 (8%)
369
+ Step 2490: 0.0840752 (8%)
370
+ Step 2500: 0.0369626 (8%)
371
+ Added 13071 gaussians, new count 129680
372
+ Culled 7916 gaussians, remaining 121764
373
+ Step 2510: 0.0547201 (8%)
374
+ Step 2520: 0.0755855 (8%)
375
+ Step 2530: 0.0727285 (8%)
376
+ Step 2540: 0.0425729 (8%)
377
+ Step 2550: 0.0615101 (8%)
378
+ Step 2560: 0.0528271 (8%)
379
+ Step 2570: 0.0671263 (8%)
380
+ Step 2580: 0.0947039 (8%)
381
+ Step 2590: 0.0903784 (8%)
382
+ Step 2600: 0.0394709 (8%)
383
+ Added 15692 gaussians, new count 137456
384
+ Culled 8316 gaussians, remaining 129140
385
+ Step 2610: 0.0730531 (8%)
386
+ Step 2620: 0.132396 (8%)
387
+ Step 2630: 0.0307088 (8%)
388
+ Step 2640: 0.054246 (8%)
389
+ Step 2650: 0.0504152 (8%)
390
+ Step 2660: 0.0349979 (8%)
391
+ Step 2670: 0.047282 (8%)
392
+ Step 2680: 0.0630323 (8%)
393
+ Step 2690: 0.0476221 (8%)
394
+ Step 2700: 0.0337354 (9%)
395
+ Added 14675 gaussians, new count 143815
396
+ Culled 8953 gaussians, remaining 134862
397
+ Step 2710: 0.0472349 (9%)
398
+ Step 2720: 0.15918 (9%)
399
+ Step 2730: 0.0366003 (9%)
400
+ Step 2740: 0.0546045 (9%)
401
+ Step 2750: 0.100798 (9%)
402
+ Step 2760: 0.0491056 (9%)
403
+ Step 2770: 0.0733459 (9%)
404
+ Step 2780: 0.0413778 (9%)
405
+ Step 2790: 0.0366411 (9%)
406
+ Step 2800: 0.0549028 (9%)
407
+ Added 16835 gaussians, new count 151697
408
+ Culled 8199 gaussians, remaining 143498
409
+ Step 2810: 0.0767487 (9%)
410
+ Step 2820: 0.090566 (9%)
411
+ Step 2830: 0.0332766 (9%)
412
+ Step 2840: 0.068135 (9%)
413
+ Step 2850: 0.0670529 (9%)
414
+ Step 2860: 0.0753126 (9%)
415
+ Step 2870: 0.034885 (9%)
416
+ Step 2880: 0.0397298 (9%)
417
+ Step 2890: 0.0375974 (9%)
418
+ Step 2900: 0.071315 (9%)
419
+ Added 17804 gaussians, new count 161302
420
+ Culled 8416 gaussians, remaining 152886
421
+ Step 2910: 0.131992 (9%)
422
+ Step 2920: 0.060009 (9%)
423
+ Step 2930: 0.0446486 (9%)
424
+ Step 2940: 0.038757 (9%)
425
+ Step 2950: 0.0653504 (9%)
426
+ Step 2960: 0.0398765 (9%)
427
+ Step 2970: 0.0374839 (9%)
428
+ Step 2980: 0.0478458 (9%)
429
+ Step 2990: 0.109511 (9%)
430
+ Step 3000: 0.0867696 (10%)
431
+ Step 3010: 0.0687262 (10%)
432
+ Step 3020: 0.0388272 (10%)
433
+ Step 3030: 0.0868615 (10%)
434
+ Step 3040: 0.0480806 (10%)
435
+ Step 3050: 0.0337761 (10%)
436
+ Step 3060: 0.0361723 (10%)
437
+ Step 3070: 0.0546522 (10%)
438
+ Step 3080: 0.105485 (10%)
439
+ Step 3090: 0.0657054 (10%)
440
+ Step 3100: 0.0674281 (10%)
441
+ Alpha reset
442
+ Step 3110: 0.062992 (10%)
443
+ Step 3120: 0.0948718 (10%)
444
+ Step 3130: 0.0884342 (10%)
445
+ Step 3140: 0.0768913 (10%)
446
+ Step 3150: 0.045059 (10%)
447
+ Step 3160: 0.0699914 (10%)
448
+ Step 3170: 0.0776351 (10%)
449
+ Step 3180: 0.0786211 (10%)
450
+ Step 3190: 0.0693062 (10%)
451
+ Step 3200: 0.048408 (10%)
452
+ Added 10521 gaussians, new count 163407
453
+ Culled 10839 gaussians, remaining 152568
454
+ Step 3210: 0.172248 (10%)
455
+ Step 3220: 0.103321 (10%)
456
+ Step 3230: 0.107265 (10%)
457
+ Step 3240: 0.119444 (10%)
458
+ Step 3250: 0.0669395 (10%)
459
+ Step 3260: 0.0853021 (10%)
460
+ Step 3270: 0.111028 (10%)
461
+ Step 3280: 0.0914294 (10%)
462
+ Step 3290: 0.0904071 (10%)
463
+ Step 3300: 0.0642717 (11%)
464
+ Added 14095 gaussians, new count 166663
465
+ Culled 31912 gaussians, remaining 134751
466
+ Step 3310: 0.0930927 (11%)
467
+ Step 3320: 0.0752079 (11%)
468
+ Step 3330: 0.0687199 (11%)
469
+ Step 3340: 0.0533322 (11%)
470
+ Step 3350: 0.043576 (11%)
471
+ Step 3360: 0.154564 (11%)
472
+ Step 3370: 0.0774847 (11%)
473
+ Step 3380: 0.0749509 (11%)
474
+ Step 3390: 0.0435112 (11%)
475
+ Step 3400: 0.0819298 (11%)
476
+ Added 11779 gaussians, new count 146530
477
+ Culled 12594 gaussians, remaining 133936
478
+ Step 3410: 0.0471374 (11%)
479
+ Step 3420: 0.0952456 (11%)
480
+ Step 3430: 0.0753768 (11%)
481
+ Step 3440: 0.107843 (11%)
482
+ Step 3450: 0.175001 (11%)
483
+ Step 3460: 0.0692786 (11%)
484
+ Step 3470: 0.0627789 (11%)
485
+ Step 3480: 0.0597339 (11%)
486
+ Step 3490: 0.068552 (11%)
487
+ Step 3500: 0.0986932 (11%)
488
+ Added 13177 gaussians, new count 147113
489
+ Culled 11767 gaussians, remaining 135346
490
+ Step 3510: 0.158972 (11%)
491
+ Step 3520: 0.0637366 (11%)
492
+ Step 3530: 0.0874679 (11%)
493
+ Step 3540: 0.179433 (11%)
494
+ Step 3550: 0.0576191 (11%)
495
+ Step 3560: 0.0637572 (11%)
496
+ Step 3570: 0.037417 (11%)
497
+ Step 3580: 0.057521 (11%)
498
+ Step 3590: 0.0457091 (11%)
499
+ Step 3600: 0.0375915 (12%)
500
+ Added 12263 gaussians, new count 147609
501
+ Culled 10711 gaussians, remaining 136898
502
+ Step 3610: 0.115495 (12%)
503
+ Step 3620: 0.0637119 (12%)
504
+ Step 3630: 0.0609259 (12%)
505
+ Step 3640: 0.0621026 (12%)
506
+ Step 3650: 0.0381155 (12%)
507
+ Step 3660: 0.101388 (12%)
508
+ Step 3670: 0.0696056 (12%)
509
+ Step 3680: 0.0536949 (12%)
510
+ Step 3690: 0.0526973 (12%)
511
+ Step 3700: 0.0320783 (12%)
512
+ Added 14990 gaussians, new count 151888
513
+ Culled 11167 gaussians, remaining 140721
514
+ Step 3710: 0.0671609 (12%)
515
+ Step 3720: 0.0582384 (12%)
516
+ Step 3730: 0.03819 (12%)
517
+ Step 3740: 0.06389 (12%)
518
+ Step 3750: 0.0390507 (12%)
519
+ Step 3760: 0.0557958 (12%)
520
+ Step 3770: 0.0410291 (12%)
521
+ Step 3780: 0.061433 (12%)
522
+ Step 3790: 0.0540363 (12%)
523
+ Step 3800: 0.0334455 (12%)
524
+ Added 13348 gaussians, new count 154069
525
+ Culled 11082 gaussians, remaining 142987
526
+ Step 3810: 0.070915 (12%)
527
+ Step 3820: 0.0647646 (12%)
528
+ Step 3830: 0.0363137 (12%)
529
+ Step 3840: 0.0424599 (12%)
530
+ Step 3850: 0.0393785 (12%)
531
+ Step 3860: 0.0768505 (12%)
532
+ Step 3870: 0.226019 (12%)
533
+ Step 3880: 0.182853 (12%)
534
+ Step 3890: 0.0470752 (12%)
535
+ Step 3900: 0.0503785 (13%)
536
+ Added 15402 gaussians, new count 158389
537
+ Culled 10964 gaussians, remaining 147425
538
+ Step 3910: 0.0416537 (13%)
539
+ Step 3920: 0.123712 (13%)
540
+ Step 3930: 0.0414976 (13%)
541
+ Step 3940: 0.0378501 (13%)
542
+ Step 3950: 0.0525848 (13%)
543
+ Step 3960: 0.180296 (13%)
544
+ Step 3970: 0.0547335 (13%)
545
+ Step 3980: 0.0390417 (13%)
546
+ Step 3990: 0.0510282 (13%)
547
+ Step 4000: 0.066175 (13%)
548
+ Added 13586 gaussians, new count 161011
549
+ Culled 10149 gaussians, remaining 150862
550
+ Step 4010: 0.11232 (13%)
551
+ Step 4020: 0.34814 (13%)
552
+ Step 4030: 0.0417354 (13%)
553
+ Step 4040: 0.0654506 (13%)
554
+ Step 4050: 0.0669788 (13%)
555
+ Step 4060: 0.0431096 (13%)
556
+ Step 4070: 0.108752 (13%)
557
+ Step 4080: 0.0566672 (13%)
558
+ Step 4090: 0.029464 (13%)
559
+ Step 4100: 0.0359669 (13%)
560
+ Added 10108 gaussians, new count 160970
561
+ Culled 9625 gaussians, remaining 151345
562
+ Step 4110: 0.061825 (13%)
563
+ Step 4120: 0.0416271 (13%)
564
+ Step 4130: 0.100212 (13%)
565
+ Step 4140: 0.0397749 (13%)
566
+ Step 4150: 0.317062 (13%)
567
+ Step 4160: 0.0789584 (13%)
568
+ Step 4170: 0.03019 (13%)
569
+ Step 4180: 0.0361059 (13%)
570
+ Step 4190: 0.0602402 (13%)
571
+ Step 4200: 0.0537592 (14%)
572
+ Added 12432 gaussians, new count 163777
573
+ Culled 7918 gaussians, remaining 155859
574
+ Step 4210: 0.0680808 (14%)
575
+ Step 4220: 0.0357003 (14%)
576
+ Step 4230: 0.0377704 (14%)
577
+ Step 4240: 0.0747695 (14%)
578
+ Step 4250: 0.0799561 (14%)
579
+ Step 4260: 0.0390043 (14%)
580
+ Step 4270: 0.0597402 (14%)
581
+ Step 4280: 0.033538 (14%)
582
+ Step 4290: 0.0526384 (14%)
583
+ Step 4300: 0.0580363 (14%)
584
+ Added 12507 gaussians, new count 168366
585
+ Culled 9404 gaussians, remaining 158962
586
+ Step 4310: 0.0359835 (14%)
587
+ Step 4320: 0.04258 (14%)
588
+ Step 4330: 0.0664706 (14%)
589
+ Step 4340: 0.0576161 (14%)
590
+ Step 4350: 0.0363851 (14%)
591
+ Step 4360: 0.0539273 (14%)
592
+ Step 4370: 0.0316137 (14%)
593
+ Step 4380: 0.0732302 (14%)
594
+ Step 4390: 0.0525937 (14%)
595
+ Step 4400: 0.0360757 (14%)
596
+ Added 13277 gaussians, new count 172239
597
+ Culled 9689 gaussians, remaining 162550
598
+ Step 4410: 0.0393001 (14%)
599
+ Step 4420: 0.0356955 (14%)
600
+ Step 4430: 0.0561579 (14%)
601
+ Step 4440: 0.0325241 (14%)
602
+ Step 4450: 0.0338684 (14%)
603
+ Step 4460: 0.0623344 (14%)
604
+ Step 4470: 0.0607564 (14%)
605
+ Step 4480: 0.0595177 (14%)
606
+ Step 4490: 0.0608671 (14%)
607
+ Step 4500: 0.0520043 (15%)
608
+ Added 13229 gaussians, new count 175779
609
+ Culled 9785 gaussians, remaining 165994
610
+ Step 4510: 0.041805 (15%)
611
+ Step 4520: 0.0385416 (15%)
612
+ Step 4530: 0.0384965 (15%)
613
+ Step 4540: 0.0557004 (15%)
614
+ Step 4550: 0.0540625 (15%)
615
+ Step 4560: 0.027783 (15%)
616
+ Step 4570: 0.0340405 (15%)
617
+ Step 4580: 0.038349 (15%)
618
+ Step 4590: 0.0520171 (15%)
619
+ Step 4600: 0.0351688 (15%)
620
+ Added 13110 gaussians, new count 179104
621
+ Culled 9976 gaussians, remaining 169128
622
+ Step 4610: 0.0363773 (15%)
623
+ Step 4620: 0.0403199 (15%)
624
+ Step 4630: 0.0526802 (15%)
625
+ Step 4640: 0.0607191 (15%)
626
+ Step 4650: 0.0418126 (15%)
627
+ Step 4660: 0.0333764 (15%)
628
+ Step 4670: 0.0318014 (15%)
629
+ Step 4680: 0.0560644 (15%)
630
+ Step 4690: 0.059984 (15%)
631
+ Step 4700: 0.0623748 (15%)
632
+ Added 12722 gaussians, new count 181850
633
+ Culled 9963 gaussians, remaining 171887
634
+ Step 4710: 0.0408279 (15%)
635
+ Step 4720: 0.0507525 (15%)
636
+ Step 4730: 0.0374687 (15%)
637
+ Step 4740: 0.0617361 (15%)
638
+ Step 4750: 0.0297036 (15%)
639
+ Step 4760: 0.043355 (15%)
640
+ Step 4770: 0.0525002 (15%)
641
+ Step 4780: 0.0585968 (15%)
642
+ Step 4790: 0.0535751 (15%)
643
+ Step 4800: 0.0440678 (16%)
644
+ Added 13452 gaussians, new count 185339
645
+ Culled 9210 gaussians, remaining 176129
646
+ Step 4810: 0.0479653 (16%)
647
+ Step 4820: 0.0631361 (16%)
648
+ Step 4830: 0.0642257 (16%)
649
+ Step 4840: 0.0370489 (16%)
650
+ Step 4850: 0.0751452 (16%)
651
+ Step 4860: 0.140263 (16%)
652
+ Step 4870: 0.0311639 (16%)
653
+ Step 4880: 0.0329523 (16%)
654
+ Step 4890: 0.0370628 (16%)
655
+ Step 4900: 0.0363793 (16%)
656
+ Added 13622 gaussians, new count 189751
657
+ Culled 9802 gaussians, remaining 179949
658
+ Step 4910: 0.0665734 (16%)
659
+ Step 4920: 0.0826262 (16%)
660
+ Step 4930: 0.0598165 (16%)
661
+ Step 4940: 0.0607859 (16%)
662
+ Step 4950: 0.0461317 (16%)
663
+ Step 4960: 0.0499991 (16%)
664
+ Step 4970: 0.0351792 (16%)
665
+ Step 4980: 0.0285426 (16%)
666
+ Step 4990: 0.037322 (16%)
667
+ Step 5000: 0.0627014 (16%)
668
+ Added 13024 gaussians, new count 192973
669
+ Culled 9700 gaussians, remaining 183273
670
+ Step 5010: 0.0645472 (16%)
671
+ Step 5020: 0.0313147 (16%)
672
+ Step 5030: 0.0411055 (16%)
673
+ Step 5040: 0.0289491 (16%)
674
+ Step 5050: 0.057574 (16%)
675
+ Step 5060: 0.034968 (16%)
676
+ Step 5070: 0.0843076 (16%)
677
+ Step 5080: 0.139329 (16%)
678
+ Step 5090: 0.0452083 (16%)
679
+ Step 5100: 0.0266063 (17%)
680
+ Added 12122 gaussians, new count 195395
681
+ Culled 9679 gaussians, remaining 185716
682
+ Step 5110: 0.0320058 (17%)
683
+ Step 5120: 0.039339 (17%)
684
+ Step 5130: 0.0597851 (17%)
685
+ Step 5140: 0.0699886 (17%)
686
+ Step 5150: 0.0450401 (17%)
687
+ Step 5160: 0.0444052 (17%)
688
+ Step 5170: 0.133923 (17%)
689
+ Step 5180: 0.0386219 (17%)
690
+ Step 5190: 0.0523239 (17%)
691
+ Step 5200: 0.0413094 (17%)
692
+ Added 13537 gaussians, new count 199253
693
+ Culled 8194 gaussians, remaining 191059
694
+ Step 5210: 0.0671658 (17%)
695
+ Step 5220: 0.067542 (17%)
696
+ Step 5230: 0.0576478 (17%)
697
+ Step 5240: 0.0546681 (17%)
698
+ Step 5250: 0.0579926 (17%)
699
+ Step 5260: 0.054834 (17%)
700
+ Step 5270: 0.0654753 (17%)
701
+ Step 5280: 0.0549043 (17%)
702
+ Step 5290: 0.0539622 (17%)
703
+ Step 5300: 0.0346052 (17%)
704
+ Added 13238 gaussians, new count 204297
705
+ Culled 9489 gaussians, remaining 194808
706
+ Step 5310: 0.0362002 (17%)
707
+ Step 5320: 0.0490455 (17%)
708
+ Step 5330: 0.0370718 (17%)
709
+ Step 5340: 0.031632 (17%)
710
+ Step 5350: 0.0796421 (17%)
711
+ Step 5360: 0.055144 (17%)
712
+ Step 5370: 0.0437469 (17%)
713
+ Step 5380: 0.0512188 (17%)
714
+ Step 5390: 0.0665181 (17%)
715
+ Step 5400: 0.0426888 (18%)
716
+ Added 13359 gaussians, new count 208167
717
+ Culled 8944 gaussians, remaining 199223
718
+ Step 5410: 0.033785 (18%)
719
+ Step 5420: 0.06484 (18%)
720
+ Step 5430: 0.0571258 (18%)
721
+ Step 5440: 0.0546216 (18%)
722
+ Step 5450: 0.0347987 (18%)
723
+ Step 5460: 0.0285214 (18%)
724
+ Step 5470: 0.0510573 (18%)
725
+ Step 5480: 0.0408142 (18%)
726
+ Step 5490: 0.0300884 (18%)
727
+ Step 5500: 0.0257729 (18%)
728
+ Added 12960 gaussians, new count 212183
729
+ Culled 8852 gaussians, remaining 203331
730
+ Step 5510: 0.0320192 (18%)
731
+ Step 5520: 0.0461474 (18%)
732
+ Step 5530: 0.0565866 (18%)
733
+ Step 5540: 0.0300972 (18%)
734
+ Step 5550: 0.0282146 (18%)
735
+ Step 5560: 0.0413221 (18%)
736
+ Step 5570: 0.0555735 (18%)
737
+ Step 5580: 0.0649946 (18%)
738
+ Step 5590: 0.0589496 (18%)
739
+ Step 5600: 0.0438071 (18%)
740
+ Added 12947 gaussians, new count 216278
741
+ Culled 8508 gaussians, remaining 207770
742
+ Step 5610: 0.0572797 (18%)
743
+ Step 5620: 0.0316664 (18%)
744
+ Step 5630: 0.0444626 (18%)
745
+ Step 5640: 0.0315267 (18%)
746
+ Step 5650: 0.0602899 (18%)
747
+ Step 5660: 0.0385546 (18%)
748
+ Step 5670: 0.0274509 (18%)
749
+ Step 5680: 0.026498 (18%)
750
+ Step 5690: 0.0441952 (18%)
751
+ Step 5700: 0.0414646 (19%)
752
+ Added 13910 gaussians, new count 221680
753
+ Culled 8628 gaussians, remaining 213052
754
+ Step 5710: 0.0622691 (19%)
755
+ Step 5720: 0.0350813 (19%)
756
+ Step 5730: 0.0498342 (19%)
757
+ Step 5740: 0.0661632 (19%)
758
+ Step 5750: 0.0459123 (19%)
759
+ Step 5760: 0.0660439 (19%)
760
+ Step 5770: 0.0475295 (19%)
761
+ Step 5780: 0.0421509 (19%)
762
+ Step 5790: 0.0519469 (19%)
763
+ Step 5800: 0.0601071 (19%)
764
+ Added 13157 gaussians, new count 226209
765
+ Culled 8321 gaussians, remaining 217888
766
+ Step 5810: 0.038828 (19%)
767
+ Step 5820: 0.0575727 (19%)
768
+ Step 5830: 0.0321687 (19%)
769
+ Step 5840: 0.0300119 (19%)
770
+ Step 5850: 0.0614949 (19%)
771
+ Step 5860: 0.0542034 (19%)
772
+ Step 5870: 0.0430606 (19%)
773
+ Step 5880: 0.0487345 (19%)
774
+ Step 5890: 0.0293563 (19%)
775
+ Step 5900: 0.0253245 (19%)
776
+ Added 13688 gaussians, new count 231576
777
+ Culled 8583 gaussians, remaining 222993
778
+ Step 5910: 0.0719129 (19%)
779
+ Step 5920: 0.0296118 (19%)
780
+ Step 5930: 0.0397082 (19%)
781
+ Step 5940: 0.0440125 (19%)
782
+ Step 5950: 0.0316581 (19%)
783
+ Step 5960: 0.028688 (19%)
784
+ Step 5970: 0.0279999 (19%)
785
+ Step 5980: 0.0312047 (19%)
786
+ Step 5990: 0.0280311 (19%)
787
+ Step 6000: 0.0514263 (20%)
788
+ Step 6010: 0.0643435 (20%)
789
+ Step 6020: 0.0455934 (20%)
790
+ Step 6030: 0.0610189 (20%)
791
+ Step 6040: 0.0552621 (20%)
792
+ Step 6050: 0.0664723 (20%)
793
+ Step 6060: 0.0466231 (20%)
794
+ Step 6070: 0.0837534 (20%)
795
+ Step 6080: 0.0357299 (20%)
796
+ Step 6090: 0.0507216 (20%)
797
+ Step 6100: 0.0370478 (20%)
798
+ Alpha reset
799
+ Step 6110: 0.0713904 (20%)
800
+ Step 6120: 0.0699186 (20%)
801
+ Step 6130: 0.0484676 (20%)
802
+ Step 6140: 0.0761357 (20%)
803
+ Step 6150: 0.0499184 (20%)
804
+ Step 6160: 0.0597941 (20%)
805
+ Step 6170: 0.0573303 (20%)
806
+ Step 6180: 0.0919417 (20%)
807
+ Step 6190: 0.0377542 (20%)
808
+ Step 6200: 0.0646526 (20%)
809
+ Added 3984 gaussians, new count 226977
810
+ Culled 8704 gaussians, remaining 218273
811
+ Step 6210: 0.0598018 (20%)
812
+ Step 6220: 0.0530932 (20%)
813
+ Step 6230: 0.0472587 (20%)
814
+ Step 6240: 0.0315953 (20%)
815
+ Step 6250: 0.0322542 (20%)
816
+ Step 6260: 0.0352164 (20%)
817
+ Step 6270: 0.0312544 (20%)
818
+ Step 6280: 0.0560671 (20%)
819
+ Step 6290: 0.0534055 (20%)
820
+ Step 6300: 0.0325102 (21%)
821
+ Added 6868 gaussians, new count 225141
822
+ Culled 21140 gaussians, remaining 204001
823
+ Step 6310: 0.0302969 (21%)
824
+ Step 6320: 0.043721 (21%)
825
+ Step 6330: 0.0550656 (21%)
826
+ Step 6340: 0.059811 (21%)
827
+ Step 6350: 0.0520437 (21%)
828
+ Step 6360: 0.0296106 (21%)
829
+ Step 6370: 0.0479912 (21%)
830
+ Step 6380: 0.0452497 (21%)
831
+ Step 6390: 0.0561281 (21%)
832
+ Step 6400: 0.0621392 (21%)
833
+ Added 8310 gaussians, new count 212311
834
+ Culled 8169 gaussians, remaining 204142
835
+ Step 6410: 0.0370548 (21%)
836
+ Step 6420: 0.0793862 (21%)
837
+ Step 6430: 0.161075 (21%)
838
+ Step 6440: 0.0509863 (21%)
839
+ Step 6450: 0.054943 (21%)
840
+ Step 6460: 0.033631 (21%)
841
+ Step 6470: 0.0558119 (21%)
842
+ Step 6480: 0.0415953 (21%)
843
+ Step 6490: 0.0507313 (21%)
844
+ Step 6500: 0.0372335 (21%)
845
+ Added 8216 gaussians, new count 212358
846
+ Culled 8837 gaussians, remaining 203521
847
+ Step 6510: 0.0431225 (21%)
848
+ Step 6520: 0.0582878 (21%)
849
+ Step 6530: 0.0351649 (21%)
850
+ Step 6540: 0.0660346 (21%)
851
+ Step 6550: 0.057488 (21%)
852
+ Step 6560: 0.052308 (21%)
853
+ Step 6570: 0.0343898 (21%)
854
+ Step 6580: 0.0423919 (21%)
855
+ Step 6590: 0.0512302 (21%)
856
+ Step 6600: 0.0483255 (22%)
857
+ Added 8949 gaussians, new count 212470
858
+ Culled 8140 gaussians, remaining 204330
859
+ Step 6610: 0.0332788 (22%)
860
+ Step 6620: 0.0292158 (22%)
861
+ Step 6630: 0.052711 (22%)
862
+ Step 6640: 0.0568766 (22%)
863
+ Step 6650: 0.0305914 (22%)
864
+ Step 6660: 0.0456301 (22%)
865
+ Step 6670: 0.0531363 (22%)
866
+ Step 6680: 0.0523068 (22%)
867
+ Step 6690: 0.02818 (22%)
868
+ Step 6700: 0.0597921 (22%)
869
+ Added 8295 gaussians, new count 212625
870
+ Culled 8204 gaussians, remaining 204421
871
+ Step 6710: 0.0526867 (22%)
872
+ Step 6720: 0.0295461 (22%)
873
+ Step 6730: 0.0565174 (22%)
874
+ Step 6740: 0.0290096 (22%)
875
+ Step 6750: 0.0280736 (22%)
876
+ Step 6760: 0.049478 (22%)
877
+ Step 6770: 0.0491295 (22%)
878
+ Step 6780: 0.0441356 (22%)
879
+ Step 6790: 0.0628688 (22%)
880
+ Step 6800: 0.0296221 (22%)
881
+ Added 8993 gaussians, new count 213414
882
+ Culled 7344 gaussians, remaining 206070
883
+ Step 6810: 0.0373287 (22%)
884
+ Step 6820: 0.0278657 (22%)
885
+ Step 6830: 0.0406587 (22%)
886
+ Step 6840: 0.0473328 (22%)
887
+ Step 6850: 0.0328472 (22%)
888
+ Step 6860: 0.0452131 (22%)
889
+ Step 6870: 0.0591791 (22%)
890
+ Step 6880: 0.0571535 (22%)
891
+ Step 6890: 0.0283244 (22%)
892
+ Step 6900: 0.0546913 (23%)
893
+ Added 8206 gaussians, new count 214276
894
+ Culled 7671 gaussians, remaining 206605
895
+ Step 6910: 0.0573723 (23%)
896
+ Step 6920: 0.0478943 (23%)
897
+ Step 6930: 0.0320272 (23%)
898
+ Step 6940: 0.0278002 (23%)
899
+ Step 6950: 0.0339397 (23%)
900
+ Step 6960: 0.0334863 (23%)
901
+ Step 6970: 0.0489207 (23%)
902
+ Step 6980: 0.0297505 (23%)
903
+ Step 6990: 0.0202604 (23%)
904
+ Step 7000: 0.0613185 (23%)
905
+ Added 7960 gaussians, new count 214565
906
+ Culled 6993 gaussians, remaining 207572
907
+ Step 7010: 0.0513255 (23%)
908
+ Step 7020: 0.0283371 (23%)
909
+ Step 7030: 0.0404684 (23%)
910
+ Step 7040: 0.040807 (23%)
911
+ Step 7050: 0.0598852 (23%)
912
+ Step 7060: 0.0554195 (23%)
913
+ Step 7070: 0.0626949 (23%)
914
+ Step 7080: 0.041434 (23%)
915
+ Step 7090: 0.0287179 (23%)
916
+ Step 7100: 0.0275962 (23%)
917
+ Added 9244 gaussians, new count 216816
918
+ Culled 6642 gaussians, remaining 210174
919
+ Step 7110: 0.0608686 (23%)
920
+ Step 7120: 0.0284853 (23%)
921
+ Step 7130: 0.0393862 (23%)
922
+ Step 7140: 0.05227 (23%)
923
+ Step 7150: 0.0637107 (23%)
924
+ Step 7160: 0.0609332 (23%)
925
+ Step 7170: 0.0806589 (23%)
926
+ Step 7180: 0.0268572 (23%)
927
+ Step 7190: 0.0661859 (23%)
928
+ Step 7200: 0.0508104 (24%)
929
+ Added 8949 gaussians, new count 219123
930
+ Culled 7523 gaussians, remaining 211600
931
+ Step 7210: 0.0528958 (24%)
932
+ Step 7220: 0.0319015 (24%)
933
+ Step 7230: 0.0428333 (24%)
934
+ Step 7240: 0.0278683 (24%)
935
+ Step 7250: 0.039287 (24%)
936
+ Step 7260: 0.0472395 (24%)
937
+ Step 7270: 0.0480161 (24%)
938
+ Step 7280: 0.0435209 (24%)
939
+ Step 7290: 0.0218535 (24%)
940
+ Step 7300: 0.118342 (24%)
941
+ Added 7681 gaussians, new count 219281
942
+ Culled 7045 gaussians, remaining 212236
943
+ Step 7310: 0.0559279 (24%)
944
+ Step 7320: 0.0538329 (24%)
945
+ Step 7330: 0.0403412 (24%)
946
+ Step 7340: 0.0393786 (24%)
947
+ Step 7350: 0.0274917 (24%)
948
+ Step 7360: 0.047442 (24%)
949
+ Step 7370: 0.0418586 (24%)
950
+ Step 7380: 0.0262284 (24%)
951
+ Step 7390: 0.0464166 (24%)
952
+ Step 7400: 0.0535905 (24%)
953
+ Added 9223 gaussians, new count 221459
954
+ Culled 6521 gaussians, remaining 214938
955
+ Step 7410: 0.0528019 (24%)
956
+ Step 7420: 0.0266179 (24%)
957
+ Step 7430: 0.0392536 (24%)
958
+ Step 7440: 0.0395416 (24%)
959
+ Step 7450: 0.0368188 (24%)
960
+ Step 7460: 0.0433972 (24%)
961
+ Step 7470: 0.0398263 (24%)
962
+ Step 7480: 0.030013 (24%)
963
+ Step 7490: 0.039898 (24%)
964
+ Step 7500: 0.0526396 (25%)
965
+ Added 8140 gaussians, new count 223078
966
+ Culled 6996 gaussians, remaining 216082
967
+ Step 7510: 0.0315699 (25%)
968
+ Step 7520: 0.0504154 (25%)
969
+ Step 7530: 0.0407569 (25%)
970
+ Step 7540: 0.0276273 (25%)
971
+ Step 7550: 0.0328644 (25%)
972
+ Step 7560: 0.0478064 (25%)
973
+ Step 7570: 0.0400079 (25%)
974
+ Step 7580: 0.0369693 (25%)
975
+ Step 7590: 0.0409625 (25%)
976
+ Step 7600: 0.0422506 (25%)
977
+ Added 8578 gaussians, new count 224660
978
+ Culled 6858 gaussians, remaining 217802
979
+ Step 7610: 0.0328773 (25%)
980
+ Step 7620: 0.0538981 (25%)
981
+ Step 7630: 0.0504595 (25%)
982
+ Step 7640: 0.0240634 (25%)
983
+ Step 7650: 0.0401487 (25%)
984
+ Step 7660: 0.0272133 (25%)
985
+ Step 7670: 0.0299266 (25%)
986
+ Step 7680: 0.0302648 (25%)
987
+ Step 7690: 0.0487281 (25%)
988
+ Step 7700: 0.0265395 (25%)
989
+ Added 8206 gaussians, new count 226008
990
+ Culled 6989 gaussians, remaining 219019
991
+ Step 7710: 0.0308315 (25%)
992
+ Step 7720: 0.0282586 (25%)
993
+ Step 7730: 0.0548737 (25%)
994
+ Step 7740: 0.0447781 (25%)
995
+ Step 7750: 0.0380026 (25%)
996
+ Step 7760: 0.0259085 (25%)
997
+ Step 7770: 0.0484563 (25%)
998
+ Step 7780: 0.0489788 (25%)
999
+ Step 7790: 0.110737 (25%)
1000
+ Step 7800: 0.0291498 (26%)
1001
+ Added 8256 gaussians, new count 227275
1002
+ Culled 6598 gaussians, remaining 220677
1003
+ Step 7810: 0.0321011 (26%)
1004
+ Step 7820: 0.0452634 (26%)
1005
+ Step 7830: 0.0550456 (26%)
1006
+ Step 7840: 0.0436417 (26%)
1007
+ Step 7850: 0.0463526 (26%)
1008
+ Step 7860: 0.0478665 (26%)
1009
+ Step 7870: 0.0490668 (26%)
1010
+ Step 7880: 0.0645419 (26%)
1011
+ Step 7890: 0.0415382 (26%)
1012
+ Step 7900: 0.042097 (26%)
1013
+ Added 7801 gaussians, new count 228478
1014
+ Culled 6429 gaussians, remaining 222049
1015
+ Step 7910: 0.0631938 (26%)
1016
+ Step 7920: 0.0331484 (26%)
1017
+ Step 7930: 0.0251232 (26%)
1018
+ Step 7940: 0.0312243 (26%)
1019
+ Step 7950: 0.0492951 (26%)
1020
+ Step 7960: 0.0533386 (26%)
1021
+ Step 7970: 0.0441739 (26%)
1022
+ Step 7980: 0.042979 (26%)
1023
+ Step 7990: 0.0403107 (26%)
1024
+ Step 8000: 0.0273533 (26%)
1025
+ Added 7227 gaussians, new count 229276
1026
+ Culled 6044 gaussians, remaining 223232
1027
+ Step 8010: 0.0692397 (26%)
1028
+ Step 8020: 0.0643828 (26%)
1029
+ Step 8030: 0.0564973 (26%)
1030
+ Step 8040: 0.0404604 (26%)
1031
+ Step 8050: 0.0475812 (26%)
1032
+ Step 8060: 0.0295175 (26%)
1033
+ Step 8070: 0.0259093 (26%)
1034
+ Step 8080: 0.0272371 (26%)
1035
+ Step 8090: 0.0405211 (26%)
1036
+ Step 8100: 0.0418696 (27%)
1037
+ Added 8368 gaussians, new count 231600
1038
+ Culled 5695 gaussians, remaining 225905
1039
+ Step 8110: 0.0651473 (27%)
1040
+ Step 8120: 0.0293695 (27%)
1041
+ Step 8130: 0.0394468 (27%)
1042
+ Step 8140: 0.045166 (27%)
1043
+ Step 8150: 0.0254743 (27%)
1044
+ Step 8160: 0.0521405 (27%)
1045
+ Step 8170: 0.0521257 (27%)
1046
+ Step 8180: 0.042557 (27%)
1047
+ Step 8190: 0.0252392 (27%)
1048
+ Step 8200: 0.0492667 (27%)
1049
+ Added 7798 gaussians, new count 233703
1050
+ Culled 6407 gaussians, remaining 227296
1051
+ Step 8210: 0.0319931 (27%)
1052
+ Step 8220: 0.0479934 (27%)
1053
+ Step 8230: 0.0301388 (27%)
1054
+ Step 8240: 0.0374563 (27%)
1055
+ Step 8250: 0.0244517 (27%)
1056
+ Step 8260: 0.0371684 (27%)
1057
+ Step 8270: 0.0289959 (27%)
1058
+ Step 8280: 0.0257795 (27%)
1059
+ Step 8290: 0.0280815 (27%)
1060
+ Step 8300: 0.0482151 (27%)
1061
+ Added 6995 gaussians, new count 234291
1062
+ Culled 5928 gaussians, remaining 228363
1063
+ Step 8310: 0.0493849 (27%)
1064
+ Step 8320: 0.0406633 (27%)
1065
+ Step 8330: 0.0292526 (27%)
1066
+ Step 8340: 0.0552353 (27%)
1067
+ Step 8350: 0.0440418 (27%)
1068
+ Step 8360: 0.0291999 (27%)
1069
+ Step 8370: 0.0473776 (27%)
1070
+ Step 8380: 0.0426795 (27%)
1071
+ Step 8390: 0.0656713 (27%)
1072
+ Step 8400: 0.0491078 (28%)
1073
+ Added 7138 gaussians, new count 235501
1074
+ Culled 5438 gaussians, remaining 230063
1075
+ Step 8410: 0.0382374 (28%)
1076
+ Step 8420: 0.0492513 (28%)
1077
+ Step 8430: 0.0215052 (28%)
1078
+ Step 8440: 0.0398067 (28%)
1079
+ Step 8450: 0.0279481 (28%)
1080
+ Step 8460: 0.0288599 (28%)
1081
+ Step 8470: 0.0417708 (28%)
1082
+ Step 8480: 0.038171 (28%)
1083
+ Step 8490: 0.0553281 (28%)
1084
+ Step 8500: 0.0410915 (28%)
1085
+ Added 7738 gaussians, new count 237801
1086
+ Culled 5488 gaussians, remaining 232313
1087
+ Step 8510: 0.0277228 (28%)
1088
+ Step 8520: 0.0507563 (28%)
1089
+ Step 8530: 0.0380303 (28%)
1090
+ Step 8540: 0.0452519 (28%)
1091
+ Step 8550: 0.0491383 (28%)
1092
+ Step 8560: 0.0264894 (28%)
1093
+ Step 8570: 0.0287748 (28%)
1094
+ Step 8580: 0.0419972 (28%)
1095
+ Step 8590: 0.0247541 (28%)
1096
+ Step 8600: 0.0340028 (28%)
1097
+ Added 7738 gaussians, new count 240051
1098
+ Culled 6201 gaussians, remaining 233850
1099
+ Step 8610: 0.0309039 (28%)
1100
+ Step 8620: 0.0468335 (28%)
1101
+ Step 8630: 0.0577504 (28%)
1102
+ Step 8640: 0.039814 (28%)
1103
+ Step 8650: 0.0488898 (28%)
1104
+ Step 8660: 0.0254007 (28%)
1105
+ Step 8670: 0.0445985 (28%)
1106
+ Step 8680: 0.0399452 (28%)
1107
+ Step 8690: 0.059194 (28%)
1108
+ Step 8700: 0.0273125 (29%)
1109
+ Added 7237 gaussians, new count 241087
1110
+ Culled 5809 gaussians, remaining 235278
1111
+ Step 8710: 0.0420225 (29%)
1112
+ Step 8720: 0.0381848 (29%)
1113
+ Step 8730: 0.0377854 (29%)
1114
+ Step 8740: 0.0291536 (29%)
1115
+ Step 8750: 0.0470203 (29%)
1116
+ Step 8760: 0.052641 (29%)
1117
+ Step 8770: 0.0409072 (29%)
1118
+ Step 8780: 0.024263 (29%)
1119
+ Step 8790: 0.0417442 (29%)
1120
+ Step 8800: 0.0271913 (29%)
1121
+ Added 6909 gaussians, new count 242187
1122
+ Culled 5917 gaussians, remaining 236270
1123
+ Step 8810: 0.0335977 (29%)
1124
+ Step 8820: 0.054598 (29%)
1125
+ Step 8830: 0.03996 (29%)
1126
+ Step 8840: 0.0279243 (29%)
1127
+ Step 8850: 0.108376 (29%)
1128
+ Step 8860: 0.0249022 (29%)
1129
+ Step 8870: 0.0605048 (29%)
1130
+ Step 8880: 0.0275951 (29%)
1131
+ Step 8890: 0.0376653 (29%)
1132
+ Step 8900: 0.0751276 (29%)
1133
+ Added 7481 gaussians, new count 243751
1134
+ Culled 4946 gaussians, remaining 238805
1135
+ Step 8910: 0.0654805 (29%)
1136
+ Step 8920: 0.0280416 (29%)
1137
+ Step 8930: 0.0246035 (29%)
1138
+ Step 8940: 0.045223 (29%)
1139
+ Step 8950: 0.0618697 (29%)
1140
+ Step 8960: 0.0411623 (29%)
1141
+ Step 8970: 0.0385708 (29%)
1142
+ Step 8980: 0.0460988 (29%)
1143
+ Step 8990: 0.0286115 (29%)
1144
+ Step 9000: 0.0493247 (30%)
1145
+ Step 9010: 0.111889 (30%)
1146
+ Step 9020: 0.0292283 (30%)
1147
+ Step 9030: 0.0631558 (30%)
1148
+ Step 9040: 0.0288626 (30%)
1149
+ Step 9050: 0.0413902 (30%)
1150
+ Step 9060: 0.0587293 (30%)
1151
+ Step 9070: 0.04179 (30%)
1152
+ Step 9080: 0.028397 (30%)
1153
+ Step 9090: 0.0594659 (30%)
1154
+ Step 9100: 0.10653 (30%)
1155
+ Alpha reset
1156
+ Step 9110: 0.0724381 (30%)
1157
+ Step 9120: 0.0652451 (30%)
1158
+ Step 9130: 0.0548355 (30%)
1159
+ Step 9140: 0.0328713 (30%)
1160
+ Step 9150: 0.0692259 (30%)
1161
+ Step 9160: 0.063287 (30%)
1162
+ Step 9170: 0.0283388 (30%)
1163
+ Step 9180: 0.0337184 (30%)
1164
+ Step 9190: 0.0389617 (30%)
1165
+ Step 9200: 0.047788 (30%)
1166
+ Added 2956 gaussians, new count 241761
1167
+ Culled 6080 gaussians, remaining 235681
1168
+ Step 9210: 0.044751 (30%)
1169
+ Step 9220: 0.031372 (30%)
1170
+ Step 9230: 0.0507246 (30%)
1171
+ Step 9240: 0.0282263 (30%)
1172
+ Step 9250: 0.0287646 (30%)
1173
+ Step 9260: 0.0507662 (30%)
1174
+ Step 9270: 0.0436287 (30%)
1175
+ Step 9280: 0.0237567 (30%)
1176
+ Step 9290: 0.0474072 (30%)
1177
+ Step 9300: 0.0321637 (31%)
1178
+ Added 3319 gaussians, new count 239000
1179
+ Culled 11157 gaussians, remaining 227843
1180
+ Step 9310: 0.0455294 (31%)
1181
+ Step 9320: 0.0592659 (31%)
1182
+ Step 9330: 0.0480359 (31%)
1183
+ Step 9340: 0.0289014 (31%)
1184
+ Step 9350: 0.0375031 (31%)
1185
+ Step 9360: 0.0454211 (31%)
1186
+ Step 9370: 0.0456193 (31%)
1187
+ Step 9380: 0.0401059 (31%)
1188
+ Step 9390: 0.0436209 (31%)
1189
+ Step 9400: 0.0368641 (31%)
1190
+ Added 4967 gaussians, new count 232810
1191
+ Culled 4665 gaussians, remaining 228145
1192
+ Step 9410: 0.026086 (31%)
1193
+ Step 9420: 0.0409738 (31%)
1194
+ Step 9430: 0.0249705 (31%)
1195
+ Step 9440: 0.0588655 (31%)
1196
+ Step 9450: 0.0472251 (31%)
1197
+ Step 9460: 0.0248859 (31%)
1198
+ Step 9470: 0.0300872 (31%)
1199
+ Step 9480: 0.0598682 (31%)
1200
+ Step 9490: 0.034355 (31%)
1201
+ Step 9500: 0.0442421 (31%)
1202
+ Added 4540 gaussians, new count 232685
1203
+ Culled 5262 gaussians, remaining 227423
1204
+ Step 9510: 0.0539844 (31%)
1205
+ Step 9520: 0.0615117 (31%)
1206
+ Step 9530: 0.0238428 (31%)
1207
+ Step 9540: 0.0411118 (31%)
1208
+ Step 9550: 0.0277489 (31%)
1209
+ Step 9560: 0.0319634 (31%)
1210
+ Step 9570: 0.048259 (31%)
1211
+ Step 9580: 0.0383015 (31%)
1212
+ Step 9590: 0.04774 (31%)
1213
+ Step 9600: 0.0242442 (32%)
1214
+ Added 5011 gaussians, new count 232434
1215
+ Culled 4745 gaussians, remaining 227689
1216
+ Step 9610: 0.0446398 (32%)
1217
+ Step 9620: 0.0262422 (32%)
1218
+ Step 9630: 0.0551136 (32%)
1219
+ Step 9640: 0.0626385 (32%)
1220
+ Step 9650: 0.0227674 (32%)
1221
+ Step 9660: 0.0429215 (32%)
1222
+ Step 9670: 0.035745 (32%)
1223
+ Step 9680: 0.0381257 (32%)
1224
+ Step 9690: 0.0481988 (32%)
1225
+ Step 9700: 0.0413003 (32%)
1226
+ Added 5070 gaussians, new count 232759
1227
+ Culled 5034 gaussians, remaining 227725
1228
+ Step 9710: 0.0468436 (32%)
1229
+ Step 9720: 0.0544486 (32%)
1230
+ Step 9730: 0.0445911 (32%)
1231
+ Step 9740: 0.0570244 (32%)
1232
+ Step 9750: 0.0263568 (32%)
1233
+ Step 9760: 0.0578315 (32%)
1234
+ Step 9770: 0.0424415 (32%)
1235
+ Step 9780: 0.0251188 (32%)
1236
+ Step 9790: 0.0380185 (32%)
1237
+ Step 9800: 0.0459047 (32%)
1238
+ Added 5441 gaussians, new count 233166
1239
+ Culled 4578 gaussians, remaining 228588
1240
+ Step 9810: 0.138684 (32%)
1241
+ Step 9820: 0.0469297 (32%)
1242
+ Step 9830: 0.0461068 (32%)
1243
+ Step 9840: 0.0619186 (32%)
1244
+ Step 9850: 0.0249083 (32%)
1245
+ Step 9860: 0.0554714 (32%)
1246
+ Step 9870: 0.0356744 (32%)
1247
+ Step 9880: 0.0249946 (32%)
1248
+ Step 9890: 0.0246054 (32%)
1249
+ Step 9900: 0.0586258 (33%)
1250
+ Added 4895 gaussians, new count 233483
1251
+ Culled 4932 gaussians, remaining 228551
1252
+ Step 9910: 0.0405165 (33%)
1253
+ Step 9920: 0.0206682 (33%)
1254
+ Step 9930: 0.0276932 (33%)
1255
+ Step 9940: 0.0276304 (33%)
1256
+ Step 9950: 0.0469646 (33%)
1257
+ Step 9960: 0.0508703 (33%)
1258
+ Step 9970: 0.0599648 (33%)
1259
+ Step 9980: 0.0735943 (33%)
1260
+ Step 9990: 0.0482831 (33%)
1261
+ Step 10000: 0.0280153 (33%)
1262
+ Added 5338 gaussians, new count 233889
1263
+ Culled 4804 gaussians, remaining 229085
1264
+ Step 10010: 0.0373457 (33%)
1265
+ Step 10020: 0.0442846 (33%)
1266
+ Step 10030: 0.0277481 (33%)
1267
+ Step 10040: 0.0346144 (33%)
1268
+ Step 10050: 0.0401109 (33%)
1269
+ Step 10060: 0.0383143 (33%)
1270
+ Step 10070: 0.0241966 (33%)
1271
+ Step 10080: 0.0313157 (33%)
1272
+ Step 10090: 0.0284347 (33%)
1273
+ Step 10100: 0.0481097 (33%)
1274
+ Added 4521 gaussians, new count 233606
1275
+ Culled 4678 gaussians, remaining 228928
1276
+ Step 10110: 0.098599 (33%)
1277
+ Step 10120: 0.0327813 (33%)
1278
+ Step 10130: 0.0232937 (33%)
1279
+ Step 10140: 0.0558753 (33%)
1280
+ Step 10150: 0.0290592 (33%)
1281
+ Step 10160: 0.0490783 (33%)
1282
+ Step 10170: 0.0436435 (33%)
1283
+ Step 10180: 0.022621 (33%)
1284
+ Step 10190: 0.042471 (33%)
1285
+ Step 10200: 0.0384231 (34%)
1286
+ Added 5775 gaussians, new count 234703
1287
+ Culled 4254 gaussians, remaining 230449
1288
+ Step 10210: 0.0437299 (34%)
1289
+ Step 10220: 0.0268524 (34%)
1290
+ Step 10230: 0.0448808 (34%)
1291
+ Step 10240: 0.0238846 (34%)
1292
+ Step 10250: 0.0507405 (34%)
1293
+ Step 10260: 0.0420901 (34%)
1294
+ Step 10270: 0.0569039 (34%)
1295
+ Step 10280: 0.0496735 (34%)
1296
+ Step 10290: 0.0244572 (34%)
1297
+ Step 10300: 0.0376095 (34%)
1298
+ Added 4998 gaussians, new count 235447
1299
+ Culled 4604 gaussians, remaining 230843
1300
+ Step 10310: 0.0458204 (34%)
1301
+ Step 10320: 0.0246814 (34%)
1302
+ Step 10330: 0.0344801 (34%)
1303
+ Step 10340: 0.0372453 (34%)
1304
+ Step 10350: 0.0444395 (34%)
1305
+ Step 10360: 0.024494 (34%)
1306
+ Step 10370: 0.0429764 (34%)
1307
+ Step 10380: 0.0313543 (34%)
1308
+ Step 10390: 0.0239845 (34%)
1309
+ Step 10400: 0.0465567 (34%)
1310
+ Added 4732 gaussians, new count 235575
1311
+ Culled 4842 gaussians, remaining 230733
1312
+ Step 10410: 0.0259758 (34%)
1313
+ Step 10420: 0.0419629 (34%)
1314
+ Step 10430: 0.0452092 (34%)
1315
+ Step 10440: 0.0800889 (34%)
1316
+ Step 10450: 0.0377272 (34%)
1317
+ Step 10460: 0.0579717 (34%)
1318
+ Step 10470: 0.0255234 (34%)
1319
+ Step 10480: 0.0353627 (34%)
1320
+ Step 10490: 0.0580996 (34%)
1321
+ Step 10500: 0.0324344 (35%)
1322
+ Added 5973 gaussians, new count 236706
1323
+ Culled 3980 gaussians, remaining 232726
1324
+ Step 10510: 0.0248959 (35%)
1325
+ Step 10520: 0.0545029 (35%)
1326
+ Step 10530: 0.0378923 (35%)
1327
+ Step 10540: 0.0413495 (35%)
1328
+ Step 10550: 0.0285406 (35%)
1329
+ Step 10560: 0.0262992 (35%)
1330
+ Step 10570: 0.0573447 (35%)
1331
+ Step 10580: 0.0536301 (35%)
1332
+ Step 10590: 0.052668 (35%)
1333
+ Step 10600: 0.0478168 (35%)
1334
+ Added 4602 gaussians, new count 237328
1335
+ Culled 5507 gaussians, remaining 231821
1336
+ Step 10610: 0.0227276 (35%)
1337
+ Step 10620: 0.0388566 (35%)
1338
+ Step 10630: 0.0272568 (35%)
1339
+ Step 10640: 0.0858686 (35%)
1340
+ Step 10650: 0.0943975 (35%)
1341
+ Step 10660: 0.0244026 (35%)
1342
+ Step 10670: 0.0387544 (35%)
1343
+ Step 10680: 0.035332 (35%)
1344
+ Step 10690: 0.0813038 (35%)
1345
+ Step 10700: 0.0255816 (35%)
1346
+ Added 4476 gaussians, new count 236297
1347
+ Culled 3620 gaussians, remaining 232677
1348
+ Step 10710: 0.0369656 (35%)
1349
+ Step 10720: 0.0349486 (35%)
1350
+ Step 10730: 0.0683516 (35%)
1351
+ Step 10740: 0.0381407 (35%)
1352
+ Step 10750: 0.0477241 (35%)
1353
+ Step 10760: 0.0245724 (35%)
1354
+ Step 10770: 0.0241687 (35%)
1355
+ Step 10780: 0.0275674 (35%)
1356
+ Step 10790: 0.0369922 (35%)
1357
+ Step 10800: 0.0431125 (36%)
1358
+ Added 5425 gaussians, new count 238102
1359
+ Culled 4170 gaussians, remaining 233932
1360
+ Step 10810: 0.0424166 (36%)
1361
+ Step 10820: 0.022586 (36%)
1362
+ Step 10830: 0.0431392 (36%)
1363
+ Step 10840: 0.0615259 (36%)
1364
+ Step 10850: 0.0548261 (36%)
1365
+ Step 10860: 0.0248918 (36%)
1366
+ Step 10870: 0.0476583 (36%)
1367
+ Step 10880: 0.042373 (36%)
1368
+ Step 10890: 0.0401822 (36%)
1369
+ Step 10900: 0.0500167 (36%)
1370
+ Added 4882 gaussians, new count 238814
1371
+ Culled 4461 gaussians, remaining 234353
1372
+ Step 10910: 0.0218018 (36%)
1373
+ Step 10920: 0.0502872 (36%)
1374
+ Step 10930: 0.0255321 (36%)
1375
+ Step 10940: 0.0274006 (36%)
1376
+ Step 10950: 0.0366393 (36%)
1377
+ Step 10960: 0.0504089 (36%)
1378
+ Step 10970: 0.0409316 (36%)
1379
+ Step 10980: 0.0599687 (36%)
1380
+ Step 10990: 0.0246662 (36%)
1381
+ Step 11000: 0.0234169 (36%)
1382
+ Added 4658 gaussians, new count 239011
1383
+ Culled 4346 gaussians, remaining 234665
1384
+ Step 11010: 0.0277188 (36%)
1385
+ Step 11020: 0.045568 (36%)
1386
+ Step 11030: 0.0374465 (36%)
1387
+ Step 11040: 0.0405089 (36%)
1388
+ Step 11050: 0.0361909 (36%)
1389
+ Step 11060: 0.0217339 (36%)
1390
+ Step 11070: 0.0281973 (36%)
1391
+ Step 11080: 0.0355599 (36%)
1392
+ Step 11090: 0.0506606 (36%)
1393
+ Step 11100: 0.0693921 (37%)
1394
+ Added 5034 gaussians, new count 239699
1395
+ Culled 3661 gaussians, remaining 236038
1396
+ Step 11110: 0.149101 (37%)
1397
+ Step 11120: 0.0275765 (37%)
1398
+ Step 11130: 0.0257015 (37%)
1399
+ Step 11140: 0.0379768 (37%)
1400
+ Step 11150: 0.0336306 (37%)
1401
+ Step 11160: 0.0236703 (37%)
1402
+ Step 11170: 0.036447 (37%)
1403
+ Step 11180: 0.0281478 (37%)
1404
+ Step 11190: 0.0388126 (37%)
1405
+ Step 11200: 0.0216404 (37%)
1406
+ Added 4474 gaussians, new count 240512
1407
+ Culled 4339 gaussians, remaining 236173
1408
+ Step 11210: 0.0423112 (37%)
1409
+ Step 11220: 0.0347539 (37%)
1410
+ Step 11230: 0.0570882 (37%)
1411
+ Step 11240: 0.0341312 (37%)
1412
+ Step 11250: 0.044031 (37%)
1413
+ Step 11260: 0.023283 (37%)
1414
+ Step 11270: 0.0750243 (37%)
1415
+ Step 11280: 0.0285081 (37%)
1416
+ Step 11290: 0.0284545 (37%)
1417
+ Step 11300: 0.0624367 (37%)
1418
+ Added 5134 gaussians, new count 241307
1419
+ Culled 3276 gaussians, remaining 238031
1420
+ Step 11310: 0.0418011 (37%)
1421
+ Step 11320: 0.0380073 (37%)
1422
+ Step 11330: 0.0374921 (37%)
1423
+ Step 11340: 0.019842 (37%)
1424
+ Step 11350: 0.0424519 (37%)
1425
+ Step 11360: 0.0264957 (37%)
1426
+ Step 11370: 0.0217967 (37%)
1427
+ Step 11380: 0.038178 (37%)
1428
+ Step 11390: 0.0381814 (37%)
1429
+ Step 11400: 0.0218025 (38%)
1430
+ Added 4425 gaussians, new count 242456
1431
+ Culled 4670 gaussians, remaining 237786
1432
+ Step 11410: 0.0444093 (38%)
1433
+ Step 11420: 0.0455521 (38%)
1434
+ Step 11430: 0.0511535 (38%)
1435
+ Step 11440: 0.0412639 (38%)
1436
+ Step 11450: 0.095205 (38%)
1437
+ Step 11460: 0.0225231 (38%)
1438
+ Step 11470: 0.0469133 (38%)
1439
+ Step 11480: 0.0215139 (38%)
1440
+ Step 11490: 0.0378737 (38%)
1441
+ Step 11500: 0.0275418 (38%)
1442
+ Added 4892 gaussians, new count 242678
1443
+ Culled 3588 gaussians, remaining 239090
1444
+ Step 11510: 0.045854 (38%)
1445
+ Step 11520: 0.0469094 (38%)
1446
+ Step 11530: 0.0391525 (38%)
1447
+ Step 11540: 0.0944428 (38%)
1448
+ Step 11550: 0.0430544 (38%)
1449
+ Step 11560: 0.0430049 (38%)
1450
+ Step 11570: 0.0442688 (38%)
1451
+ Step 11580: 0.0569085 (38%)
1452
+ Step 11590: 0.0384681 (38%)
1453
+ Step 11600: 0.0259924 (38%)
1454
+ Added 5110 gaussians, new count 244200
1455
+ Culled 4013 gaussians, remaining 240187
1456
+ Step 11610: 0.0276956 (38%)
1457
+ Step 11620: 0.046998 (38%)
1458
+ Step 11630: 0.0977182 (38%)
1459
+ Step 11640: 0.0360827 (38%)
1460
+ Step 11650: 0.0217381 (38%)
1461
+ Step 11660: 0.0657186 (38%)
1462
+ Step 11670: 0.0426768 (38%)
1463
+ Step 11680: 0.0251229 (38%)
1464
+ Step 11690: 0.0343707 (38%)
1465
+ Step 11700: 0.058048 (39%)
1466
+ Added 4639 gaussians, new count 244826
1467
+ Culled 3838 gaussians, remaining 240988
1468
+ Step 11710: 0.0248691 (39%)
1469
+ Step 11720: 0.0382755 (39%)
1470
+ Step 11730: 0.0258144 (39%)
1471
+ Step 11740: 0.0440223 (39%)
1472
+ Step 11750: 0.0371887 (39%)
1473
+ Step 11760: 0.0337592 (39%)
1474
+ Step 11770: 0.0449055 (39%)
1475
+ Step 11780: 0.0462626 (39%)
1476
+ Step 11790: 0.0443284 (39%)
1477
+ Step 11800: 0.0319875 (39%)
1478
+ Added 4991 gaussians, new count 245979
1479
+ Culled 3664 gaussians, remaining 242315
1480
+ Step 11810: 0.0659412 (39%)
1481
+ Step 11820: 0.0430921 (39%)
1482
+ Step 11830: 0.0261312 (39%)
1483
+ Step 11840: 0.0477447 (39%)
1484
+ Step 11850: 0.026758 (39%)
1485
+ Step 11860: 0.0376524 (39%)
1486
+ Step 11870: 0.0251923 (39%)
1487
+ Step 11880: 0.0306866 (39%)
1488
+ Step 11890: 0.0485163 (39%)
1489
+ Step 11900: 0.0573116 (39%)
1490
+ Added 4557 gaussians, new count 246872
1491
+ Culled 4076 gaussians, remaining 242796
1492
+ Step 11910: 0.0462807 (39%)
1493
+ Step 11920: 0.0381025 (39%)
1494
+ Step 11930: 0.0234894 (39%)
1495
+ Step 11940: 0.0340578 (39%)
1496
+ Step 11950: 0.067204 (39%)
1497
+ Step 11960: 0.0257128 (39%)
1498
+ Step 11970: 0.0387834 (39%)
1499
+ Step 11980: 0.0571591 (39%)
1500
+ Step 11990: 0.0331946 (39%)
1501
+ Step 12000: 0.034163 (40%)
1502
+ Step 12010: 0.0655963 (40%)
1503
+ Step 12020: 0.0254569 (40%)
1504
+ Step 12030: 0.0357057 (40%)
1505
+ Step 12040: 0.0374386 (40%)
1506
+ Step 12050: 0.0238938 (40%)
1507
+ Step 12060: 0.0458449 (40%)
1508
+ Step 12070: 0.0547401 (40%)
1509
+ Step 12080: 0.023589 (40%)
1510
+ Step 12090: 0.0364437 (40%)
1511
+ Step 12100: 0.0421321 (40%)
1512
+ Alpha reset
1513
+ Step 12110: 0.0520075 (40%)
1514
+ Step 12120: 0.0751964 (40%)
1515
+ Step 12130: 0.0409622 (40%)
1516
+ Step 12140: 0.028833 (40%)
1517
+ Step 12150: 0.0500043 (40%)
1518
+ Step 12160: 0.0323255 (40%)
1519
+ Step 12170: 0.0267385 (40%)
1520
+ Step 12180: 0.0474162 (40%)
1521
+ Step 12190: 0.033074 (40%)
1522
+ Step 12200: 0.0440521 (40%)
1523
+ Added 2640 gaussians, new count 245436
1524
+ Culled 3655 gaussians, remaining 241781
1525
+ Step 12210: 0.0456914 (40%)
1526
+ Step 12220: 0.0586614 (40%)
1527
+ Step 12230: 0.0493839 (40%)
1528
+ Step 12240: 0.0445352 (40%)
1529
+ Step 12250: 0.0290081 (40%)
1530
+ Step 12260: 0.049679 (40%)
1531
+ Step 12270: 0.0520193 (40%)
1532
+ Step 12280: 0.0414655 (40%)
1533
+ Step 12290: 0.0552792 (40%)
1534
+ Step 12300: 0.0352147 (41%)
1535
+ Added 3123 gaussians, new count 244904
1536
+ Culled 6553 gaussians, remaining 238351
1537
+ Step 12310: 0.0547884 (41%)
1538
+ Step 12320: 0.0375814 (41%)
1539
+ Step 12330: 0.0532077 (41%)
1540
+ Step 12340: 0.0463255 (41%)
1541
+ Step 12350: 0.0446421 (41%)
1542
+ Step 12360: 0.0354711 (41%)
1543
+ Step 12370: 0.0334965 (41%)
1544
+ Step 12380: 0.0237927 (41%)
1545
+ Step 12390: 0.0263711 (41%)
1546
+ Step 12400: 0.0373661 (41%)
1547
+ Added 3244 gaussians, new count 241595
1548
+ Culled 4600 gaussians, remaining 236995
1549
+ Step 12410: 0.0395491 (41%)
1550
+ Step 12420: 0.0658134 (41%)
1551
+ Step 12430: 0.034625 (41%)
1552
+ Step 12440: 0.0438046 (41%)
1553
+ Step 12450: 0.0598151 (41%)
1554
+ Step 12460: 0.0242437 (41%)
1555
+ Step 12470: 0.0425894 (41%)
1556
+ Step 12480: 0.0220918 (41%)
1557
+ Step 12490: 0.0351486 (41%)
1558
+ Step 12500: 0.0372018 (41%)
1559
+ Added 3853 gaussians, new count 240848
1560
+ Culled 3288 gaussians, remaining 237560
1561
+ Step 12510: 0.0405839 (41%)
1562
+ Step 12520: 0.043822 (41%)
1563
+ Step 12530: 0.0481673 (41%)
1564
+ Step 12540: 0.0210706 (41%)
1565
+ Step 12550: 0.0429085 (41%)
1566
+ Step 12560: 0.0333888 (41%)
1567
+ Step 12570: 0.0321357 (41%)
1568
+ Step 12580: 0.0432187 (41%)
1569
+ Step 12590: 0.0431788 (41%)
1570
+ Step 12600: 0.0348006 (42%)
1571
+ Added 3427 gaussians, new count 240987
1572
+ Culled 4040 gaussians, remaining 236947
1573
+ Step 12610: 0.0204445 (42%)
1574
+ Step 12620: 0.0365027 (42%)
1575
+ Step 12630: 0.0415558 (42%)
1576
+ Step 12640: 0.0298363 (42%)
1577
+ Step 12650: 0.027823 (42%)
1578
+ Step 12660: 0.0241047 (42%)
1579
+ Step 12670: 0.022351 (42%)
1580
+ Step 12680: 0.0262056 (42%)
1581
+ Step 12690: 0.041113 (42%)
1582
+ Step 12700: 0.0522877 (42%)
1583
+ Added 3514 gaussians, new count 240461
1584
+ Culled 3100 gaussians, remaining 237361
1585
+ Step 12710: 0.0329545 (42%)
1586
+ Step 12720: 0.0448215 (42%)
1587
+ Step 12730: 0.0220165 (42%)
1588
+ Step 12740: 0.0272754 (42%)
1589
+ Step 12750: 0.0361421 (42%)
1590
+ Step 12760: 0.0228426 (42%)
1591
+ Step 12770: 0.019224 (42%)
1592
+ Step 12780: 0.0497064 (42%)
1593
+ Step 12790: 0.0379459 (42%)
1594
+ Step 12800: 0.0159464 (42%)
1595
+ Added 3771 gaussians, new count 241132
1596
+ Culled 3758 gaussians, remaining 237374
1597
+ Step 12810: 0.039483 (42%)
1598
+ Step 12820: 0.0408824 (42%)
1599
+ Step 12830: 0.0571297 (42%)
1600
+ Step 12840: 0.0915509 (42%)
1601
+ Step 12850: 0.0437728 (42%)
1602
+ Step 12860: 0.0251505 (42%)
1603
+ Step 12870: 0.0552282 (42%)
1604
+ Step 12880: 0.0320367 (42%)
1605
+ Step 12890: 0.0251492 (42%)
1606
+ Step 12900: 0.025399 (43%)
1607
+ Added 3746 gaussians, new count 241120
1608
+ Culled 3063 gaussians, remaining 238057
1609
+ Step 12910: 0.0329518 (43%)
1610
+ Step 12920: 0.038185 (43%)
1611
+ Step 12930: 0.0376984 (43%)
1612
+ Step 12940: 0.0222832 (43%)
1613
+ Step 12950: 0.0546533 (43%)
1614
+ Step 12960: 0.0452972 (43%)
1615
+ Step 12970: 0.0233555 (43%)
1616
+ Step 12980: 0.0255579 (43%)
1617
+ Step 12990: 0.0334752 (43%)
1618
+ Step 13000: 0.043399 (43%)
1619
+ Added 3540 gaussians, new count 241597
1620
+ Culled 3745 gaussians, remaining 237852
1621
+ Step 13010: 0.0372477 (43%)
1622
+ Step 13020: 0.0530295 (43%)
1623
+ Step 13030: 0.0442284 (43%)
1624
+ Step 13040: 0.02685 (43%)
1625
+ Step 13050: 0.0569371 (43%)
1626
+ Step 13060: 0.0347619 (43%)
1627
+ Step 13070: 0.0421939 (43%)
1628
+ Step 13080: 0.0312733 (43%)
1629
+ Step 13090: 0.0392054 (43%)
1630
+ Step 13100: 0.0484718 (43%)
1631
+ Added 3648 gaussians, new count 241500
1632
+ Culled 2966 gaussians, remaining 238534
1633
+ Step 13110: 0.0376533 (43%)
1634
+ Step 13120: 0.0401103 (43%)
1635
+ Step 13130: 0.0258502 (43%)
1636
+ Step 13140: 0.0394547 (43%)
1637
+ Step 13150: 0.0602118 (43%)
1638
+ Step 13160: 0.0448217 (43%)
1639
+ Step 13170: 0.0337374 (43%)
1640
+ Step 13180: 0.0408815 (43%)
1641
+ Step 13190: 0.038888 (43%)
1642
+ Step 13200: 0.0173296 (44%)
1643
+ Added 3587 gaussians, new count 242121
1644
+ Culled 3413 gaussians, remaining 238708
1645
+ Step 13210: 0.0267027 (44%)
1646
+ Step 13220: 0.0438382 (44%)
1647
+ Step 13230: 0.0265245 (44%)
1648
+ Step 13240: 0.0402021 (44%)
1649
+ Step 13250: 0.0341644 (44%)
1650
+ Step 13260: 0.0351201 (44%)
1651
+ Step 13270: 0.0242774 (44%)
1652
+ Step 13280: 0.0241019 (44%)
1653
+ Step 13290: 0.0425833 (44%)
1654
+ Step 13300: 0.0364915 (44%)
1655
+ Added 3900 gaussians, new count 242608
1656
+ Culled 3273 gaussians, remaining 239335
1657
+ Step 13310: 0.0410069 (44%)
1658
+ Step 13320: 0.0573681 (44%)
1659
+ Step 13330: 0.0364427 (44%)
1660
+ Step 13340: 0.0521161 (44%)
1661
+ Step 13350: 0.0488598 (44%)
1662
+ Step 13360: 0.030573 (44%)
1663
+ Step 13370: 0.0216186 (44%)
1664
+ Step 13380: 0.052345 (44%)
1665
+ Step 13390: 0.022859 (44%)
1666
+ Step 13400: 0.0230511 (44%)
1667
+ Added 3697 gaussians, new count 243032
1668
+ Culled 3326 gaussians, remaining 239706
1669
+ Step 13410: 0.0344403 (44%)
1670
+ Step 13420: 0.0213917 (44%)
1671
+ Step 13430: 0.0371179 (44%)
1672
+ Step 13440: 0.0411175 (44%)
1673
+ Step 13450: 0.0229645 (44%)
1674
+ Step 13460: 0.0407772 (44%)
1675
+ Step 13470: 0.0368201 (44%)
1676
+ Step 13480: 0.0413153 (44%)
1677
+ Step 13490: 0.0380506 (44%)
1678
+ Step 13500: 0.0221088 (45%)
1679
+ Added 3762 gaussians, new count 243468
1680
+ Culled 3269 gaussians, remaining 240199
1681
+ Step 13510: 0.0388189 (45%)
1682
+ Step 13520: 0.0421298 (45%)
1683
+ Step 13530: 0.0620425 (45%)
1684
+ Step 13540: 0.0386014 (45%)
1685
+ Step 13550: 0.052532 (45%)
1686
+ Step 13560: 0.0221449 (45%)
1687
+ Step 13570: 0.0334382 (45%)
1688
+ Step 13580: 0.0210355 (45%)
1689
+ Step 13590: 0.0244449 (45%)
1690
+ Step 13600: 0.0375722 (45%)
1691
+ Added 3928 gaussians, new count 244127
1692
+ Culled 3008 gaussians, remaining 241119
1693
+ Step 13610: 0.0402387 (45%)
1694
+ Step 13620: 0.0236828 (45%)
1695
+ Step 13630: 0.0378453 (45%)
1696
+ Step 13640: 0.043705 (45%)
1697
+ Step 13650: 0.0338106 (45%)
1698
+ Step 13660: 0.0356885 (45%)
1699
+ Step 13670: 0.0214252 (45%)
1700
+ Step 13680: 0.0457052 (45%)
1701
+ Step 13690: 0.0199488 (45%)
1702
+ Step 13700: 0.0257765 (45%)
1703
+ Added 3536 gaussians, new count 244655
1704
+ Culled 3571 gaussians, remaining 241084
1705
+ Step 13710: 0.0590502 (45%)
1706
+ Step 13720: 0.0237378 (45%)
1707
+ Step 13730: 0.0451474 (45%)
1708
+ Step 13740: 0.0241825 (45%)
1709
+ Step 13750: 0.0561631 (45%)
1710
+ Step 13760: 0.031933 (45%)
1711
+ Step 13770: 0.0355829 (45%)
1712
+ Step 13780: 0.0422773 (45%)
1713
+ Step 13790: 0.0360132 (45%)
1714
+ Step 13800: 0.0313691 (46%)
1715
+ Added 4002 gaussians, new count 245086
1716
+ Culled 2880 gaussians, remaining 242206
1717
+ Step 13810: 0.0350905 (46%)
1718
+ Step 13820: 0.029779 (46%)
1719
+ Step 13830: 0.0231 (46%)
1720
+ Step 13840: 0.0348413 (46%)
1721
+ Step 13850: 0.0242666 (46%)
1722
+ Step 13860: 0.0253275 (46%)
1723
+ Step 13870: 0.0484393 (46%)
1724
+ Step 13880: 0.0405216 (46%)
1725
+ Step 13890: 0.0350162 (46%)
1726
+ Step 13900: 0.0490062 (46%)
1727
+ Added 3813 gaussians, new count 246019
1728
+ Culled 3216 gaussians, remaining 242803
1729
+ Step 13910: 0.0439973 (46%)
1730
+ Step 13920: 0.079766 (46%)
1731
+ Step 13930: 0.0408095 (46%)
1732
+ Step 13940: 0.02147 (46%)
1733
+ Step 13950: 0.0320473 (46%)
1734
+ Step 13960: 0.0382097 (46%)
1735
+ Step 13970: 0.0234626 (46%)
1736
+ Step 13980: 0.0403836 (46%)
1737
+ Step 13990: 0.0389984 (46%)
1738
+ Step 14000: 0.0359663 (46%)
1739
+ Added 3514 gaussians, new count 246317
1740
+ Culled 3157 gaussians, remaining 243160
1741
+ Step 14010: 0.0383081 (46%)
1742
+ Step 14020: 0.0862641 (46%)
1743
+ Step 14030: 0.0248225 (46%)
1744
+ Step 14040: 0.0243409 (46%)
1745
+ Step 14050: 0.0364445 (46%)
1746
+ Step 14060: 0.0368977 (46%)
1747
+ Step 14070: 0.0461646 (46%)
1748
+ Step 14080: 0.0395816 (46%)
1749
+ Step 14090: 0.0541405 (46%)
1750
+ Step 14100: 0.048799 (47%)
1751
+ Added 3900 gaussians, new count 247060
1752
+ Culled 2941 gaussians, remaining 244119
1753
+ Step 14110: 0.0457499 (47%)
1754
+ Step 14120: 0.0501719 (47%)
1755
+ Step 14130: 0.0531015 (47%)
1756
+ Step 14140: 0.0337163 (47%)
1757
+ Step 14150: 0.0356889 (47%)
1758
+ Step 14160: 0.0855312 (47%)
1759
+ Step 14170: 0.0349084 (47%)
1760
+ Step 14180: 0.0230089 (47%)
1761
+ Step 14190: 0.0233114 (47%)
1762
+ Step 14200: 0.0555319 (47%)
1763
+ Added 3889 gaussians, new count 248008
1764
+ Culled 3200 gaussians, remaining 244808
1765
+ Step 14210: 0.00453168 (47%)
1766
+ Step 14220: 0.042509 (47%)
1767
+ Step 14230: -0.0793575 (47%)
1768
+ Step 14240: 0.0392235 (47%)
1769
+ Step 14250: 0.0437363 (47%)
1770
+ Step 14260: 0.0367948 (47%)
1771
+ Step 14270: 0.052892 (47%)
1772
+ Step 14280: 0.0371349 (47%)
1773
+ Step 14290: 0.0335661 (47%)
1774
+ Step 14300: 0.0401751 (47%)
1775
+ Added 3825 gaussians, new count 248633
1776
+ Culled 3197 gaussians, remaining 245436
1777
+ Step 14310: 0.0296887 (47%)
1778
+ Step 14320: -0.119746 (47%)
1779
+ Step 14330: 0.0358793 (47%)
1780
+ Step 14340: 0.0607483 (47%)
1781
+ Step 14350: 0.0396932 (47%)
1782
+ Step 14360: 0.030592 (47%)
1783
+ Step 14370: 0.022645 (47%)
1784
+ Step 14380: 0.0242245 (47%)
1785
+ Step 14390: 0.0531726 (47%)
1786
+ Step 14400: 0.058133 (48%)
1787
+ Added 3709 gaussians, new count 249145
1788
+ Culled 2845 gaussians, remaining 246300
1789
+ Step 14410: 0.0271425 (48%)
1790
+ Step 14420: 0.051578 (48%)
1791
+ Step 14430: 0.0507017 (48%)
1792
+ Step 14440: 0.0288961 (48%)
1793
+ Step 14450: 0.0232352 (48%)
1794
+ Step 14460: 0.0252668 (48%)
1795
+ Step 14470: 0.0322667 (48%)
1796
+ Step 14480: 0.0450596 (48%)
1797
+ Step 14490: 0.0866655 (48%)
1798
+ Step 14500: 0.0414067 (48%)
1799
+ Added 3742 gaussians, new count 250042
1800
+ Culled 3290 gaussians, remaining 246752
1801
+ Step 14510: 0.0281667 (48%)
1802
+ Step 14520: 0.0242375 (48%)
1803
+ Step 14530: 0.0250074 (48%)
1804
+ Step 14540: 0.0398801 (48%)
1805
+ Step 14550: 0.0316105 (48%)
1806
+ Step 14560: 0.0381021 (48%)
1807
+ Step 14570: 0.0457905 (48%)
1808
+ Step 14580: 0.0274063 (48%)
1809
+ Step 14590: -0.0693501 (48%)
1810
+ Step 14600: 0.0355577 (48%)
1811
+ Added 3694 gaussians, new count 250446
1812
+ Culled 2694 gaussians, remaining 247752
1813
+ Step 14610: 0.0199156 (48%)
1814
+ Step 14620: 0.0567145 (48%)
1815
+ Step 14630: 0.0337535 (48%)
1816
+ Step 14640: 0.0318901 (48%)
1817
+ Step 14650: 0.0435913 (48%)
1818
+ Step 14660: 0.0378623 (48%)
1819
+ Step 14670: 0.0460159 (48%)
1820
+ Step 14680: 0.0442398 (48%)
1821
+ Step 14690: 0.0228345 (48%)
1822
+ Step 14700: 0.0607095 (49%)
1823
+ Added 4240 gaussians, new count 251992
1824
+ Culled 3115 gaussians, remaining 248877
1825
+ Step 14710: 0.0330073 (49%)
1826
+ Step 14720: 0.0415085 (49%)
1827
+ Step 14730: 0.0575987 (49%)
1828
+ Step 14740: 0.0218782 (49%)
1829
+ Step 14750: 0.0438434 (49%)
1830
+ Step 14760: 0.0344695 (49%)
1831
+ Step 14770: 0.0218442 (49%)
1832
+ Step 14780: 0.0415921 (49%)
1833
+ Step 14790: 0.0329681 (49%)
1834
+ Step 14800: 0.0360435 (49%)
1835
+ Added 3491 gaussians, new count 252368
1836
+ Culled 3134 gaussians, remaining 249234
1837
+ Step 14810: 0.022618 (49%)
1838
+ Step 14820: 0.0233847 (49%)
1839
+ Step 14830: 0.024599 (49%)
1840
+ Step 14840: 0.0349311 (49%)
1841
+ Step 14850: 0.0728559 (49%)
1842
+ Step 14860: 0.0330652 (49%)
1843
+ Step 14870: 0.0455162 (49%)
1844
+ Step 14880: 0.0367555 (49%)
1845
+ Step 14890: 0.0644324 (49%)
1846
+ Step 14900: 0.0299132 (49%)
1847
+ Added 3791 gaussians, new count 253025
1848
+ Culled 2889 gaussians, remaining 250136
1849
+ Step 14910: 0.0320848 (49%)
1850
+ Step 14920: 0.0206025 (49%)
1851
+ Step 14930: 0.0260938 (49%)
1852
+ Step 14940: 0.0264379 (49%)
1853
+ Step 14950: 0.0874875 (49%)
1854
+ Step 14960: 0.0392958 (49%)
1855
+ Step 14970: 0.0512894 (49%)
1856
+ Step 14980: 0.0389212 (49%)
1857
+ Step 14990: 0.0303524 (49%)
1858
+ Step 15000: 0.0365698 (50%)
1859
+ Step 15010: 0.03654 (50%)
1860
+ Step 15020: 0.0222536 (50%)
1861
+ Step 15030: 0.0367333 (50%)
1862
+ Step 15040: 0.0245869 (50%)
1863
+ Step 15050: 0.0314367 (50%)
1864
+ Step 15060: 0.0250404 (50%)
1865
+ Step 15070: 0.0234166 (50%)
1866
+ Step 15080: 0.0303903 (50%)
1867
+ Step 15090: 0.0321076 (50%)
1868
+ Step 15100: 0.0499115 (50%)
1869
+ Step 15110: 0.0468773 (50%)
1870
+ Step 15120: 0.0687631 (50%)
1871
+ Step 15130: -0.121008 (50%)
1872
+ Step 15140: -0.0403609 (50%)
1873
+ Step 15150: 0.0317976 (50%)
1874
+ Step 15160: 0.0504763 (50%)
1875
+ Step 15170: 0.0341827 (50%)
1876
+ Step 15180: 0.0383597 (50%)
1877
+ Step 15190: 0.0243836 (50%)
1878
+ Step 15200: 0.0618769 (50%)
1879
+ Step 15210: 0.0323024 (50%)
1880
+ Step 15220: 0.0435557 (50%)
1881
+ Step 15230: 0.0315909 (50%)
1882
+ Step 15240: 0.021581 (50%)
1883
+ Step 15250: 0.0399225 (50%)
1884
+ Step 15260: 0.0485788 (50%)
1885
+ Step 15270: 0.0419348 (50%)
1886
+ Step 15280: 0.0199429 (50%)
1887
+ Step 15290: 0.0399353 (50%)
1888
+ Step 15300: 0.0440855 (51%)
1889
+ Step 15310: 0.0524596 (51%)
1890
+ Step 15320: 0.0396188 (51%)
1891
+ Step 15330: 0.0278955 (51%)
1892
+ Step 15340: 0.0396423 (51%)
1893
+ Step 15350: 0.0222329 (51%)
1894
+ Step 15360: 0.0330599 (51%)
1895
+ Step 15370: 0.0342963 (51%)
1896
+ Step 15380: 0.0364495 (51%)
1897
+ Step 15390: 0.0336851 (51%)
1898
+ Step 15400: 0.0468702 (51%)
1899
+ Step 15410: 0.0211079 (51%)
1900
+ Step 15420: 0.0267457 (51%)
1901
+ Step 15430: 0.0252475 (51%)
1902
+ Step 15440: 0.0390723 (51%)
1903
+ Step 15450: 0.0347884 (51%)
1904
+ Step 15460: 0.0424896 (51%)
1905
+ Step 15470: 0.0386907 (51%)
1906
+ Step 15480: 0.0279586 (51%)
1907
+ Step 15490: 0.0277331 (51%)
1908
+ Step 15500: 0.0213788 (51%)
1909
+ Step 15510: 0.043874 (51%)
1910
+ Step 15520: 0.0309185 (51%)
1911
+ Step 15530: 0.02026 (51%)
1912
+ Step 15540: 0.0218465 (51%)
1913
+ Step 15550: 0.0211399 (51%)
1914
+ Step 15560: 0.0216157 (51%)
1915
+ Step 15570: 0.041141 (51%)
1916
+ Step 15580: 0.0346042 (51%)
1917
+ Step 15590: 0.0276225 (51%)
1918
+ Step 15600: 0.0405008 (52%)
1919
+ Step 15610: 0.0254965 (52%)
1920
+ Step 15620: 0.0437868 (52%)
1921
+ Step 15630: 0.0413609 (52%)
1922
+ Step 15640: 0.0874843 (52%)
1923
+ Step 15650: 0.0364939 (52%)
1924
+ Step 15660: 0.035313 (52%)
1925
+ Step 15670: 0.0305726 (52%)
1926
+ Step 15680: 0.0199737 (52%)
1927
+ Step 15690: 0.0316774 (52%)
1928
+ Step 15700: 0.0389608 (52%)
1929
+ Step 15710: 0.0318008 (52%)
1930
+ Step 15720: 0.0367862 (52%)
1931
+ Step 15730: 0.0198598 (52%)
1932
+ Step 15740: 0.0245803 (52%)
1933
+ Step 15750: 0.0390069 (52%)
1934
+ Step 15760: 0.0331344 (52%)
1935
+ Step 15770: 0.0338155 (52%)
1936
+ Step 15780: 0.0323519 (52%)
1937
+ Step 15790: 0.0370961 (52%)
1938
+ Step 15800: 0.0271712 (52%)
1939
+ Step 15810: 0.0342686 (52%)
1940
+ Step 15820: 0.0243198 (52%)
1941
+ Step 15830: 0.0296698 (52%)
1942
+ Step 15840: 0.0436552 (52%)
1943
+ Step 15850: 0.0263321 (52%)
1944
+ Step 15860: 0.0362337 (52%)
1945
+ Step 15870: 0.032952 (52%)
1946
+ Step 15880: 0.0321463 (52%)
1947
+ Step 15890: 0.0204947 (52%)
1948
+ Step 15900: 0.0207272 (52%)
1949
+ Step 15910: 0.0509071 (53%)
1950
+ Step 15920: 0.0403435 (53%)
1951
+ Step 15930: 0.0367029 (53%)
1952
+ Step 15940: 0.0349236 (53%)
1953
+ Step 15950: 0.0196873 (53%)
1954
+ Step 15960: 0.032019 (53%)
1955
+ Step 15970: 0.0442234 (53%)
1956
+ Step 15980: 0.0265398 (53%)
1957
+ Step 15990: 0.0246001 (53%)
1958
+ Step 16000: 0.0321689 (53%)
1959
+ Step 16010: 0.0522218 (53%)
1960
+ Step 16020: 0.0215747 (53%)
1961
+ Step 16030: 0.0368263 (53%)
1962
+ Step 16040: 0.034751 (53%)
1963
+ Step 16050: 0.0373744 (53%)
1964
+ Step 16060: 0.0339363 (53%)
1965
+ Step 16070: 0.0456625 (53%)
1966
+ Step 16080: 0.0508598 (53%)
1967
+ Step 16090: 0.047182 (53%)
1968
+ Step 16100: 0.0430926 (53%)
1969
+ Step 16110: 0.0360673 (53%)
1970
+ Step 16120: 0.0212269 (53%)
1971
+ Step 16130: 0.0213227 (53%)
1972
+ Step 16140: 0.0291823 (53%)
1973
+ Step 16150: 0.0244491 (53%)
1974
+ Step 16160: 0.0239696 (53%)
1975
+ Step 16170: 0.0354245 (53%)
1976
+ Step 16180: 0.0851877 (53%)
1977
+ Step 16190: 0.0282849 (53%)
1978
+ Step 16200: 0.0353762 (54%)
1979
+ Step 16210: 0.0396551 (54%)
1980
+ Step 16220: 0.0363574 (54%)
1981
+ Step 16230: 0.0327894 (54%)
1982
+ Step 16240: 0.0207113 (54%)
1983
+ Step 16250: 0.0269929 (54%)
1984
+ Step 16260: 0.0432071 (54%)
1985
+ Step 16270: 0.0331914 (54%)
1986
+ Step 16280: 0.0236037 (54%)
1987
+ Step 16290: 0.0347419 (54%)
1988
+ Step 16300: 0.0386248 (54%)
1989
+ Step 16310: 0.0253597 (54%)
1990
+ Step 16320: 0.0208509 (54%)
runs/2026-03-20-30000-Drus-MacBook-Pro/params.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "date": "2026-03-20",
3
+ "iters": 30000,
4
+ "downscale": 1,
5
+ "node": "Drus-MacBook-Pro",
6
+ "opensplat": "/Users/dru/OpenSplat/build/opensplat",
7
+ "project_dir": "/Users/dru/splat-projects/specimens/amet-001/",
8
+ "extra_flags": "",
9
+ "sfm": "colmap"
10
+ }
runs/colmap-2026-03-20.log ADDED
The diff for this file is too large to render. See raw diff
 
runs/macbook-15k/opensplat.log ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ Using MPS
2
+ Invalid project folder (must be either a colmap or nerfstudio or openmvg project folder)
runs/v1-macbook-15k/cameras.json ADDED
@@ -0,0 +1 @@
 
 
1
+ [{"fx":4678.9326171875,"fy":4678.9326171875,"height":1999,"id":0,"img_name":"IMG_2131.jpg","position":[0.1857403665781021,0.5130922198295593,-0.5817885994911194],"rotation":[[0.9884006381034851,0.0013622752157971263,-0.1518629938364029],[-0.005194263532757759,0.9996779561042786,-0.02483934722840786],[0.15178026258945465,0.025340041145682335,0.988089382648468]],"width":1999},{"fx":4678.9326171875,"fy":4678.9326171875,"height":1999,"id":1,"img_name":"IMG_2075.jpg","position":[-0.26214367151260376,0.4956371486186981,-0.5650180578231812],"rotation":[[0.948603630065918,-0.06967616826295853,0.30870115756988525],[0.07467035204172134,0.9971986413002014,-0.004378310404717922],[-0.30753129720687866,0.027204103767871857,0.9511489868164063]],"width":1999},{"fx":4678.9326171875,"fy":4678.9326171875,"height":1999,"id":2,"img_name":"IMG_2074.jpg","position":[-0.07620662450790405,0.5077221989631653,-0.6006907820701599],"rotation":[[0.9924039244651794,-0.03986969217658043,0.11638250201940536],[0.04221140965819359,0.9989514350891113,-0.0177250225096941],[-0.11555377393960953,0.022503050044178963,0.9930462837219238]],"width":1999},{"fx":4678.9326171875,"fy":4678.9326171875,"height":1999,"id":3,"img_name":"IMG_2134.jpg","position":[-0.05256829038262367,0.508543074131012,-0.5956112146377563],"rotation":[[0.9945311546325684,-0.037239108234643936,0.09757586568593979],[0.03925416246056557,0.9990521669387817,-0.018812809139490128],[-0.09678281098604202,0.022540181875228882,0.9950502514839172]],"width":1999},{"fx":4678.9326171875,"fy":4678.9326171875,"height":1999,"id":4,"img_name":"IMG_2133.jpg","position":[0.026543965563178062,0.5111843347549438,-0.5976619720458984],"rotation":[[0.9995880722999573,-0.02435501106083393,0.015180916525423527],[0.024686062708497047,0.9994528293609619,-0.022015027701854706],[-0.014636433683335781,0.02238071709871292,0.9996423721313477]],"width":1999},{"fx":4678.9326171875,"fy":4678.9326171875,"height":1999,"id":5,"img_name":"IMG_2132.jpg","position":[0.09653684496879578,0.512752890586853,-0.5940552353858948],"rotation":[[0.9982219338417053,-0.013133118860423565,-0.058142226189374924],[0.011753995902836323,0.9996429085731506,-0.023998621851205826],[0.058436643332242966,0.023272547870874405,0.998019814491272]],"width":1999},{"fx":4678.9326171875,"fy":4678.9326171875,"height":1999,"id":6,"img_name":"IMG_2073.jpg","position":[0.19478739798069,0.5145584940910339,-0.587408185005188],"rotation":[[0.9863360524177551,0.0030522143933922052,-0.16471773386001587],[-0.0074764518067240715,0.9996275305747986,-0.0262462105602026],[0.16457626223564148,0.027119087055325508,0.9859914779663086]],"width":1999},{"fx":4678.9326171875,"fy":4678.9326171875,"height":1999,"id":7,"img_name":"IMG_2130.jpg","position":[0.26588356494903564,0.5108118653297424,-0.5631064772605896],"rotation":[[0.9715129733085632,0.014461543411016464,-0.2365446537733078],[-0.02045513689517975,0.9995284080505371,-0.022903531789779663],[0.2361018806695938,0.02708963304758072,0.9713506102561951]],"width":1999},{"fx":4678.9326171875,"fy":4678.9326171875,"height":1999,"id":8,"img_name":"IMG_2129.jpg","position":[0.3250827193260193,0.5087249875068665,-0.5443171262741089],"rotation":[[0.9539221525192261,0.024369696155190468,-0.29906293749809265],[-0.03215030953288078,0.9992598295211792,-0.021123424172401428],[0.2983268201351166,0.029765065759420395,0.9539995789527893]],"width":1999},{"fx":4678.9326171875,"fy":4678.9326171875,"height":1999,"id":9,"img_name":"IMG_2072.jpg","position":[0.24938157200813293,0.5175619721412659,-0.9204463958740234],"rotation":[[0.9914743304252625,-0.002367672510445118,-0.1302805244922638],[-0.0004080338403582573,0.9997735619544983,-0.02127479948103428],[0.13030138611793518,0.02114657498896122,0.9912489056587219]],"width":1999},{"fx":4678.9326171875,"fy":4678.9326171875,"height":1999,"id":10,"img_name":"IMG_2128.jpg","position":[0.43587058782577515,0.5015106797218323,-0.4979890286922455],"rotation":[[0.9082869291305542,0.042963169515132904,-0.41613584756851196],[-0.05367463827133179,0.9984593391418457,-0.014069904573261738],[0.41489022970199585,0.035115450620651245,0.9091936349868774]],"width":1999},{"fx":4678.9326171875,"fy":4678.9326171875,"height":1999,"id":11,"img_name":"IMG_2127.jpg","position":[0.49137815833091736,0.49784722924232483,-0.4681532084941864],"rotation":[[0.8784930109977722,0.052157167345285416,-0.47489961981773376],[-0.06499537825584412,0.9978288412094116,-0.01064237579703331],[0.47331342101097107,0.04021552950143814,0.8799756169319153]],"width":1999},{"fx":4678.9326171875,"fy":4678.9326171875,"height":1999,"id":12,"img_name":"IMG_2076.jpg","position":[-0.3741647005081177,0.4853033125400543,-0.5239218473434448],"rotation":[[0.9017035365104675,-0.08737334609031677,0.42343437671661377],[0.09331314265727997,0.9956140518188477,0.006729135289788246],[-0.4221651554107666,0.03344430774450302,0.9059017896652222]],"width":1999},{"fx":4678.9326171875,"fy":4678.9326171875,"height":1999,"id":13,"img_name":"IMG_2126.jpg","position":[0.5699243545532227,0.49135518074035645,-0.4180588126182556],"rotation":[[0.8273285627365112,0.06522975862026215,-0.5579180717468262],[-0.08158598840236664,0.9966563582420349,-0.004457214847207069],[0.5557618141174316,0.049205876886844635,0.8298840522766113]],"width":1999},{"fx":4678.9326171875,"fy":4678.9326171875,"height":1999,"id":14,"img_name":"IMG_2125.jpg","position":[0.6430322527885437,0.48280268907546997,-0.36058762669563293],"rotation":[[0.7682060599327087,0.07753908634185791,-0.6354896426200867],[-0.09711453318595886,0.995265007019043,0.0040409155189991],[0.6327939629554749,0.05861102417111397,0.7720987796783447]],"width":1999},{"fx":4678.9326171875,"fy":4678.9326171875,"height":1999,"id":15,"img_name":"IMG_2124.jpg","position":[0.718675971031189,0.47168704867362976,-0.28689461946487427],"rotation":[[0.6918082237243652,0.0902043879032135,-0.7164248824119568],[-0.11387830972671509,0.9933797717094421,0.015110131353139877],[0.713045060634613,0.07113194465637207,0.6975005865097046]],"width":1999},{"fx":4678.9326171875,"fy":4678.9326171875,"height":1999,"id":16,"img_name":"IMG_2123.jpg","position":[0.7671118974685669,0.4623672366142273,-0.22988808155059814],"rotation":[[0.6324050426483154,0.09837071597576141,-0.7683664560317993],[-0.12465280294418335,0.9919005036354065,0.024393171072006226],[0.7645426988601685,0.08035267144441605,0.6395450830459595]],"width":1999},{"fx":4678.9326171875,"fy":4678.9326171875,"height":1999,"id":17,"img_name":"IMG_2077.jpg","position":[-0.5019129514694214,0.4704039394855499,-0.4564518630504608],"rotation":[[0.8254648447036743,-0.1072009727358818,0.5541802048683167],[0.11361432820558548,0.9932608604431152,0.022905703634023666],[-0.5529009699821472,0.04405495896935463,0.8320814967155457]],"width":1999},{"fx":4678.9326171875,"fy":4678.9326171875,"height":1999,"id":18,"img_name":"IMG_2078.jpg","position":[-0.5762791633605957,0.4593849778175354,-0.4030938744544983],"rotation":[[0.7647885084152222,-0.11947814375162125,0.6331061720848083],[0.12583637237548828,0.9914302229881287,0.03509052097797394],[-0.6318731904029846,0.05283096432685852,0.7732691764831543]],"width":1999},{"fx":4678.9326171875,"fy":4678.9326171875,"height":1999,"id":19,"img_name":"IMG_2079.jpg","position":[-0.6418172121047974,0.448261022567749,-0.34722602367401123],"rotation":[[0.7031656503677368,-0.12947741150856018,0.699137806892395],[0.13549914956092834,0.9896619915962219,0.047001492232084274],[-0.6979957818984985,0.06168274208903313,0.7134404182434082]],"width":1999},{"fx":4678.9326171875,"fy":4678.9326171875,"height":1999,"id":20,"img_name":"IMG_2080.jpg","position":[-0.6981253623962402,0.4370289444923401,-0.29005634784698486],"rotation":[[0.6403526067733765,-0.13828949630260468,0.7555292844772339],[0.14374805986881256,0.9878551959991455,0.058979231864213943],[-0.7545098066329956,0.07083836197853088,0.6524545550346375]],"width":1999},{"fx":4678.9326171875,"fy":4678.9326171875,"height":1999,"id":21,"img_name":"IMG_2081.jpg","position":[-0.7462661266326904,0.4256758689880371,-0.23212391138076782],"rotation":[[0.5768740177154541,-0.14589007198810577,0.803699254989624],[0.15045474469661713,0.9860640168190002,0.0710010901093483],[-0.8028572797775269,0.07996167987585068,0.5907845497131348]],"width":1999},{"fx":4678.9326171875,"fy":4678.9326171875,"height":1999,"id":22,"img_name":"IMG_2082.jpg","position":[-0.7868422865867615,0.41507023572921753,-0.17514139413833618],"rotation":[[0.5147329568862915,-0.1521347016096115,0.8437445759773254],[0.15616478025913239,0.984303891658783,0.0822092816233635],[-0.8430079817771912,0.08944737166166306,0.5304117202758789]],"width":1999},{"fx":4678.9326171875,"fy":4678.9326171875,"height":1999,"id":23,"img_name":"IMG_2083.jpg","position":[-0.8485140204429626,0.3946884572505951,-0.06522709876298904],"rotation":[[0.3940810561180115,-0.16171959042549133,0.904735803604126],[0.1641657054424286,0.9809523820877075,0.1038365364074707],[-0.9042952060699463,0.10760658979415894,0.41312354803085327]],"width":1999},{"fx":4678.9326171875,"fy":4678.9326171875,"height":1999,"id":24,"img_name":"IMG_2122.jpg","position":[0.8242935538291931,0.4489746391773224,-0.1484963595867157],"rotation":[[0.5473471879959106,0.10811099410057068,-0.8298934102058411],[-0.13820236921310425,0.9896832704544067,0.03777710348367691],[0.8254157900810242,0.09401603788137436,0.5566415786743164]],"width":1999},{"fx":4678.9326171875,"fy":4678.9326171875,"height":1999,"id":25,"img_name":"IMG_2084.jpg","position":[-0.8840931057929993,0.3786941170692444,0.020869484171271324],"rotation":[[0.30070555210113525,-0.16780708730220795,0.9388381242752075],[0.1689644604921341,0.9782007336616516,0.12072417885065079],[-0.9386304616928101,0.12232782691717148,0.32250386476516724]],"width":1999},{"fx":4678.9326171875,"fy":4678.9326171875,"height":1999,"id":26,"img_name":"IMG_2136.jpg","position":[-0.18640318512916565,-0.18369555473327637,-0.5145842432975769],"rotation":[[0.9597560167312622,-0.1866196095943451,0.2098606824874878],[0.05265391618013382,0.8535982370376587,0.5182640552520752],[-0.2758549451828003,-0.48635706305503845,0.8290722966194153]],"width":1999},{"fx":4678.9326171875,"fy":4678.9326171875,"height":1999,"id":27,"img_name":"IMG_2135.jpg","position":[-0.039969149976968765,-0.17624658346176147,-0.5401955246925354],"rotation":[[0.9955912828445435,-0.06530740857124329,0.06732729822397232],[0.02187662571668625,0.8596696257591248,0.5103817582130432],[-0.09121093899011612,-0.5066587328910828,0.8573082685470581]],"width":1999},{"fx":4678.9326171875,"fy":4678.9326171875,"height":1999,"id":28,"img_name":"IMG_2137.jpg","position":[-0.29108870029449463,-0.19243857264518738,-0.477438360452652],"rotation":[[0.9100641012191772,-0.2731892466545105,0.3116905689239502],[0.07396990060806274,0.8470085263252258,0.5264076590538025],[-0.40781348943710327,-0.4560089707374573,0.7910398244857788]],"width":1999},{"fx":4678.9326171875,"fy":4678.9326171875,"height":1999,"id":29,"img_name":"IMG_2138.jpg","position":[-0.38368886709213257,-0.2033708095550537,-0.4281221628189087],"rotation":[[0.8465273380279541,-0.34992337226867676,0.40117955207824707],[0.09114974737167358,0.8377547264099121,0.5383853316307068],[-0.5244836807250977,-0.41919052600860596,0.741077721118927]],"width":1999},{"fx":4678.9326171875,"fy":4678.9326171875,"height":1999,"id":30,"img_name":"IMG_2139.jpg","position":[-0.49570876359939575,-0.21900446712970734,-0.34659042954444885],"rotation":[[0.7379379272460938,-0.44285956025123596,0.5092376470565796],[0.1138714849948883,0.8254616856575012,0.5528528690338135],[-0.6651923656463623,-0.34998345375061035,0.6595686078071594]],"width":1999},{"fx":4678.9326171875,"fy":4678.9326171875,"height":1999,"id":31,"img_name":"IMG_2140.jpg","position":[-0.581976592540741,-0.23628689348697662,-0.25600242614746094],"rotation":[[0.6199105381965637,-0.5144338607788086,0.5925105810165405],[0.12928548455238342,0.8117480278015137,0.5695176720619202],[-0.7739484310150146,-0.27644699811935425,0.5697199702262878]],"width":1999},{"fx":4678.9326171875,"fy":4678.9326171875,"height":1999,"id":32,"img_name":"IMG_2141.jpg","position":[-0.6517428159713745,-0.25504952669143677,-0.15454231202602386],"rotation":[[0.48719078302383423,-0.5724750757217407,0.6594827175140381],[0.1412329375743866,0.7968744039535522,0.5874048471450806],[-0.8617994785308838,-0.19303753972053528,0.469082236289978]],"width":1999},{"fx":4678.9326171875,"fy":4678.9326171875,"height":1999,"id":33,"img_name":"IMG_2142.jpg","position":[-0.698586642742157,-0.2722940444946289,-0.056323565542697906],"rotation":[[0.3599974513053894,-0.6125182509422302,0.7037210464477539],[0.14822620153427124,0.7822641730308533,0.6050551533699036],[-0.9211031198501587,-0.1135084480047226,0.3724043369293213]],"width":1999},{"fx":4678.9326171875,"fy":4678.9326171875,"height":1999,"id":34,"img_name":"IMG_2175.jpg","position":[0.23983851075172424,-0.1724146455526352,-0.5152466893196106],"rotation":[[0.9645153284072876,0.16787117719650269,-0.2037876844406128],[-0.04084775596857071,0.8574277758598328,0.512980580329895],[0.26084786653518677,-0.4864533841609955,0.833859384059906]],"width":1999},{"fx":4678.9326171875,"fy":4678.9326171875,"height":1999,"id":35,"img_name":"IMG_2143.jpg","position":[-0.7394168972969055,-0.29721441864967346,0.08465681970119476],"rotation":[[0.1764107346534729,-0.6482048034667969,0.7407495975494385],[0.15262743830680847,0.7614636421203613,0.6299825310707092],[-0.9724115133285522,0.0019230246543884277,0.23326414823532104]],"width":1999},{"fx":4678.9326171875,"fy":4678.9326171875,"height":1999,"id":36,"img_name":"IMG_2174.jpg","position":[0.36231833696365356,-0.17690372467041016,-0.46941620111465454],"rotation":[[0.9065518379211426,0.27052783966064453,-0.3240036964416504],[-0.06954558193683624,0.8528501987457275,0.517503559589386],[0.41632574796676636,-0.44661080837249756,0.79196697473526]],"width":1999},{"fx":4678.9326171875,"fy":4678.9326171875,"height":1999,"id":37,"img_name":"IMG_2173.jpg","position":[0.4900627136230469,-0.1872536838054657,-0.39350980520248413],"rotation":[[0.8098483085632324,0.3764241933822632,-0.4499450623989105],[-0.0997532457113266,0.8441797494888306,0.5266970992088318],[0.5780960321426392,-0.3816612958908081,0.7212071418762207]],"width":1999},{"fx":4678.9326171875,"fy":4678.9326171875,"height":1999,"id":38,"img_name":"IMG_2172.jpg","position":[0.5570659637451172,-0.19575339555740356,-0.33854663372039795],"rotation":[[0.7399461269378662,0.4308481514453888,-0.5165749192237854],[-0.11504408717155457,0.837693452835083,0.5338862538337708],[0.6627553105354309,-0.33561819791793823,0.6694145202636719]],"width":1999},{"fx":4678.9326171875,"fy":4678.9326171875,"height":1999,"id":39,"img_name":"IMG_2171.jpg","position":[0.6198298335075378,-0.20535387098789215,-0.2735811769962311],"rotation":[[0.6571568250656128,0.4824363887310028,-0.5791373252868652],[-0.13068953156471252,0.8296276926994324,0.5428057909011841],[0.7423375844955444,-0.2810213565826416,0.6082448959350586]],"width":1999},{"fx":4678.9326171875,"fy":4678.9326171875,"height":1999,"id":40,"img_name":"IMG_2170.jpg","position":[0.6837431788444519,-0.21873484551906586,-0.18932977318763733],"rotation":[[0.5490254759788513,0.5337522029876709,-0.6431792378425598],[-0.14662864804267883,0.8191068172454834,0.5545845031738281],[0.8228432536125183,-0.21017253398895264,0.5279738903045654]],"width":1999},{"fx":4678.9326171875,"fy":4678.9326171875,"height":1999,"id":41,"img_name":"IMG_2169.jpg","position":[0.745008111000061,-0.23704838752746582,-0.07646937668323517],"rotation":[[0.4033377766609192,0.5828018188476563,-0.7054506540298462],[-0.16263540089130402,0.8043245077133179,0.5714995861053467],[0.9004822969436646,-0.11577612161636353,0.4191986918449402]],"width":1999},{"fx":4678.9326171875,"fy":4678.9326171875,"height":1999,"id":42,"img_name":"IMG_2168.jpg","position":[0.7807489037513733,-0.25401437282562256,0.024576077237725258],"rotation":[[0.2726157307624817,0.611190676689148,-0.7430521845817566],[-0.17315764725208282,0.790861964225769,0.5869869589805603],[0.9464127421379089,-0.03135669231414795,0.32143378257751465]],"width":1999},{"fx":4678.9326171875,"fy":4678.9326171875,"height":1999,"id":43,"img_name":"IMG_2167.jpg","position":[0.8039462566375732,-0.273253470659256,0.1390642523765564],"rotation":[[0.12406301498413086,0.6284657120704651,-0.7678797245025635],[-0.18129386007785797,0.7751888036727905,0.6051568984985352],[0.9755721092224121,0.06413426995277405,0.21010923385620117]],"width":1999},{"fx":4678.9326171875,"fy":4678.9326171875,"height":1999,"id":44,"img_name":"IMG_2166.jpg","position":[0.8091373443603516,-0.28991079330444336,0.2360645830631256],"rotation":[[-0.0018317699432373047,0.6313326358795166,-0.7755101919174194],[-0.1847381740808487,0.7619494199752808,0.620729386806488],[0.9827861785888672,0.14440323412418365,0.11523550748825073]],"width":1999},{"fx":4678.9326171875,"fy":4678.9326171875,"height":1999,"id":45,"img_name":"IMG_2165.jpg","position":[0.802676796913147,-0.3064027726650238,0.3307498097419739],"rotation":[[-0.1248246431350708,0.6241388320922852,-0.7712778449058533],[-0.18567894399166107,0.7489290833473206,0.6361042261123657],[0.9746497273445129,0.22261157631874084,0.022404611110687256]],"width":1999},{"fx":4678.9326171875,"fy":4678.9326171875,"height":1999,"id":46,"img_name":"IMG_2164.jpg","position":[0.786422073841095,-0.3214671015739441,0.4153667688369751],"rotation":[[-0.23479342460632324,0.6090408563613892,-0.7575891613960266],[-0.1841992437839508,0.7373781204223633,0.6498801708221436],[0.9544331431388855,0.29213497042655945,-0.06094670295715332]],"width":1999},{"fx":4678.9326171875,"fy":4678.9326171875,"height":1999,"id":47,"img_name":"IMG_2163.jpg","position":[0.7495853900909424,-0.34204694628715515,0.526994526386261],"rotation":[[-0.3797568082809448,0.5768883228302002,-0.7231768369674683],[-0.17864534258842468,0.7212923765182495,0.669195830821991],[0.9076732397079468,0.3833238482475281,-0.17085731029510498]],"width":1999},{"fx":4678.9326171875,"fy":4678.9326171875,"height":1999,"id":48,"img_name":"IMG_2162.jpg","position":[0.6988957524299622,-0.36043044924736023,0.6262763142585754],"rotation":[[-0.508409857749939,0.534488320350647,-0.6751605868339539],[-0.16931922733783722,0.7066983580589294,0.6869559288024902],[0.8443047404289246,0.46357274055480957,-0.26879334449768066]],"width":1999},{"fx":4678.9326171875,"fy":4678.9326171875,"height":1999,"id":49,"img_name":"IMG_2161.jpg","position":[0.6392161846160889,-0.37615901231765747,0.7121673822402954],"rotation":[[-0.6179367303848267,0.48525136709213257,-0.6186158061027527],[-0.15946216881275177,0.6931098103523254,0.7029727101325989],[0.7698871493339539,0.5330384373664856,-0.3509187698364258]],"width":1999},{"fx":4678.9326171875,"fy":4678.9326171875,"height":1999,"id":50,"img_name":"IMG_2160.jpg","position":[0.5548737645149231,-0.3927901089191437,0.8006139397621155],"rotation":[[-0.733252763748169,0.4162544012069702,-0.5376547574996948],[-0.14233817160129547,0.6792343854904175,0.7199864387512207],[0.6648911237716675,0.6044608354568481,-0.438801646232605]],"width":1999},{"fx":4678.9326171875,"fy":4678.9326171875,"height":1999,"id":51,"img_name":"IMG_2159.jpg","position":[0.45522254705429077,-0.406816303730011,0.8767775297164917],"rotation":[[-0.8331203460693359,0.33396416902542114,-0.44088369607925415],[-0.12179987132549286,0.666777491569519,0.735236406326294],[0.5395139455795288,0.6662399768829346,-0.5148290395736694]],"width":1999},{"fx":4678.9326171875,"fy":4678.9326171875,"height":1999,"id":52,"img_name":"IMG_2158.jpg","position":[0.31497225165367126,-0.4209541380405426,0.9484887719154358],"rotation":[[-0.9269800186157227,0.21733680367469788,-0.3057330846786499],[-0.0934167206287384,0.6556137800216675,0.7492955923080444],[0.3632923364639282,0.7231426239013672,-0.5874379873275757]],"width":1999},{"fx":4678.9326171875,"fy":4678.9326171875,"height":1999,"id":53,"img_name":"IMG_2157.jpg","position":[0.21539776027202606,-0.4272593855857849,0.9794981479644775],"rotation":[[-0.9685208797454834,0.1341702938079834,-0.20967990159988403],[-0.07354699820280075,0.6504846811294556,0.7559500336647034],[0.2378196120262146,0.7475747466087341,-0.6201401948928833]],"width":1999},{"fx":4678.9326171875,"fy":4678.9326171875,"height":1999,"id":54,"img_name":"IMG_2156.jpg","position":[0.10536359250545502,-0.4322763979434967,0.9976900219917297],"rotation":[[-0.9937729835510254,0.04281516373157501,-0.10286904871463776],[-0.050907984375953674,0.6467636823654175,0.7609895467758179],[0.09911385178565979,0.7614877223968506,-0.6405566930770874]],"width":1999},{"fx":4678.9326171875,"fy":4678.9326171875,"height":1999,"id":55,"img_name":"IMG_2155.jpg","position":[-0.008341878652572632,-0.43460893630981445,1.0],"rotation":[[-0.9986345767974854,-0.051703184843063354,0.007497483864426613],[-0.02768027037382126,0.645337700843811,0.7633957266807556],[-0.04430839419364929,0.7621456980705261,-0.6458877325057983]],"width":1999},{"fx":4678.9326171875,"fy":4678.9326171875,"height":1999,"id":56,"img_name":"IMG_2154.jpg","position":[-0.1427728533744812,-0.4340955913066864,0.9812166094779968],"rotation":[[-0.9768213033676147,-0.16274258494377136,0.1390504390001297],[0.001111939549446106,0.6457303762435913,0.7635647058486938],[-0.21405358612537384,0.7460209131240845,-0.630582332611084]],"width":1999},{"fx":4678.9326171875,"fy":4678.9326171875,"height":1999,"id":57,"img_name":"IMG_2153.jpg","position":[-0.24621066451072693,-0.43053320050239563,0.9498770236968994],"rotation":[[-0.9381686449050903,-0.24856796860694885,0.2409428358078003],[0.023287378251552582,0.6491156220436096,0.760333240032196],[-0.3453942537307739,0.7189317345619202,-0.6031913757324219]],"width":1999},{"fx":4678.9326171875,"fy":4678.9326171875,"height":1999,"id":58,"img_name":"IMG_2152.jpg","position":[-0.3173772692680359,-0.4270155429840088,0.9187466502189636],"rotation":[[-0.8991885185241699,-0.3072035312652588,0.3115870952606201],[0.039097219705581665,0.6528413891792297,0.7564849853515625],[-0.4358118176460266,0.6924046277999878,-0.5750167369842529]],"width":1999},{"fx":4678.9326171875,"fy":4678.9326171875,"height":1999,"id":59,"img_name":"IMG_2151.jpg","position":[-0.41704636812210083,-0.4190096855163574,0.8604460954666138],"rotation":[[-0.8249133825302124,-0.38899531960487366,0.4101225435733795],[0.061600446701049805,0.6593621969223022,0.749297559261322],[-0.561892569065094,0.6433693766593933,-0.5199544429779053]],"width":1999},{"fx":4678.9326171875,"fy":4678.9326171875,"height":1999,"id":60,"img_name":"IMG_2150.jpg","position":[-0.5038180947303772,-0.4093153476715088,0.790656566619873],"rotation":[[-0.7359309196472168,-0.46043020486831665,0.49639689922332764],[0.08191734552383423,0.6672309637069702,0.7403326034545898],[-0.6720829010009766,0.5854971408843994,-0.45331871509552]],"width":1999},{"fx":4678.9326171875,"fy":4678.9326171875,"height":1999,"id":61,"img_name":"IMG_2149.jpg","position":[-0.5696414709091187,-0.39921048283576965,0.7220703959465027],"rotation":[[-0.6472465991973877,-0.5145789384841919,0.5623880624771118],[0.09756538271903992,0.6757797002792358,0.7306181192398071],[-0.7560111284255981,0.5277596712112427,-0.3871910572052002]],"width":1999},{"fx":4678.9326171875,"fy":4678.9326171875,"height":1999,"id":62,"img_name":"IMG_2148.jpg","position":[-0.6508494019508362,-0.38101905584335327,0.6054661870002747],"rotation":[[-0.4968067407608032,-0.5817288160324097,0.644029974937439],[0.11792093515396118,0.6899586915969849,0.7141790390014648],[-0.8598126173019409,0.43075358867645264,-0.27417802810668945]],"width":1999},{"fx":4678.9326171875,"fy":4678.9326171875,"height":1999,"id":63,"img_name":"IMG_2147.jpg","position":[-0.6987787485122681,-0.3655162453651428,0.5049186944961548],"rotation":[[-0.36713337898254395,-0.6196554899215698,0.6937147378921509],[0.1312118023633957,0.7038370370864868,0.6981381177902222],[-0.9208673238754272,0.34733331203460693,-0.17709600925445557]],"width":1999},{"fx":4678.9326171875,"fy":4678.9326171875,"height":1999,"id":64,"img_name":"IMG_2146.jpg","position":[-0.7281157970428467,-0.3512933850288391,0.41603294014930725],"rotation":[[-0.2521606683731079,-0.6422094106674194,0.7238661050796509],[0.14020416140556335,0.7158992290496826,0.6839817762374878],[-0.9574747085571289,0.2739622890949249,-0.09048116207122803]],"width":1999},{"fx":4678.9326171875,"fy":4678.9326171875,"height":1999,"id":65,"img_name":"IMG_2145.jpg","position":[-0.7476631999015808,-0.3334822952747345,0.3068452477455139],"rotation":[[-0.11111676692962646,-0.6577119827270508,0.7450288534164429],[0.14789673686027527,0.730379581451416,0.6668375730514526],[-0.9827408790588379,0.18428418040275574,0.016116023063659668]],"width":1999},{"fx":4678.9326171875,"fy":4678.9326171875,"height":1999,"id":66,"img_name":"IMG_2144.jpg","position":[-0.7521872520446777,-0.3176468014717102,0.2064240723848343],"rotation":[[0.017939865589141846,-0.6597434282302856,0.7512767910957336],[0.15136924386024475,0.7445288896560669,0.6502031087875366],[-0.9883144497871399,0.10205566883087158,0.11322158575057983]],"width":1999},{"fx":4678.9326171875,"fy":4678.9326171875,"height":1999,"id":67,"img_name":"IMG_2085.jpg","position":[-0.90824955701828,0.3639461100101471,0.10075819492340088],"rotation":[[0.2138206958770752,-0.17166882753372192,0.9616706967353821],[0.1705799400806427,0.9758744835853577,0.13627712428569794],[-0.9618644118309021,0.13490284979343414,0.23794537782669067]],"width":1999}]
runs/v1-macbook-15k/opensplat.log ADDED
@@ -0,0 +1,1716 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Using MPS
2
+ Reading 29342 points
3
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2131.jpg
4
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2132.jpg
5
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2143.jpgLoading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2084.jpg
6
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2160.jpg
7
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2155.jpgLoading
8
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2145.jpg
9
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2150.jpg
10
+ Loading Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2080.jpg
11
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2124.jpg
12
+
13
+ /Users/dru/splat-projects/specimens/amet-001/images/IMG_2128.jpg
14
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2139.jpgLoading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2170.jpg
15
+ /Users/dru/splat-projects/specimens/amet-001/images/IMG_2165.jpg
16
+
17
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2144.jpg
18
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2159.jpg
19
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2123.jpg
20
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2169.jpg
21
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2127.jpg
22
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2149.jpg
23
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2154.jpg
24
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2136.jpg
25
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2075.jpg
26
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2140.jpg
27
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2073.jpg
28
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2174.jpg
29
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2164.jpg
30
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2081.jpg
31
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2077.jpg
32
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2148.jpg
33
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2158.jpg
34
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2085.jpg
35
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2135.jpg
36
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2076.jpg
37
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2168.jpg
38
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2153.jpg
39
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2141.jpg
40
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2074.jpg
41
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2163.jpg
42
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2173.jpg
43
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2082.jpg
44
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2130.jpg
45
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2078.jpg
46
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2147.jpg
47
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2126.jpg
48
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2157.jpg
49
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2142.jpg
50
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2167.jpg
51
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2137.jpg
52
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2152.jpg
53
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2134.jpg
54
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2162.jpg
55
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2129.jpg
56
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2083.jpg
57
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2172.jpg
58
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2079.jpg
59
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2146.jpg
60
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2133.jpg
61
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2125.jpg
62
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2151.jpg
63
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2156.jpg
64
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2138.jpg
65
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2166.jpg
66
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2161.jpg
67
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2175.jpg
68
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2122.jpg
69
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2072.jpg
70
+ Loading /Users/dru/splat-projects/specimens/amet-001/images/IMG_2171.jpg
71
+ init_gsplat_metal_context: loading '/Users/dru/OpenSplat/build/default.metallib'
72
+ init_gsplat_metal_context: loaded '/Users/dru/OpenSplat/build/default.metallib', functions: compute_cov2d_bounds_kernel, project_gaussians_backward_kernel, get_tile_bin_edges_kernel, rasterize_backward_kernel, map_gaussian_to_intersects_kernel, nd_rasterize_backward_kernel, project_gaussians_forward_kernel, compute_sh_backward_kernel, compute_sh_forward_kernel, nd_rasterize_forward_kernel
73
+ init_gsplat_metal_context: load function nd_rasterize_backward_kernel with label: (null)
74
+ init_gsplat_metal_context: load function nd_rasterize_forward_kernel with label: (null)
75
+ init_gsplat_metal_context: load function rasterize_backward_kernel with label: (null)
76
+ init_gsplat_metal_context: load function project_gaussians_forward_kernel with label: (null)
77
+ init_gsplat_metal_context: load function project_gaussians_backward_kernel with label: (null)
78
+ init_gsplat_metal_context: load function compute_sh_forward_kernel with label: (null)
79
+ init_gsplat_metal_context: load function compute_sh_backward_kernel with label: (null)
80
+ init_gsplat_metal_context: load function compute_cov2d_bounds_kernel with label: (null)
81
+ init_gsplat_metal_context: load function map_gaussian_to_intersects_kernel with label: (null)
82
+ init_gsplat_metal_context: load function get_tile_bin_edges_kernel with label: (null)
83
+ Step 10: 0.246048 (0%)
84
+ Step 20: 0.233139 (0%)
85
+ Step 30: 0.27983 (0%)
86
+ Step 40: 0.185315 (0%)
87
+ Step 50: 0.214922 (0%)
88
+ Step 60: 0.222266 (0%)
89
+ Step 70: 0.196561 (0%)
90
+ Step 80: 0.181127 (0%)
91
+ Step 90: 0.191176 (0%)
92
+ Step 100: 0.248291 (0%)
93
+ Step 110: 0.202077 (0%)
94
+ Step 120: 0.216142 (0%)
95
+ Step 130: 0.211832 (0%)
96
+ Step 140: 0.205665 (0%)
97
+ Step 150: 0.193075 (1%)
98
+ Step 160: 0.207663 (1%)
99
+ Step 170: 0.156072 (1%)
100
+ Step 180: 0.166015 (1%)
101
+ Step 190: 0.209673 (1%)
102
+ Step 200: 0.193209 (1%)
103
+ Step 210: 0.176736 (1%)
104
+ Step 220: 0.154668 (1%)
105
+ Step 230: 0.16503 (1%)
106
+ Step 240: 0.211038 (1%)
107
+ Step 250: 0.196337 (1%)
108
+ Step 260: 0.164565 (1%)
109
+ Step 270: 0.153852 (1%)
110
+ Step 280: 0.198438 (1%)
111
+ Step 290: 0.206782 (1%)
112
+ Step 300: 0.168319 (2%)
113
+ Step 310: 0.198916 (2%)
114
+ Step 320: 0.165534 (2%)
115
+ Step 330: 0.144072 (2%)
116
+ Step 340: 0.139992 (2%)
117
+ Step 350: 0.18157 (2%)
118
+ Step 360: 0.192369 (2%)
119
+ Step 370: 0.173202 (2%)
120
+ Step 380: 0.15554 (2%)
121
+ Step 390: 0.215079 (2%)
122
+ Step 400: 0.176292 (2%)
123
+ Step 410: 0.133727 (2%)
124
+ Step 420: 0.192798 (2%)
125
+ Step 430: 0.177491 (2%)
126
+ Step 440: 0.141495 (2%)
127
+ Step 450: 0.173653 (3%)
128
+ Step 460: 0.173884 (3%)
129
+ Step 470: 0.151133 (3%)
130
+ Step 480: 0.130365 (3%)
131
+ Step 490: 0.15159 (3%)
132
+ Step 500: 0.124508 (3%)
133
+ Step 510: 0.16961 (3%)
134
+ Step 520: 0.124996 (3%)
135
+ Step 530: 0.192203 (3%)
136
+ Step 540: 0.163733 (3%)
137
+ Step 550: 0.140436 (3%)
138
+ Step 560: 0.138359 (3%)
139
+ Step 570: 0.132957 (3%)
140
+ Step 580: 0.112226 (3%)
141
+ Step 590: 0.147491 (3%)
142
+ Step 600: 0.139341 (4%)
143
+ Added 6862 gaussians, new count 36204
144
+ Culled 4854 gaussians, remaining 31350
145
+ Step 610: 0.16607 (4%)
146
+ Step 620: 0.14118 (4%)
147
+ Step 630: 0.122743 (4%)
148
+ Step 640: 0.123298 (4%)
149
+ Step 650: 0.1368 (4%)
150
+ Step 660: 0.155052 (4%)
151
+ Step 670: 0.130207 (4%)
152
+ Step 680: 0.148143 (4%)
153
+ Step 690: 0.130077 (4%)
154
+ Step 700: 0.107415 (4%)
155
+ Added 11398 gaussians, new count 42748
156
+ Culled 4029 gaussians, remaining 38719
157
+ Step 710: 0.132636 (4%)
158
+ Step 720: 0.140616 (4%)
159
+ Step 730: 0.13154 (4%)
160
+ Step 740: 0.135534 (4%)
161
+ Step 750: 0.109041 (5%)
162
+ Step 760: 0.105746 (5%)
163
+ Step 770: 0.137666 (5%)
164
+ Step 780: 0.118319 (5%)
165
+ Step 790: 0.115588 (5%)
166
+ Step 800: 0.125859 (5%)
167
+ Added 13333 gaussians, new count 52052
168
+ Culled 5719 gaussians, remaining 46333
169
+ Step 810: 0.12541 (5%)
170
+ Step 820: 0.120893 (5%)
171
+ Step 830: 0.116942 (5%)
172
+ Step 840: 0.129373 (5%)
173
+ Step 850: 0.112491 (5%)
174
+ Step 860: 0.121099 (5%)
175
+ Step 870: 0.121656 (5%)
176
+ Step 880: 0.134321 (5%)
177
+ Step 890: 0.115085 (5%)
178
+ Step 900: 0.0938555 (6%)
179
+ Added 14364 gaussians, new count 60697
180
+ Culled 7286 gaussians, remaining 53411
181
+ Step 910: 0.13275 (6%)
182
+ Step 920: 0.144737 (6%)
183
+ Step 930: 0.130247 (6%)
184
+ Step 940: 0.118211 (6%)
185
+ Step 950: 0.0997275 (6%)
186
+ Step 960: 0.0938987 (6%)
187
+ Step 970: 0.0941423 (6%)
188
+ Step 980: 0.106866 (6%)
189
+ Step 990: 0.10462 (6%)
190
+ Step 1000: 0.0926465 (6%)
191
+ Added 13775 gaussians, new count 67186
192
+ Culled 8050 gaussians, remaining 59136
193
+ Step 1010: 0.109903 (6%)
194
+ Step 1020: 0.122586 (6%)
195
+ Step 1030: 0.0994743 (6%)
196
+ Step 1040: 0.114737 (6%)
197
+ Step 1050: 0.180285 (7%)
198
+ Step 1060: 0.0993013 (7%)
199
+ Step 1070: 0.1146 (7%)
200
+ Step 1080: 0.108007 (7%)
201
+ Step 1090: 0.0966292 (7%)
202
+ Step 1100: 0.0884999 (7%)
203
+ Added 15989 gaussians, new count 75125
204
+ Culled 8559 gaussians, remaining 66566
205
+ Step 1110: 0.116003 (7%)
206
+ Step 1120: 0.132418 (7%)
207
+ Step 1130: 0.161002 (7%)
208
+ Step 1140: 0.0898935 (7%)
209
+ Step 1150: 0.0842901 (7%)
210
+ Step 1160: 0.127617 (7%)
211
+ Step 1170: 0.0915064 (7%)
212
+ Step 1180: 0.0858009 (7%)
213
+ Step 1190: 0.0889108 (7%)
214
+ Step 1200: 0.133276 (8%)
215
+ Added 15953 gaussians, new count 82519
216
+ Culled 9749 gaussians, remaining 72770
217
+ Step 1210: 0.113283 (8%)
218
+ Step 1220: 0.117129 (8%)
219
+ Step 1230: 0.0834259 (8%)
220
+ Step 1240: 0.0937075 (8%)
221
+ Step 1250: 0.0840499 (8%)
222
+ Step 1260: 0.114095 (8%)
223
+ Step 1270: 0.0908822 (8%)
224
+ Step 1280: 0.0803742 (8%)
225
+ Step 1290: 0.0785958 (8%)
226
+ Step 1300: 0.0866535 (8%)
227
+ Added 16547 gaussians, new count 89317
228
+ Culled 9789 gaussians, remaining 79528
229
+ Step 1310: 0.117871 (8%)
230
+ Step 1320: 0.0810222 (8%)
231
+ Step 1330: 0.100809 (8%)
232
+ Step 1340: 0.102341 (8%)
233
+ Step 1350: 0.0914146 (9%)
234
+ Step 1360: 0.0909757 (9%)
235
+ Step 1370: 0.0857114 (9%)
236
+ Step 1380: 0.13865 (9%)
237
+ Step 1390: 0.0781021 (9%)
238
+ Step 1400: 0.0792183 (9%)
239
+ Added 15300 gaussians, new count 94828
240
+ Culled 10415 gaussians, remaining 84413
241
+ Step 1410: 0.094783 (9%)
242
+ Step 1420: 0.166697 (9%)
243
+ Step 1430: 0.0858173 (9%)
244
+ Step 1440: 0.0770131 (9%)
245
+ Step 1450: 0.105434 (9%)
246
+ Step 1460: 0.118806 (9%)
247
+ Step 1470: 0.108284 (9%)
248
+ Step 1480: 0.0788364 (9%)
249
+ Step 1490: 0.0762881 (9%)
250
+ Step 1500: 0.0665254 (10%)
251
+ Added 16564 gaussians, new count 100977
252
+ Culled 10122 gaussians, remaining 90855
253
+ Step 1510: 0.0803014 (10%)
254
+ Step 1520: 0.1033 (10%)
255
+ Step 1530: 0.0781412 (10%)
256
+ Step 1540: 0.110189 (10%)
257
+ Step 1550: 0.125715 (10%)
258
+ Step 1560: 0.0651968 (10%)
259
+ Step 1570: 0.0783429 (10%)
260
+ Step 1580: 0.0771594 (10%)
261
+ Step 1590: 0.140413 (10%)
262
+ Step 1600: 0.0773346 (10%)
263
+ Added 16439 gaussians, new count 107294
264
+ Culled 10200 gaussians, remaining 97094
265
+ Step 1610: 0.0739479 (10%)
266
+ Step 1620: 0.102371 (10%)
267
+ Step 1630: 0.107557 (10%)
268
+ Step 1640: 0.111496 (10%)
269
+ Step 1650: 0.0634474 (11%)
270
+ Step 1660: 0.0732304 (11%)
271
+ Step 1670: 0.083801 (11%)
272
+ Step 1680: 0.0742138 (11%)
273
+ Step 1690: 0.0812932 (11%)
274
+ Step 1700: 0.0877168 (11%)
275
+ Added 16389 gaussians, new count 113483
276
+ Culled 10858 gaussians, remaining 102625
277
+ Step 1710: 0.107367 (11%)
278
+ Step 1720: 0.0838101 (11%)
279
+ Step 1730: 0.0671816 (11%)
280
+ Step 1740: 0.104039 (11%)
281
+ Step 1750: 0.0729993 (11%)
282
+ Step 1760: 0.0810785 (11%)
283
+ Step 1770: 0.066239 (11%)
284
+ Step 1780: 0.0579145 (11%)
285
+ Step 1790: 0.0682941 (11%)
286
+ Step 1800: 0.0743017 (12%)
287
+ Added 16100 gaussians, new count 118725
288
+ Culled 10880 gaussians, remaining 107845
289
+ Step 1810: 0.0906644 (12%)
290
+ Step 1820: 0.0903628 (12%)
291
+ Step 1830: 0.082012 (12%)
292
+ Step 1840: 0.0781294 (12%)
293
+ Step 1850: 0.0725389 (12%)
294
+ Step 1860: 0.0674882 (12%)
295
+ Step 1870: 0.0644295 (12%)
296
+ Step 1880: 0.0766191 (12%)
297
+ Step 1890: 0.0852591 (12%)
298
+ Step 1900: 0.0782712 (12%)
299
+ Added 18910 gaussians, new count 126755
300
+ Culled 11319 gaussians, remaining 115436
301
+ Step 1910: 0.0597916 (12%)
302
+ Step 1920: 0.0608685 (12%)
303
+ Step 1930: 0.092142 (12%)
304
+ Step 1940: 0.0756 (12%)
305
+ Step 1950: 0.0788788 (13%)
306
+ Step 1960: 0.0757068 (13%)
307
+ Step 1970: 0.0753626 (13%)
308
+ Step 1980: 0.0648073 (13%)
309
+ Step 1990: 0.0854991 (13%)
310
+ Step 2000: 0.0648926 (13%)
311
+ Added 15697 gaussians, new count 131133
312
+ Culled 11850 gaussians, remaining 119283
313
+ Step 2010: 0.0814595 (13%)
314
+ Step 2020: 0.0628973 (13%)
315
+ Step 2030: 0.064557 (13%)
316
+ Step 2040: 0.0803001 (13%)
317
+ Step 2050: 0.0684524 (13%)
318
+ Step 2060: 0.103838 (13%)
319
+ Step 2070: 0.0967845 (13%)
320
+ Step 2080: 0.0765156 (13%)
321
+ Step 2090: 0.100013 (13%)
322
+ Step 2100: 0.0631082 (14%)
323
+ Added 17750 gaussians, new count 137033
324
+ Culled 10588 gaussians, remaining 126445
325
+ Step 2110: 0.065997 (14%)
326
+ Step 2120: 0.0945578 (14%)
327
+ Step 2130: 0.057043 (14%)
328
+ Step 2140: 0.0603365 (14%)
329
+ Step 2150: 0.0770696 (14%)
330
+ Step 2160: 0.0546649 (14%)
331
+ Step 2170: 0.0504062 (14%)
332
+ Step 2180: 0.0621459 (14%)
333
+ Step 2190: 0.0494832 (14%)
334
+ Step 2200: 0.0536081 (14%)
335
+ Added 15852 gaussians, new count 142297
336
+ Culled 11334 gaussians, remaining 130963
337
+ Step 2210: 0.0677053 (14%)
338
+ Step 2220: 0.0786109 (14%)
339
+ Step 2230: 0.0604642 (14%)
340
+ Step 2240: 0.0736102 (14%)
341
+ Step 2250: 0.0526464 (15%)
342
+ Step 2260: 0.0498159 (15%)
343
+ Step 2270: 0.0926229 (15%)
344
+ Step 2280: 0.0525716 (15%)
345
+ Step 2290: 0.104184 (15%)
346
+ Step 2300: 0.0727104 (15%)
347
+ Added 17113 gaussians, new count 148076
348
+ Culled 10884 gaussians, remaining 137192
349
+ Step 2310: 0.0743442 (15%)
350
+ Step 2320: 0.0756631 (15%)
351
+ Step 2330: 0.106254 (15%)
352
+ Step 2340: 0.0749478 (15%)
353
+ Step 2350: 0.0743711 (15%)
354
+ Step 2360: 0.0497659 (15%)
355
+ Step 2370: 0.0459706 (15%)
356
+ Step 2380: 0.0667199 (15%)
357
+ Step 2390: 0.0565534 (15%)
358
+ Step 2400: 0.0881575 (16%)
359
+ Added 16394 gaussians, new count 153586
360
+ Culled 11320 gaussians, remaining 142266
361
+ Step 2410: 0.0906206 (16%)
362
+ Step 2420: 0.0497081 (16%)
363
+ Step 2430: 0.0777467 (16%)
364
+ Step 2440: 0.0657782 (16%)
365
+ Step 2450: 0.071834 (16%)
366
+ Step 2460: 0.0634441 (16%)
367
+ Step 2470: 0.0610312 (16%)
368
+ Step 2480: 0.0568057 (16%)
369
+ Step 2490: 0.0500925 (16%)
370
+ Step 2500: 0.0454603 (16%)
371
+ Added 16866 gaussians, new count 159132
372
+ Culled 10909 gaussians, remaining 148223
373
+ Step 2510: 0.0507228 (16%)
374
+ Step 2520: 0.0474116 (16%)
375
+ Step 2530: 0.0597502 (16%)
376
+ Step 2540: 0.0741109 (16%)
377
+ Step 2550: 0.0598069 (17%)
378
+ Step 2560: 0.10335 (17%)
379
+ Step 2570: 0.0609925 (17%)
380
+ Step 2580: 0.0545136 (17%)
381
+ Step 2590: 0.0475573 (17%)
382
+ Step 2600: 0.0606599 (17%)
383
+ Added 17256 gaussians, new count 165479
384
+ Culled 11087 gaussians, remaining 154392
385
+ Step 2610: 0.0632642 (17%)
386
+ Step 2620: 0.0746014 (17%)
387
+ Step 2630: 0.0715958 (17%)
388
+ Step 2640: 0.0611519 (17%)
389
+ Step 2650: 0.0499682 (17%)
390
+ Step 2660: 0.0565242 (17%)
391
+ Step 2670: 0.0510108 (17%)
392
+ Step 2680: 0.0469496 (17%)
393
+ Step 2690: 0.040038 (17%)
394
+ Step 2700: 0.0607365 (18%)
395
+ Added 16440 gaussians, new count 170832
396
+ Culled 11014 gaussians, remaining 159818
397
+ Step 2710: 0.0591929 (18%)
398
+ Step 2720: 0.0716685 (18%)
399
+ Step 2730: 0.137477 (18%)
400
+ Step 2740: 0.0439218 (18%)
401
+ Step 2750: 0.0529019 (18%)
402
+ Step 2760: 0.0431125 (18%)
403
+ Step 2770: 0.0734154 (18%)
404
+ Step 2780: 0.0621359 (18%)
405
+ Step 2790: 0.131358 (18%)
406
+ Step 2800: 0.0582791 (18%)
407
+ Added 16508 gaussians, new count 176326
408
+ Culled 10622 gaussians, remaining 165704
409
+ Step 2810: 0.0586619 (18%)
410
+ Step 2820: 0.058948 (18%)
411
+ Step 2830: 0.0484595 (18%)
412
+ Step 2840: 0.0595642 (18%)
413
+ Step 2850: 0.046212 (19%)
414
+ Step 2860: 0.0413473 (19%)
415
+ Step 2870: 0.0693261 (19%)
416
+ Step 2880: 0.0465144 (19%)
417
+ Step 2890: 0.0854789 (19%)
418
+ Step 2900: 0.0541058 (19%)
419
+ Added 16098 gaussians, new count 181802
420
+ Culled 10371 gaussians, remaining 171431
421
+ Step 2910: 0.0650561 (19%)
422
+ Step 2920: 0.0604674 (19%)
423
+ Step 2930: 0.0628998 (19%)
424
+ Step 2940: 0.0584611 (19%)
425
+ Step 2950: 0.0641431 (19%)
426
+ Step 2960: 0.0412247 (19%)
427
+ Step 2970: 0.0638811 (19%)
428
+ Step 2980: 0.0456447 (19%)
429
+ Step 2990: 0.0392828 (19%)
430
+ Step 3000: 0.0962085 (20%)
431
+ Step 3010: 0.0769671 (20%)
432
+ Step 3020: 0.0539157 (20%)
433
+ Step 3030: 0.0592503 (20%)
434
+ Step 3040: 0.0795234 (20%)
435
+ Step 3050: 0.0698489 (20%)
436
+ Step 3060: 0.0562156 (20%)
437
+ Step 3070: 0.0700791 (20%)
438
+ Step 3080: 0.0626662 (20%)
439
+ Step 3090: 0.0826958 (20%)
440
+ Step 3100: 0.0747029 (20%)
441
+ Alpha reset
442
+ Step 3110: 0.11294 (20%)
443
+ Step 3120: 0.135351 (20%)
444
+ Step 3130: 0.0841799 (20%)
445
+ Step 3140: 0.0997323 (20%)
446
+ Step 3150: 0.0787196 (21%)
447
+ Step 3160: 0.113131 (21%)
448
+ Step 3170: 0.0787031 (21%)
449
+ Step 3180: 0.0814244 (21%)
450
+ Step 3190: 0.0769891 (21%)
451
+ Step 3200: 0.0668491 (21%)
452
+ Added 6052 gaussians, new count 177483
453
+ Culled 11436 gaussians, remaining 166047
454
+ Step 3210: 0.0870737 (21%)
455
+ Step 3220: 0.100938 (21%)
456
+ Step 3230: 0.165472 (21%)
457
+ Step 3240: 0.084041 (21%)
458
+ Step 3250: 0.0608953 (21%)
459
+ Step 3260: 0.0826068 (21%)
460
+ Step 3270: 0.0715634 (21%)
461
+ Step 3280: 0.0965943 (21%)
462
+ Step 3290: 0.0735198 (21%)
463
+ Step 3300: 0.0656314 (22%)
464
+ Added 10010 gaussians, new count 176057
465
+ Culled 12626 gaussians, remaining 163431
466
+ Step 3310: 0.096192 (22%)
467
+ Step 3320: 0.0798997 (22%)
468
+ Step 3330: 0.071447 (22%)
469
+ Step 3340: 0.0548131 (22%)
470
+ Step 3350: 0.0677016 (22%)
471
+ Step 3360: 0.064677 (22%)
472
+ Step 3370: 0.0737256 (22%)
473
+ Step 3380: 0.0594075 (22%)
474
+ Step 3390: 0.0803111 (22%)
475
+ Step 3400: 0.0758723 (22%)
476
+ Added 13961 gaussians, new count 177392
477
+ Culled 10212 gaussians, remaining 167180
478
+ Step 3410: 0.0684384 (22%)
479
+ Step 3420: 0.0594629 (22%)
480
+ Step 3430: 0.0579147 (22%)
481
+ Step 3440: 0.159398 (22%)
482
+ Step 3450: 0.0717019 (23%)
483
+ Step 3460: 0.0559251 (23%)
484
+ Step 3470: 0.0671408 (23%)
485
+ Step 3480: 0.0702888 (23%)
486
+ Step 3490: 0.0608849 (23%)
487
+ Step 3500: 0.0519998 (23%)
488
+ Added 13230 gaussians, new count 180410
489
+ Culled 11743 gaussians, remaining 168667
490
+ Step 3510: 0.078582 (23%)
491
+ Step 3520: 0.0715872 (23%)
492
+ Step 3530: 0.0814946 (23%)
493
+ Step 3540: 0.0507732 (23%)
494
+ Step 3550: 0.0702278 (23%)
495
+ Step 3560: 0.0658548 (23%)
496
+ Step 3570: 0.0491824 (23%)
497
+ Step 3580: 0.0708053 (23%)
498
+ Step 3590: 0.0617271 (23%)
499
+ Step 3600: 0.0949285 (24%)
500
+ Added 15284 gaussians, new count 183951
501
+ Culled 10920 gaussians, remaining 173031
502
+ Step 3610: 0.0823609 (24%)
503
+ Step 3620: 0.0505031 (24%)
504
+ Step 3630: 0.0550561 (24%)
505
+ Step 3640: 0.0588224 (24%)
506
+ Step 3650: 0.0542235 (24%)
507
+ Step 3660: 0.0750982 (24%)
508
+ Step 3670: 0.064364 (24%)
509
+ Step 3680: 0.0473338 (24%)
510
+ Step 3690: 0.0528122 (24%)
511
+ Step 3700: 0.0830743 (24%)
512
+ Added 14187 gaussians, new count 187218
513
+ Culled 12078 gaussians, remaining 175140
514
+ Step 3710: 0.0876461 (24%)
515
+ Step 3720: 0.0599709 (24%)
516
+ Step 3730: 0.0843649 (24%)
517
+ Step 3740: 0.0636936 (24%)
518
+ Step 3750: 0.056507 (25%)
519
+ Step 3760: 0.0610312 (25%)
520
+ Step 3770: 0.0573601 (25%)
521
+ Step 3780: 0.0688374 (25%)
522
+ Step 3790: 0.0690993 (25%)
523
+ Step 3800: 0.0629354 (25%)
524
+ Added 16074 gaussians, new count 191214
525
+ Culled 11198 gaussians, remaining 180016
526
+ Step 3810: 0.0762521 (25%)
527
+ Step 3820: 0.060221 (25%)
528
+ Step 3830: 0.0659663 (25%)
529
+ Step 3840: 0.08131 (25%)
530
+ Step 3850: 0.0661768 (25%)
531
+ Step 3860: 0.0643399 (25%)
532
+ Step 3870: 0.0591767 (25%)
533
+ Step 3880: 0.0723953 (25%)
534
+ Step 3890: 0.0438093 (25%)
535
+ Step 3900: 0.054985 (26%)
536
+ Added 13026 gaussians, new count 193042
537
+ Culled 11715 gaussians, remaining 181327
538
+ Step 3910: 0.0830042 (26%)
539
+ Step 3920: 0.0634063 (26%)
540
+ Step 3930: 0.0672899 (26%)
541
+ Step 3940: 0.0624358 (26%)
542
+ Step 3950: 0.0533416 (26%)
543
+ Step 3960: 0.0578592 (26%)
544
+ Step 3970: 0.0621876 (26%)
545
+ Step 3980: 0.0461497 (26%)
546
+ Step 3990: 0.0802282 (26%)
547
+ Step 4000: 0.0450951 (26%)
548
+ Added 13096 gaussians, new count 194423
549
+ Culled 9203 gaussians, remaining 185220
550
+ Step 4010: 0.0659493 (26%)
551
+ Step 4020: 0.0481597 (26%)
552
+ Step 4030: 0.055258 (26%)
553
+ Step 4040: 0.0609327 (26%)
554
+ Step 4050: 0.0453592 (27%)
555
+ Step 4060: 0.0831422 (27%)
556
+ Step 4070: 0.0445967 (27%)
557
+ Step 4080: 0.0629976 (27%)
558
+ Step 4090: 0.0560136 (27%)
559
+ Step 4100: 0.0705032 (27%)
560
+ Added 12775 gaussians, new count 197995
561
+ Culled 9956 gaussians, remaining 188039
562
+ Step 4110: 0.0460474 (27%)
563
+ Step 4120: 0.0645114 (27%)
564
+ Step 4130: 0.061698 (27%)
565
+ Step 4140: 0.0558231 (27%)
566
+ Step 4150: 0.0411866 (27%)
567
+ Step 4160: 0.0634477 (27%)
568
+ Step 4170: 0.0807185 (27%)
569
+ Step 4180: 0.059412 (27%)
570
+ Step 4190: 0.054423 (27%)
571
+ Step 4200: 0.0613627 (28%)
572
+ Added 13362 gaussians, new count 201401
573
+ Culled 9325 gaussians, remaining 192076
574
+ Step 4210: 0.0484578 (28%)
575
+ Step 4220: 0.0537188 (28%)
576
+ Step 4230: 0.04837 (28%)
577
+ Step 4240: 0.0480019 (28%)
578
+ Step 4250: 0.0571368 (28%)
579
+ Step 4260: 0.0833867 (28%)
580
+ Step 4270: 0.0543787 (28%)
581
+ Step 4280: 0.0685059 (28%)
582
+ Step 4290: 0.0552141 (28%)
583
+ Step 4300: 0.0555292 (28%)
584
+ Added 12527 gaussians, new count 204603
585
+ Culled 9561 gaussians, remaining 195042
586
+ Step 4310: 0.0527743 (28%)
587
+ Step 4320: 0.0657373 (28%)
588
+ Step 4330: 0.0544964 (28%)
589
+ Step 4340: 0.138789 (28%)
590
+ Step 4350: 0.0538807 (29%)
591
+ Step 4360: 0.0342147 (29%)
592
+ Step 4370: 0.0632572 (29%)
593
+ Step 4380: 0.0622756 (29%)
594
+ Step 4390: 0.0507275 (29%)
595
+ Step 4400: 0.0357882 (29%)
596
+ Added 12068 gaussians, new count 207110
597
+ Culled 9293 gaussians, remaining 197817
598
+ Step 4410: 0.0776127 (29%)
599
+ Step 4420: 0.0574882 (29%)
600
+ Step 4430: 0.0593775 (29%)
601
+ Step 4440: 0.0348322 (29%)
602
+ Step 4450: 0.0512321 (29%)
603
+ Step 4460: 0.0457355 (29%)
604
+ Step 4470: 0.0466518 (29%)
605
+ Step 4480: 0.0547332 (29%)
606
+ Step 4490: 0.0488331 (29%)
607
+ Step 4500: 0.0818704 (30%)
608
+ Added 13175 gaussians, new count 210992
609
+ Culled 8687 gaussians, remaining 202305
610
+ Step 4510: 0.0359782 (30%)
611
+ Step 4520: 0.0566782 (30%)
612
+ Step 4530: 0.0648818 (30%)
613
+ Step 4540: 0.0594737 (30%)
614
+ Step 4550: 0.0586681 (30%)
615
+ Step 4560: 0.0658172 (30%)
616
+ Step 4570: 0.0581309 (30%)
617
+ Step 4580: 0.0562308 (30%)
618
+ Step 4590: 0.0565446 (30%)
619
+ Step 4600: 0.0465021 (30%)
620
+ Added 10380 gaussians, new count 212685
621
+ Culled 9545 gaussians, remaining 203140
622
+ Step 4610: 0.0717495 (30%)
623
+ Step 4620: 0.0400272 (30%)
624
+ Step 4630: 0.0429454 (30%)
625
+ Step 4640: 0.0550781 (30%)
626
+ Step 4650: 0.0562174 (31%)
627
+ Step 4660: 0.0456231 (31%)
628
+ Step 4670: 0.0503601 (31%)
629
+ Step 4680: 0.0425269 (31%)
630
+ Step 4690: 0.0499367 (31%)
631
+ Step 4700: 0.0469811 (31%)
632
+ Added 12517 gaussians, new count 215657
633
+ Culled 8144 gaussians, remaining 207513
634
+ Step 4710: 0.0645631 (31%)
635
+ Step 4720: 0.0643816 (31%)
636
+ Step 4730: 0.0480534 (31%)
637
+ Step 4740: 0.0598172 (31%)
638
+ Step 4750: 0.0501479 (31%)
639
+ Step 4760: 0.0581589 (31%)
640
+ Step 4770: 0.0472477 (31%)
641
+ Step 4780: 0.0473789 (31%)
642
+ Step 4790: 0.0555001 (31%)
643
+ Step 4800: 0.0333408 (32%)
644
+ Added 11237 gaussians, new count 218750
645
+ Culled 8862 gaussians, remaining 209888
646
+ Step 4810: 0.0510655 (32%)
647
+ Step 4820: 0.0541488 (32%)
648
+ Step 4830: 0.0356067 (32%)
649
+ Step 4840: 0.0451608 (32%)
650
+ Step 4850: 0.0522038 (32%)
651
+ Step 4860: 0.0608349 (32%)
652
+ Step 4870: 0.0455913 (32%)
653
+ Step 4880: 0.0601592 (32%)
654
+ Step 4890: 0.0487168 (32%)
655
+ Step 4900: 0.0445571 (32%)
656
+ Added 9678 gaussians, new count 219566
657
+ Culled 8265 gaussians, remaining 211301
658
+ Step 4910: 0.0729101 (32%)
659
+ Step 4920: 0.0503344 (32%)
660
+ Step 4930: 0.05702 (32%)
661
+ Step 4940: 0.0545324 (32%)
662
+ Step 4950: 0.0384269 (33%)
663
+ Step 4960: 0.0397419 (33%)
664
+ Step 4970: 0.0525541 (33%)
665
+ Step 4980: 0.0462288 (33%)
666
+ Step 4990: 0.0449609 (33%)
667
+ Step 5000: 0.0506833 (33%)
668
+ Added 10323 gaussians, new count 221624
669
+ Culled 7204 gaussians, remaining 214420
670
+ Step 5010: 0.0375736 (33%)
671
+ Step 5020: 0.049136 (33%)
672
+ Step 5030: 0.0492749 (33%)
673
+ Step 5040: 0.0541281 (33%)
674
+ Step 5050: 0.053724 (33%)
675
+ Step 5060: 0.0744336 (33%)
676
+ Step 5070: 0.0464003 (33%)
677
+ Step 5080: 0.0488691 (33%)
678
+ Step 5090: 0.0531211 (33%)
679
+ Step 5100: 0.0509421 (34%)
680
+ Added 9668 gaussians, new count 224088
681
+ Culled 7748 gaussians, remaining 216340
682
+ Step 5110: 0.0309035 (34%)
683
+ Step 5120: 0.0517649 (34%)
684
+ Step 5130: 0.036805 (34%)
685
+ Step 5140: 0.12912 (34%)
686
+ Step 5150: 0.0761383 (34%)
687
+ Step 5160: 0.0376705 (34%)
688
+ Step 5170: 0.04913 (34%)
689
+ Step 5180: 0.0434677 (34%)
690
+ Step 5190: 0.0590781 (34%)
691
+ Step 5200: 0.0485346 (34%)
692
+ Added 10236 gaussians, new count 226576
693
+ Culled 7397 gaussians, remaining 219179
694
+ Step 5210: 0.0526227 (34%)
695
+ Step 5220: 0.0491248 (34%)
696
+ Step 5230: 0.0605381 (34%)
697
+ Step 5240: 0.0339781 (34%)
698
+ Step 5250: 0.0392038 (35%)
699
+ Step 5260: 0.0469191 (35%)
700
+ Step 5270: 0.0736233 (35%)
701
+ Step 5280: 0.0576309 (35%)
702
+ Step 5290: 0.054649 (35%)
703
+ Step 5300: 0.0461552 (35%)
704
+ Added 7885 gaussians, new count 227064
705
+ Culled 7562 gaussians, remaining 219502
706
+ Step 5310: 0.0712339 (35%)
707
+ Step 5320: 0.0567544 (35%)
708
+ Step 5330: 0.0573489 (35%)
709
+ Step 5340: 0.0423184 (35%)
710
+ Step 5350: 0.0327393 (35%)
711
+ Step 5360: 0.054648 (35%)
712
+ Step 5370: 0.049928 (35%)
713
+ Step 5380: 0.0567101 (35%)
714
+ Step 5390: 0.0737632 (35%)
715
+ Step 5400: 0.0531884 (36%)
716
+ Added 9647 gaussians, new count 229149
717
+ Culled 6470 gaussians, remaining 222679
718
+ Step 5410: 0.0479251 (36%)
719
+ Step 5420: 0.0358498 (36%)
720
+ Step 5430: 0.0404452 (36%)
721
+ Step 5440: 0.0528451 (36%)
722
+ Step 5450: 0.0546986 (36%)
723
+ Step 5460: 0.124124 (36%)
724
+ Step 5470: 0.035366 (36%)
725
+ Step 5480: 0.0378639 (36%)
726
+ Step 5490: 0.0432096 (36%)
727
+ Step 5500: 0.048152 (36%)
728
+ Added 8237 gaussians, new count 230916
729
+ Culled 7501 gaussians, remaining 223415
730
+ Step 5510: 0.0441398 (36%)
731
+ Step 5520: 0.0459951 (36%)
732
+ Step 5530: 0.0462178 (36%)
733
+ Step 5540: 0.0418112 (36%)
734
+ Step 5550: 0.048459 (37%)
735
+ Step 5560: 0.0530098 (37%)
736
+ Step 5570: 0.035673 (37%)
737
+ Step 5580: 0.0450513 (37%)
738
+ Step 5590: 0.047256 (37%)
739
+ Step 5600: 0.0342105 (37%)
740
+ Added 8765 gaussians, new count 232180
741
+ Culled 6675 gaussians, remaining 225505
742
+ Step 5610: 0.0451654 (37%)
743
+ Step 5620: 0.0355801 (37%)
744
+ Step 5630: 0.0476317 (37%)
745
+ Step 5640: 0.0577463 (37%)
746
+ Step 5650: 0.0515536 (37%)
747
+ Step 5660: 0.057774 (37%)
748
+ Step 5670: 0.0449301 (37%)
749
+ Step 5680: 0.0310719 (37%)
750
+ Step 5690: 0.0436738 (37%)
751
+ Step 5700: 0.040686 (38%)
752
+ Added 7905 gaussians, new count 233410
753
+ Culled 6524 gaussians, remaining 226886
754
+ Step 5710: 0.0696645 (38%)
755
+ Step 5720: 0.0769149 (38%)
756
+ Step 5730: 0.044943 (38%)
757
+ Step 5740: 0.0402573 (38%)
758
+ Step 5750: 0.0493564 (38%)
759
+ Step 5760: 0.0407386 (38%)
760
+ Step 5770: 0.0506326 (38%)
761
+ Step 5780: 0.0679617 (38%)
762
+ Step 5790: 0.0531882 (38%)
763
+ Step 5800: 0.0330072 (38%)
764
+ Added 6668 gaussians, new count 233554
765
+ Culled 6540 gaussians, remaining 227014
766
+ Step 5810: 0.0467543 (38%)
767
+ Step 5820: 0.0438871 (38%)
768
+ Step 5830: 0.0524313 (38%)
769
+ Step 5840: 0.0526915 (38%)
770
+ Step 5850: 0.0463508 (39%)
771
+ Step 5860: 0.0441932 (39%)
772
+ Step 5870: 0.0405105 (39%)
773
+ Step 5880: 0.0488941 (39%)
774
+ Step 5890: 0.040684 (39%)
775
+ Step 5900: 0.0504669 (39%)
776
+ Added 8470 gaussians, new count 235484
777
+ Culled 5456 gaussians, remaining 230028
778
+ Step 5910: 0.0582895 (39%)
779
+ Step 5920: 0.0514423 (39%)
780
+ Step 5930: 0.0565125 (39%)
781
+ Step 5940: 0.0580159 (39%)
782
+ Step 5950: 0.0419647 (39%)
783
+ Step 5960: 0.0464964 (39%)
784
+ Step 5970: 0.0349215 (39%)
785
+ Step 5980: 0.0507452 (39%)
786
+ Step 5990: 0.0517667 (39%)
787
+ Step 6000: 0.0603758 (40%)
788
+ Step 6010: 0.0384165 (40%)
789
+ Step 6020: 0.0422077 (40%)
790
+ Step 6030: 0.0392339 (40%)
791
+ Step 6040: 0.0395392 (40%)
792
+ Step 6050: 0.0454618 (40%)
793
+ Step 6060: 0.045013 (40%)
794
+ Step 6070: 0.0353772 (40%)
795
+ Step 6080: 0.0679086 (40%)
796
+ Step 6090: 0.049857 (40%)
797
+ Step 6100: 0.0533228 (40%)
798
+ Alpha reset
799
+ Step 6110: 0.0943058 (40%)
800
+ Step 6120: 0.0900171 (40%)
801
+ Step 6130: 0.0486609 (40%)
802
+ Step 6140: 0.0624979 (40%)
803
+ Step 6150: 0.0624221 (41%)
804
+ Step 6160: 0.0630784 (41%)
805
+ Step 6170: 0.0620627 (41%)
806
+ Step 6180: 0.0702731 (41%)
807
+ Step 6190: 0.064638 (41%)
808
+ Step 6200: 0.0726049 (41%)
809
+ Added 1956 gaussians, new count 231984
810
+ Culled 6189 gaussians, remaining 225795
811
+ Step 6210: 0.0613886 (41%)
812
+ Step 6220: 0.0566593 (41%)
813
+ Step 6230: 0.0678493 (41%)
814
+ Step 6240: 0.0634598 (41%)
815
+ Step 6250: 0.0490284 (41%)
816
+ Step 6260: 0.0403379 (41%)
817
+ Step 6270: 0.0520228 (41%)
818
+ Step 6280: 0.0461396 (41%)
819
+ Step 6290: 0.0619959 (41%)
820
+ Step 6300: 0.0501857 (42%)
821
+ Added 2039 gaussians, new count 227834
822
+ Culled 5128 gaussians, remaining 222706
823
+ Step 6310: 0.052788 (42%)
824
+ Step 6320: 0.043391 (42%)
825
+ Step 6330: 0.0558687 (42%)
826
+ Step 6340: 0.0745006 (42%)
827
+ Step 6350: 0.0605146 (42%)
828
+ Step 6360: 0.0695584 (42%)
829
+ Step 6370: 0.0626438 (42%)
830
+ Step 6380: 0.0507038 (42%)
831
+ Step 6390: 0.0407841 (42%)
832
+ Step 6400: 0.0702554 (42%)
833
+ Added 3410 gaussians, new count 226116
834
+ Culled 3081 gaussians, remaining 223035
835
+ Step 6410: 0.0609284 (42%)
836
+ Step 6420: 0.0475201 (42%)
837
+ Step 6430: 0.0593636 (42%)
838
+ Step 6440: 0.0583725 (42%)
839
+ Step 6450: 0.0599554 (43%)
840
+ Step 6460: 0.0486783 (43%)
841
+ Step 6470: 0.050205 (43%)
842
+ Step 6480: 0.0558189 (43%)
843
+ Step 6490: 0.040262 (43%)
844
+ Step 6500: 0.0526213 (43%)
845
+ Added 3749 gaussians, new count 226784
846
+ Culled 3491 gaussians, remaining 223293
847
+ Step 6510: 0.0495228 (43%)
848
+ Step 6520: 0.0485328 (43%)
849
+ Step 6530: 0.0345858 (43%)
850
+ Step 6540: 0.0550531 (43%)
851
+ Step 6550: 0.0339144 (43%)
852
+ Step 6560: -0.0382237 (43%)
853
+ Step 6570: 0.0596007 (43%)
854
+ Step 6580: 0.0385998 (43%)
855
+ Step 6590: 0.0568421 (43%)
856
+ Step 6600: 0.0567123 (44%)
857
+ Added 3340 gaussians, new count 226633
858
+ Culled 3821 gaussians, remaining 222812
859
+ Step 6610: 0.0366091 (44%)
860
+ Step 6620: 0.0587433 (44%)
861
+ Step 6630: 0.0369822 (44%)
862
+ Step 6640: 0.0559733 (44%)
863
+ Step 6650: 0.0711576 (44%)
864
+ Step 6660: 0.052086 (44%)
865
+ Step 6670: 0.0508446 (44%)
866
+ Step 6680: 0.057026 (44%)
867
+ Step 6690: 0.052945 (44%)
868
+ Step 6700: 0.0556259 (44%)
869
+ Added 3671 gaussians, new count 226483
870
+ Culled 3332 gaussians, remaining 223151
871
+ Step 6710: 0.0351403 (44%)
872
+ Step 6720: 0.0745537 (44%)
873
+ Step 6730: 0.068398 (44%)
874
+ Step 6740: 0.047614 (44%)
875
+ Step 6750: 0.052264 (45%)
876
+ Step 6760: 0.0527905 (45%)
877
+ Step 6770: 0.0593659 (45%)
878
+ Step 6780: 0.0559294 (45%)
879
+ Step 6790: 0.042781 (45%)
880
+ Step 6800: 0.0716331 (45%)
881
+ Added 3241 gaussians, new count 226392
882
+ Culled 3467 gaussians, remaining 222925
883
+ Step 6810: 0.0540978 (45%)
884
+ Step 6820: 0.0389986 (45%)
885
+ Step 6830: 0.0445181 (45%)
886
+ Step 6840: 0.0490816 (45%)
887
+ Step 6850: 0.0599084 (45%)
888
+ Step 6860: 0.0607447 (45%)
889
+ Step 6870: 0.129236 (45%)
890
+ Step 6880: 0.0557297 (45%)
891
+ Step 6890: 0.0593777 (45%)
892
+ Step 6900: 0.0492128 (46%)
893
+ Added 3233 gaussians, new count 226158
894
+ Culled 3151 gaussians, remaining 223007
895
+ Step 6910: 0.0494945 (46%)
896
+ Step 6920: 0.0466062 (46%)
897
+ Step 6930: 0.0447079 (46%)
898
+ Step 6940: 0.0356777 (46%)
899
+ Step 6950: 0.032628 (46%)
900
+ Step 6960: 0.0800562 (46%)
901
+ Step 6970: 0.090051 (46%)
902
+ Step 6980: 0.0581776 (46%)
903
+ Step 6990: 0.0554177 (46%)
904
+ Step 7000: 0.0569931 (46%)
905
+ Added 3409 gaussians, new count 226416
906
+ Culled 3196 gaussians, remaining 223220
907
+ Step 7010: 0.0663981 (46%)
908
+ Step 7020: 0.0575468 (46%)
909
+ Step 7030: 0.0530014 (46%)
910
+ Step 7040: 0.0561777 (46%)
911
+ Step 7050: 0.0398182 (47%)
912
+ Step 7060: 0.0514103 (47%)
913
+ Step 7070: 0.0347769 (47%)
914
+ Step 7080: 0.0479947 (47%)
915
+ Step 7090: 0.0408452 (47%)
916
+ Step 7100: 0.0551127 (47%)
917
+ Added 3016 gaussians, new count 226236
918
+ Culled 3222 gaussians, remaining 223014
919
+ Step 7110: 0.0577383 (47%)
920
+ Step 7120: 0.0362692 (47%)
921
+ Step 7130: 0.0458042 (47%)
922
+ Step 7140: 0.129186 (47%)
923
+ Step 7150: 0.050201 (47%)
924
+ Step 7160: 0.0555345 (47%)
925
+ Step 7170: 0.0416598 (47%)
926
+ Step 7180: 0.0903581 (47%)
927
+ Step 7190: 0.0362237 (47%)
928
+ Step 7200: 0.0517207 (48%)
929
+ Added 4258 gaussians, new count 227272
930
+ Culled 2940 gaussians, remaining 224332
931
+ Step 7210: 0.0534216 (48%)
932
+ Step 7220: 0.0714879 (48%)
933
+ Step 7230: 0.0528418 (48%)
934
+ Step 7240: 0.0557708 (48%)
935
+ Step 7250: 0.0646899 (48%)
936
+ Step 7260: 0.0341327 (48%)
937
+ Step 7270: 0.0363827 (48%)
938
+ Step 7280: 0.03782 (48%)
939
+ Step 7290: 0.0401816 (48%)
940
+ Step 7300: 0.0462523 (48%)
941
+ Added 2783 gaussians, new count 227115
942
+ Culled 3884 gaussians, remaining 223231
943
+ Step 7310: 0.0588054 (48%)
944
+ Step 7320: 0.0370863 (48%)
945
+ Step 7330: 0.0661255 (48%)
946
+ Step 7340: 0.04591 (48%)
947
+ Step 7350: 0.0332323 (49%)
948
+ Step 7360: 0.0425472 (49%)
949
+ Step 7370: 0.0411113 (49%)
950
+ Step 7380: 0.0331563 (49%)
951
+ Step 7390: 0.037294 (49%)
952
+ Step 7400: 0.0556837 (49%)
953
+ Added 3840 gaussians, new count 227071
954
+ Culled 2562 gaussians, remaining 224509
955
+ Step 7410: 0.0392317 (49%)
956
+ Step 7420: 0.0416656 (49%)
957
+ Step 7430: 0.0439305 (49%)
958
+ Step 7440: 0.0466436 (49%)
959
+ Step 7450: 0.033223 (49%)
960
+ Step 7460: 0.0378333 (49%)
961
+ Step 7470: 0.0553813 (49%)
962
+ Step 7480: 0.0595727 (49%)
963
+ Step 7490: 0.050391 (49%)
964
+ Step 7500: 0.0552522 (50%)
965
+ Step 7510: 0.0558752 (50%)
966
+ Step 7520: 0.0373789 (50%)
967
+ Step 7530: 0.0374761 (50%)
968
+ Step 7540: 0.0554523 (50%)
969
+ Step 7550: 0.0550776 (50%)
970
+ Step 7560: 0.0490205 (50%)
971
+ Step 7570: 0.0564782 (50%)
972
+ Step 7580: 0.0534016 (50%)
973
+ Step 7590: 0.0577921 (50%)
974
+ Step 7600: 0.0378352 (50%)
975
+ Step 7610: 0.0357362 (50%)
976
+ Step 7620: 0.0424388 (50%)
977
+ Step 7630: 0.0331459 (50%)
978
+ Step 7640: 0.0320048 (50%)
979
+ Step 7650: 0.0507829 (51%)
980
+ Step 7660: 0.0508937 (51%)
981
+ Step 7670: 0.0466074 (51%)
982
+ Step 7680: 0.0356137 (51%)
983
+ Step 7690: 0.0521644 (51%)
984
+ Step 7700: 0.0517286 (51%)
985
+ Step 7710: 0.0482009 (51%)
986
+ Step 7720: 0.0874582 (51%)
987
+ Step 7730: 0.037157 (51%)
988
+ Step 7740: 0.0429352 (51%)
989
+ Step 7750: 0.0476967 (51%)
990
+ Step 7760: 0.0496535 (51%)
991
+ Step 7770: 0.0500686 (51%)
992
+ Step 7780: 0.0435278 (51%)
993
+ Step 7790: 0.0385978 (51%)
994
+ Step 7800: 0.0566694 (52%)
995
+ Step 7810: 0.0667897 (52%)
996
+ Step 7820: 0.0505551 (52%)
997
+ Step 7830: 0.0482011 (52%)
998
+ Step 7840: 0.0527373 (52%)
999
+ Step 7850: 0.0571362 (52%)
1000
+ Step 7860: 0.0585072 (52%)
1001
+ Step 7870: 0.0437958 (52%)
1002
+ Step 7880: 0.0857248 (52%)
1003
+ Step 7890: 0.0553773 (52%)
1004
+ Step 7900: 0.0396987 (52%)
1005
+ Step 7910: 0.0333399 (52%)
1006
+ Step 7920: 0.0367975 (52%)
1007
+ Step 7930: 0.0615046 (52%)
1008
+ Step 7940: 0.0562826 (52%)
1009
+ Step 7950: 0.0541628 (52%)
1010
+ Step 7960: 0.0434868 (53%)
1011
+ Step 7970: 0.0507357 (53%)
1012
+ Step 7980: 0.0504033 (53%)
1013
+ Step 7990: 0.00870505 (53%)
1014
+ Step 8000: 0.0341622 (53%)
1015
+ Step 8010: 0.0365807 (53%)
1016
+ Step 8020: 0.0597158 (53%)
1017
+ Step 8030: 0.0520233 (53%)
1018
+ Step 8040: 0.0543419 (53%)
1019
+ Step 8050: 0.0534947 (53%)
1020
+ Step 8060: 0.0431562 (53%)
1021
+ Step 8070: 0.0506962 (53%)
1022
+ Step 8080: 0.0484316 (53%)
1023
+ Step 8090: 0.052939 (53%)
1024
+ Step 8100: 0.0380183 (54%)
1025
+ Step 8110: 0.0420521 (54%)
1026
+ Step 8120: 0.0470494 (54%)
1027
+ Step 8130: 0.0424056 (54%)
1028
+ Step 8140: 0.0470686 (54%)
1029
+ Step 8150: 0.0398241 (54%)
1030
+ Step 8160: 0.0448848 (54%)
1031
+ Step 8170: 0.0567564 (54%)
1032
+ Step 8180: 0.045263 (54%)
1033
+ Step 8190: 0.0473709 (54%)
1034
+ Step 8200: 0.0446404 (54%)
1035
+ Step 8210: 0.0622885 (54%)
1036
+ Step 8220: 0.0635026 (54%)
1037
+ Step 8230: 0.0439493 (54%)
1038
+ Step 8240: 0.04433 (54%)
1039
+ Step 8250: 0.0339601 (55%)
1040
+ Step 8260: 0.0352876 (55%)
1041
+ Step 8270: 0.0418319 (55%)
1042
+ Step 8280: 0.0458434 (55%)
1043
+ Step 8290: 0.0511291 (55%)
1044
+ Step 8300: 0.0570319 (55%)
1045
+ Step 8310: 0.0427947 (55%)
1046
+ Step 8320: 0.1256 (55%)
1047
+ Step 8330: 0.0471351 (55%)
1048
+ Step 8340: 0.0454945 (55%)
1049
+ Step 8350: 0.0338986 (55%)
1050
+ Step 8360: 0.0489686 (55%)
1051
+ Step 8370: 0.0475606 (55%)
1052
+ Step 8380: 0.0521346 (55%)
1053
+ Step 8390: 0.0639127 (55%)
1054
+ Step 8400: 0.0363548 (56%)
1055
+ Step 8410: 0.0496169 (56%)
1056
+ Step 8420: 0.0364211 (56%)
1057
+ Step 8430: 0.032878 (56%)
1058
+ Step 8440: 0.0403582 (56%)
1059
+ Step 8450: 0.041254 (56%)
1060
+ Step 8460: 0.0469328 (56%)
1061
+ Step 8470: 0.0525419 (56%)
1062
+ Step 8480: 0.0423829 (56%)
1063
+ Step 8490: 0.0390888 (56%)
1064
+ Step 8500: 0.0464506 (56%)
1065
+ Step 8510: 0.0405151 (56%)
1066
+ Step 8520: 0.0535694 (56%)
1067
+ Step 8530: 0.0460729 (56%)
1068
+ Step 8540: 0.0515345 (56%)
1069
+ Step 8550: 0.0419548 (57%)
1070
+ Step 8560: 0.0569682 (57%)
1071
+ Step 8570: 0.0429346 (57%)
1072
+ Step 8580: 0.0640495 (57%)
1073
+ Step 8590: 0.040243 (57%)
1074
+ Step 8600: 0.0491924 (57%)
1075
+ Step 8610: 0.0406053 (57%)
1076
+ Step 8620: 0.0359184 (57%)
1077
+ Step 8630: 0.0542512 (57%)
1078
+ Step 8640: 0.0455362 (57%)
1079
+ Step 8650: 0.0407008 (57%)
1080
+ Step 8660: 0.043528 (57%)
1081
+ Step 8670: 0.0431642 (57%)
1082
+ Step 8680: 0.039352 (57%)
1083
+ Step 8690: 0.0533644 (57%)
1084
+ Step 8700: 0.0659354 (58%)
1085
+ Step 8710: 0.0509521 (58%)
1086
+ Step 8720: 0.049469 (58%)
1087
+ Step 8730: 0.0480104 (58%)
1088
+ Step 8740: 0.033121 (58%)
1089
+ Step 8750: 0.0439383 (58%)
1090
+ Step 8760: 0.125533 (58%)
1091
+ Step 8770: 0.0543836 (58%)
1092
+ Step 8780: 0.0541506 (58%)
1093
+ Step 8790: 0.0452353 (58%)
1094
+ Step 8800: 0.0611183 (58%)
1095
+ Step 8810: 0.0246666 (58%)
1096
+ Step 8820: 0.0548351 (58%)
1097
+ Step 8830: 0.0556193 (58%)
1098
+ Step 8840: 0.0534914 (58%)
1099
+ Step 8850: 0.0442931 (58%)
1100
+ Step 8860: 0.0526181 (59%)
1101
+ Step 8870: 0.0465518 (59%)
1102
+ Step 8880: 0.0396628 (59%)
1103
+ Step 8890: 0.0555652 (59%)
1104
+ Step 8900: 0.0335325 (59%)
1105
+ Step 8910: 0.0500825 (59%)
1106
+ Step 8920: 0.0599822 (59%)
1107
+ Step 8930: 0.0547352 (59%)
1108
+ Step 8940: 0.0356642 (59%)
1109
+ Step 8950: 0.039315 (59%)
1110
+ Step 8960: 0.0502229 (59%)
1111
+ Step 8970: 0.0650598 (59%)
1112
+ Step 8980: -0.00565376 (59%)
1113
+ Step 8990: 0.052504 (59%)
1114
+ Step 9000: 0.0438791 (60%)
1115
+ Step 9010: 0.0368405 (60%)
1116
+ Step 9020: 0.0472999 (60%)
1117
+ Step 9030: 0.05418 (60%)
1118
+ Step 9040: 0.0446858 (60%)
1119
+ Step 9050: 0.0476325 (60%)
1120
+ Step 9060: 0.0590165 (60%)
1121
+ Step 9070: 0.0652056 (60%)
1122
+ Step 9080: 0.0454937 (60%)
1123
+ Step 9090: 0.0506104 (60%)
1124
+ Step 9100: 0.0530156 (60%)
1125
+ Step 9110: 0.0327034 (60%)
1126
+ Step 9120: -0.00985304 (60%)
1127
+ Step 9130: 0.0472605 (60%)
1128
+ Step 9140: 0.0518538 (60%)
1129
+ Step 9150: 0.0554698 (61%)
1130
+ Step 9160: 0.0414794 (61%)
1131
+ Step 9170: 0.0310937 (61%)
1132
+ Step 9180: 0.0484285 (61%)
1133
+ Step 9190: 0.0332706 (61%)
1134
+ Step 9200: 0.0436412 (61%)
1135
+ Step 9210: 0.123446 (61%)
1136
+ Step 9220: 0.0485434 (61%)
1137
+ Step 9230: 0.0361882 (61%)
1138
+ Step 9240: 0.0453258 (61%)
1139
+ Step 9250: 0.049186 (61%)
1140
+ Step 9260: 0.0434758 (61%)
1141
+ Step 9270: 0.0354417 (61%)
1142
+ Step 9280: 0.0313109 (61%)
1143
+ Step 9290: 0.0552986 (61%)
1144
+ Step 9300: 0.0349177 (62%)
1145
+ Step 9310: 0.048139 (62%)
1146
+ Step 9320: 0.120314 (62%)
1147
+ Step 9330: 0.0513306 (62%)
1148
+ Step 9340: 0.0518026 (62%)
1149
+ Step 9350: 0.0293431 (62%)
1150
+ Step 9360: 0.0316495 (62%)
1151
+ Step 9370: 0.0415382 (62%)
1152
+ Step 9380: 0.0542416 (62%)
1153
+ Step 9390: 0.0357898 (62%)
1154
+ Step 9400: 0.0535442 (62%)
1155
+ Step 9410: 0.0527113 (62%)
1156
+ Step 9420: 0.0448852 (62%)
1157
+ Step 9430: 0.0597028 (62%)
1158
+ Step 9440: 0.0393331 (62%)
1159
+ Step 9450: 0.0334161 (63%)
1160
+ Step 9460: 0.0514913 (63%)
1161
+ Step 9470: 0.052243 (63%)
1162
+ Step 9480: 0.046807 (63%)
1163
+ Step 9490: 0.0590739 (63%)
1164
+ Step 9500: 0.0497487 (63%)
1165
+ Step 9510: 0.0548055 (63%)
1166
+ Step 9520: 0.0485867 (63%)
1167
+ Step 9530: 0.0438891 (63%)
1168
+ Step 9540: 0.0324452 (63%)
1169
+ Step 9550: 0.0530483 (63%)
1170
+ Step 9560: 0.032367 (63%)
1171
+ Step 9570: 0.0507053 (63%)
1172
+ Step 9580: 0.0349246 (63%)
1173
+ Step 9590: 0.0378969 (63%)
1174
+ Step 9600: 0.0676417 (64%)
1175
+ Step 9610: 0.046976 (64%)
1176
+ Step 9620: 0.0520174 (64%)
1177
+ Step 9630: 0.0501691 (64%)
1178
+ Step 9640: 0.0265095 (64%)
1179
+ Step 9650: 0.051804 (64%)
1180
+ Step 9660: 0.0422895 (64%)
1181
+ Step 9670: 0.0532146 (64%)
1182
+ Step 9680: 0.0556032 (64%)
1183
+ Step 9690: 0.0417439 (64%)
1184
+ Step 9700: 0.0515861 (64%)
1185
+ Step 9710: 0.053232 (64%)
1186
+ Step 9720: 0.0512653 (64%)
1187
+ Step 9730: 0.0516086 (64%)
1188
+ Step 9740: 0.0418282 (64%)
1189
+ Step 9750: 0.0351177 (65%)
1190
+ Step 9760: 0.0475768 (65%)
1191
+ Step 9770: 0.0352706 (65%)
1192
+ Step 9780: 0.0334269 (65%)
1193
+ Step 9790: 0.0526628 (65%)
1194
+ Step 9800: 0.0554509 (65%)
1195
+ Step 9810: 0.0349789 (65%)
1196
+ Step 9820: 0.0493165 (65%)
1197
+ Step 9830: 0.0376147 (65%)
1198
+ Step 9840: 0.039779 (65%)
1199
+ Step 9850: 0.0321085 (65%)
1200
+ Step 9860: 0.038843 (65%)
1201
+ Step 9870: 0.0414469 (65%)
1202
+ Step 9880: 0.0491499 (65%)
1203
+ Step 9890: 0.0321247 (65%)
1204
+ Step 9900: 0.053124 (66%)
1205
+ Step 9910: 0.0414632 (66%)
1206
+ Step 9920: 0.0325653 (66%)
1207
+ Step 9930: 0.0594745 (66%)
1208
+ Step 9940: 0.050554 (66%)
1209
+ Step 9950: 0.0315754 (66%)
1210
+ Step 9960: 0.0509216 (66%)
1211
+ Step 9970: 0.0532948 (66%)
1212
+ Step 9980: 0.0525927 (66%)
1213
+ Step 9990: 0.0513978 (66%)
1214
+ Step 10000: 0.0171873 (66%)
1215
+ Step 10010: 0.0469407 (66%)
1216
+ Step 10020: 0.04943 (66%)
1217
+ Step 10030: 0.0485733 (66%)
1218
+ Step 10040: 0.0424524 (66%)
1219
+ Step 10050: 0.0528703 (67%)
1220
+ Step 10060: 0.053092 (67%)
1221
+ Step 10070: 0.0417351 (67%)
1222
+ Step 10080: 0.0473773 (67%)
1223
+ Step 10090: 0.0539289 (67%)
1224
+ Step 10100: 0.0434141 (67%)
1225
+ Step 10110: 0.0458257 (67%)
1226
+ Step 10120: 0.054547 (67%)
1227
+ Step 10130: 0.0552527 (67%)
1228
+ Step 10140: 0.0427423 (67%)
1229
+ Step 10150: 0.0514855 (67%)
1230
+ Step 10160: 0.0350841 (67%)
1231
+ Step 10170: 0.0480577 (67%)
1232
+ Step 10180: 0.0517368 (67%)
1233
+ Step 10190: 0.0475347 (67%)
1234
+ Step 10200: 0.0527674 (68%)
1235
+ Step 10210: 0.0119759 (68%)
1236
+ Step 10220: 0.0374062 (68%)
1237
+ Step 10230: 0.0557874 (68%)
1238
+ Step 10240: 0.0395176 (68%)
1239
+ Step 10250: 0.0522673 (68%)
1240
+ Step 10260: 0.123243 (68%)
1241
+ Step 10270: 0.0441776 (68%)
1242
+ Step 10280: 0.0320135 (68%)
1243
+ Step 10290: 0.0312002 (68%)
1244
+ Step 10300: 0.0511599 (68%)
1245
+ Step 10310: 0.0587529 (68%)
1246
+ Step 10320: 0.0461683 (68%)
1247
+ Step 10330: 0.0515582 (68%)
1248
+ Step 10340: 0.0442037 (68%)
1249
+ Step 10350: 0.0314499 (69%)
1250
+ Step 10360: 0.0727818 (69%)
1251
+ Step 10370: 0.043529 (69%)
1252
+ Step 10380: 0.0459458 (69%)
1253
+ Step 10390: 0.0435746 (69%)
1254
+ Step 10400: 0.0825218 (69%)
1255
+ Step 10410: 0.0441609 (69%)
1256
+ Step 10420: 0.0445915 (69%)
1257
+ Step 10430: 0.12182 (69%)
1258
+ Step 10440: 0.039511 (69%)
1259
+ Step 10450: 0.0383024 (69%)
1260
+ Step 10460: 0.0528672 (69%)
1261
+ Step 10470: 0.0716318 (69%)
1262
+ Step 10480: 0.0377761 (69%)
1263
+ Step 10490: 0.0617974 (69%)
1264
+ Step 10500: 0.0520128 (70%)
1265
+ Step 10510: 0.0511334 (70%)
1266
+ Step 10520: 0.0531858 (70%)
1267
+ Step 10530: 0.0326067 (70%)
1268
+ Step 10540: 0.0433387 (70%)
1269
+ Step 10550: 0.032075 (70%)
1270
+ Step 10560: 0.0511274 (70%)
1271
+ Step 10570: 0.0433072 (70%)
1272
+ Step 10580: 0.0656722 (70%)
1273
+ Step 10590: 0.0475735 (70%)
1274
+ Step 10600: 0.0371876 (70%)
1275
+ Step 10610: 0.0598091 (70%)
1276
+ Step 10620: 0.0456928 (70%)
1277
+ Step 10630: 0.0324505 (70%)
1278
+ Step 10640: 0.030363 (70%)
1279
+ Step 10650: 0.034306 (71%)
1280
+ Step 10660: 0.0330412 (71%)
1281
+ Step 10670: 0.0446838 (71%)
1282
+ Step 10680: 0.0437922 (71%)
1283
+ Step 10690: 0.0474592 (71%)
1284
+ Step 10700: 0.0404538 (71%)
1285
+ Step 10710: 0.0470329 (71%)
1286
+ Step 10720: 0.0433622 (71%)
1287
+ Step 10730: 0.0431625 (71%)
1288
+ Step 10740: 0.0539202 (71%)
1289
+ Step 10750: 0.0362833 (71%)
1290
+ Step 10760: 0.0474882 (71%)
1291
+ Step 10770: 0.0501093 (71%)
1292
+ Step 10780: 0.0345924 (71%)
1293
+ Step 10790: 0.0519076 (71%)
1294
+ Step 10800: 0.0484893 (72%)
1295
+ Step 10810: 0.0513039 (72%)
1296
+ Step 10820: 0.121501 (72%)
1297
+ Step 10830: 0.0458477 (72%)
1298
+ Step 10840: 0.0365359 (72%)
1299
+ Step 10850: 0.0476574 (72%)
1300
+ Step 10860: 0.0304511 (72%)
1301
+ Step 10870: 0.0318863 (72%)
1302
+ Step 10880: 0.0354395 (72%)
1303
+ Step 10890: 0.0510668 (72%)
1304
+ Step 10900: 0.052955 (72%)
1305
+ Step 10910: 0.034205 (72%)
1306
+ Step 10920: 0.0322405 (72%)
1307
+ Step 10930: 0.0516036 (72%)
1308
+ Step 10940: 0.0347199 (72%)
1309
+ Step 10950: 0.0180468 (73%)
1310
+ Step 10960: 0.0484402 (73%)
1311
+ Step 10970: 0.0445677 (73%)
1312
+ Step 10980: 0.0488921 (73%)
1313
+ Step 10990: 0.0524575 (73%)
1314
+ Step 11000: 0.0509401 (73%)
1315
+ Step 11010: 0.0435848 (73%)
1316
+ Step 11020: 0.0383489 (73%)
1317
+ Step 11030: 0.0335137 (73%)
1318
+ Step 11040: 0.036971 (73%)
1319
+ Step 11050: 0.0393138 (73%)
1320
+ Step 11060: 0.05733 (73%)
1321
+ Step 11070: 0.0353563 (73%)
1322
+ Step 11080: 0.0547293 (73%)
1323
+ Step 11090: 0.0405467 (73%)
1324
+ Step 11100: 0.0326896 (74%)
1325
+ Step 11110: 0.0504264 (74%)
1326
+ Step 11120: 0.0509754 (74%)
1327
+ Step 11130: 0.0772549 (74%)
1328
+ Step 11140: 0.0419974 (74%)
1329
+ Step 11150: 0.0349863 (74%)
1330
+ Step 11160: 0.0392703 (74%)
1331
+ Step 11170: 0.0510938 (74%)
1332
+ Step 11180: 0.041145 (74%)
1333
+ Step 11190: 0.0482113 (74%)
1334
+ Step 11200: 0.0789171 (74%)
1335
+ Step 11210: 0.0501289 (74%)
1336
+ Step 11220: 0.0438075 (74%)
1337
+ Step 11230: 0.0334361 (74%)
1338
+ Step 11240: 0.0416865 (74%)
1339
+ Step 11250: 0.0416385 (75%)
1340
+ Step 11260: 0.0432026 (75%)
1341
+ Step 11270: 0.0599923 (75%)
1342
+ Step 11280: 0.0657725 (75%)
1343
+ Step 11290: 0.122879 (75%)
1344
+ Step 11300: 0.0479638 (75%)
1345
+ Step 11310: 0.0343547 (75%)
1346
+ Step 11320: 0.0470234 (75%)
1347
+ Step 11330: 0.0452033 (75%)
1348
+ Step 11340: 0.0463424 (75%)
1349
+ Step 11350: 0.0641709 (75%)
1350
+ Step 11360: 0.0487578 (75%)
1351
+ Step 11370: 0.0336117 (75%)
1352
+ Step 11380: 0.0339394 (75%)
1353
+ Step 11390: 0.0531825 (75%)
1354
+ Step 11400: 0.0385207 (76%)
1355
+ Step 11410: 0.0410514 (76%)
1356
+ Step 11420: 0.033284 (76%)
1357
+ Step 11430: 0.0424056 (76%)
1358
+ Step 11440: 0.0378373 (76%)
1359
+ Step 11450: 0.050427 (76%)
1360
+ Step 11460: 0.04855 (76%)
1361
+ Step 11470: 0.0470244 (76%)
1362
+ Step 11480: 0.0418274 (76%)
1363
+ Step 11490: 0.0576137 (76%)
1364
+ Step 11500: 0.0470829 (76%)
1365
+ Step 11510: 0.0321677 (76%)
1366
+ Step 11520: 0.0556967 (76%)
1367
+ Step 11530: 0.037056 (76%)
1368
+ Step 11540: 0.0365308 (76%)
1369
+ Step 11550: 0.00212522 (77%)
1370
+ Step 11560: 0.0530288 (77%)
1371
+ Step 11570: 0.0376473 (77%)
1372
+ Step 11580: 0.0413945 (77%)
1373
+ Step 11590: 0.0487439 (77%)
1374
+ Step 11600: 0.0559899 (77%)
1375
+ Step 11610: 0.121905 (77%)
1376
+ Step 11620: 0.0538 (77%)
1377
+ Step 11630: 0.0414627 (77%)
1378
+ Step 11640: 0.0356871 (77%)
1379
+ Step 11650: 0.0394496 (77%)
1380
+ Step 11660: 0.0394511 (77%)
1381
+ Step 11670: 0.0485365 (77%)
1382
+ Step 11680: 0.0464498 (77%)
1383
+ Step 11690: 0.0515186 (77%)
1384
+ Step 11700: 0.0358219 (78%)
1385
+ Step 11710: 0.0511559 (78%)
1386
+ Step 11720: 0.0327013 (78%)
1387
+ Step 11730: 0.0550277 (78%)
1388
+ Step 11740: 0.0339768 (78%)
1389
+ Step 11750: 0.0690025 (78%)
1390
+ Step 11760: 0.0516909 (78%)
1391
+ Step 11770: 0.0473572 (78%)
1392
+ Step 11780: 0.0461527 (78%)
1393
+ Step 11790: 0.0475535 (78%)
1394
+ Step 11800: 0.0449427 (78%)
1395
+ Step 11810: 0.0550979 (78%)
1396
+ Step 11820: 0.0454478 (78%)
1397
+ Step 11830: 0.0394364 (78%)
1398
+ Step 11840: 0.0458507 (78%)
1399
+ Step 11850: 0.0415334 (79%)
1400
+ Step 11860: 0.0494987 (79%)
1401
+ Step 11870: 0.0367892 (79%)
1402
+ Step 11880: 0.0396188 (79%)
1403
+ Step 11890: 0.053853 (79%)
1404
+ Step 11900: 0.040506 (79%)
1405
+ Step 11910: 0.0598011 (79%)
1406
+ Step 11920: 0.0645645 (79%)
1407
+ Step 11930: 0.0502623 (79%)
1408
+ Step 11940: 0.0453216 (79%)
1409
+ Step 11950: 0.0477879 (79%)
1410
+ Step 11960: 0.0533657 (79%)
1411
+ Step 11970: 0.0383062 (79%)
1412
+ Step 11980: 0.0298481 (79%)
1413
+ Step 11990: 0.0332403 (79%)
1414
+ Step 12000: 0.0568142 (80%)
1415
+ Step 12010: 0.0648144 (80%)
1416
+ Step 12020: 0.0392685 (80%)
1417
+ Step 12030: 0.0338343 (80%)
1418
+ Step 12040: 0.0418678 (80%)
1419
+ Step 12050: 0.0437525 (80%)
1420
+ Step 12060: -0.0052534 (80%)
1421
+ Step 12070: 0.0503886 (80%)
1422
+ Step 12080: 0.0799225 (80%)
1423
+ Step 12090: 0.0258577 (80%)
1424
+ Step 12100: 0.0364314 (80%)
1425
+ Step 12110: 0.0460479 (80%)
1426
+ Step 12120: 0.0594562 (80%)
1427
+ Step 12130: 0.050487 (80%)
1428
+ Step 12140: -0.0148505 (80%)
1429
+ Step 12150: 0.0329814 (81%)
1430
+ Step 12160: -0.00201318 (81%)
1431
+ Step 12170: 0.0539491 (81%)
1432
+ Step 12180: 0.0358191 (81%)
1433
+ Step 12190: 0.0375721 (81%)
1434
+ Step 12200: 0.066797 (81%)
1435
+ Step 12210: 0.0518518 (81%)
1436
+ Step 12220: 0.0528896 (81%)
1437
+ Step 12230: 0.0491477 (81%)
1438
+ Step 12240: 0.0507721 (81%)
1439
+ Step 12250: 0.0376187 (81%)
1440
+ Step 12260: 0.0435728 (81%)
1441
+ Step 12270: 0.0355976 (81%)
1442
+ Step 12280: 0.030195 (81%)
1443
+ Step 12290: -0.00595328 (81%)
1444
+ Step 12300: 0.0677252 (82%)
1445
+ Step 12310: 0.0451542 (82%)
1446
+ Step 12320: 0.0447349 (82%)
1447
+ Step 12330: 0.0398493 (82%)
1448
+ Step 12340: 0.051442 (82%)
1449
+ Step 12350: 0.0345674 (82%)
1450
+ Step 12360: 0.0420716 (82%)
1451
+ Step 12370: 0.044892 (82%)
1452
+ Step 12380: 0.031397 (82%)
1453
+ Step 12390: 0.0500917 (82%)
1454
+ Step 12400: 0.0327853 (82%)
1455
+ Step 12410: 0.0320603 (82%)
1456
+ Step 12420: 0.0458451 (82%)
1457
+ Step 12430: 0.0337076 (82%)
1458
+ Step 12440: 0.0765757 (82%)
1459
+ Step 12450: 0.0310378 (83%)
1460
+ Step 12460: 0.0394736 (83%)
1461
+ Step 12470: 0.0453705 (83%)
1462
+ Step 12480: 0.0380522 (83%)
1463
+ Step 12490: 0.0525962 (83%)
1464
+ Step 12500: 0.0443565 (83%)
1465
+ Step 12510: 0.0465648 (83%)
1466
+ Step 12520: 0.0515372 (83%)
1467
+ Step 12530: 0.037549 (83%)
1468
+ Step 12540: 0.0428618 (83%)
1469
+ Step 12550: 0.0331253 (83%)
1470
+ Step 12560: 0.0544388 (83%)
1471
+ Step 12570: 0.0509112 (83%)
1472
+ Step 12580: 0.0514209 (83%)
1473
+ Step 12590: 0.0299426 (83%)
1474
+ Step 12600: 0.0358372 (84%)
1475
+ Step 12610: 0.0506858 (84%)
1476
+ Step 12620: 0.119865 (84%)
1477
+ Step 12630: 0.0390542 (84%)
1478
+ Step 12640: 0.0501413 (84%)
1479
+ Step 12650: 0.0310029 (84%)
1480
+ Step 12660: 0.0392013 (84%)
1481
+ Step 12670: 0.0479984 (84%)
1482
+ Step 12680: 0.0452543 (84%)
1483
+ Step 12690: 0.0416792 (84%)
1484
+ Step 12700: 0.044135 (84%)
1485
+ Step 12710: 0.0510947 (84%)
1486
+ Step 12720: 0.0634341 (84%)
1487
+ Step 12730: 0.0462834 (84%)
1488
+ Step 12740: 0.035237 (84%)
1489
+ Step 12750: 0.0495379 (85%)
1490
+ Step 12760: 0.052291 (85%)
1491
+ Step 12770: 0.0379766 (85%)
1492
+ Step 12780: 0.0338348 (85%)
1493
+ Step 12790: 0.0538214 (85%)
1494
+ Step 12800: 0.0400262 (85%)
1495
+ Step 12810: 0.0445449 (85%)
1496
+ Step 12820: 0.0446037 (85%)
1497
+ Step 12830: 0.0383247 (85%)
1498
+ Step 12840: 0.0518103 (85%)
1499
+ Step 12850: 0.0318784 (85%)
1500
+ Step 12860: 0.0304528 (85%)
1501
+ Step 12870: 0.0334759 (85%)
1502
+ Step 12880: 0.0422579 (85%)
1503
+ Step 12890: 0.0501789 (85%)
1504
+ Step 12900: 0.0404562 (86%)
1505
+ Step 12910: 0.0437037 (86%)
1506
+ Step 12920: 0.0481106 (86%)
1507
+ Step 12930: 0.0415264 (86%)
1508
+ Step 12940: 0.0510466 (86%)
1509
+ Step 12950: 0.0443473 (86%)
1510
+ Step 12960: 0.0448081 (86%)
1511
+ Step 12970: 0.0431939 (86%)
1512
+ Step 12980: 0.0307334 (86%)
1513
+ Step 12990: 0.0485928 (86%)
1514
+ Step 13000: 0.0410813 (86%)
1515
+ Step 13010: 0.0389613 (86%)
1516
+ Step 13020: 0.0503169 (86%)
1517
+ Step 13030: 0.0419428 (86%)
1518
+ Step 13040: 0.0300548 (86%)
1519
+ Step 13050: 0.0406493 (87%)
1520
+ Step 13060: 0.0503242 (87%)
1521
+ Step 13070: 0.0377415 (87%)
1522
+ Step 13080: 0.0525483 (87%)
1523
+ Step 13090: 0.0611988 (87%)
1524
+ Step 13100: 0.0463749 (87%)
1525
+ Step 13110: 0.0379305 (87%)
1526
+ Step 13120: 0.0491382 (87%)
1527
+ Step 13130: 0.0528505 (87%)
1528
+ Step 13140: 0.0426087 (87%)
1529
+ Step 13150: 0.0444839 (87%)
1530
+ Step 13160: 0.0306051 (87%)
1531
+ Step 13170: 0.036553 (87%)
1532
+ Step 13180: 0.0484491 (87%)
1533
+ Step 13190: 0.0409852 (87%)
1534
+ Step 13200: -0.0291722 (88%)
1535
+ Step 13210: 0.0351742 (88%)
1536
+ Step 13220: 0.0391117 (88%)
1537
+ Step 13230: 0.0409098 (88%)
1538
+ Step 13240: 0.0502688 (88%)
1539
+ Step 13250: 0.0785296 (88%)
1540
+ Step 13260: 0.036254 (88%)
1541
+ Step 13270: 0.0496707 (88%)
1542
+ Step 13280: 0.0510923 (88%)
1543
+ Step 13290: 0.0513922 (88%)
1544
+ Step 13300: 0.0331695 (88%)
1545
+ Step 13310: -0.000870334 (88%)
1546
+ Step 13320: 0.0380689 (88%)
1547
+ Step 13330: 0.0292173 (88%)
1548
+ Step 13340: 0.0456759 (88%)
1549
+ Step 13350: 0.033083 (89%)
1550
+ Step 13360: 0.0353166 (89%)
1551
+ Step 13370: 0.0301192 (89%)
1552
+ Step 13380: 0.0439926 (89%)
1553
+ Step 13390: 0.0356615 (89%)
1554
+ Step 13400: 0.048234 (89%)
1555
+ Step 13410: 0.0350204 (89%)
1556
+ Step 13420: 0.0389891 (89%)
1557
+ Step 13430: 0.0397944 (89%)
1558
+ Step 13440: 0.051772 (89%)
1559
+ Step 13450: 0.0626417 (89%)
1560
+ Step 13460: 0.0438109 (89%)
1561
+ Step 13470: 0.045327 (89%)
1562
+ Step 13480: 0.0422005 (89%)
1563
+ Step 13490: 0.04613 (89%)
1564
+ Step 13500: 0.0499645 (90%)
1565
+ Step 13510: 0.0425403 (90%)
1566
+ Step 13520: 0.0377126 (90%)
1567
+ Step 13530: 0.0445529 (90%)
1568
+ Step 13540: 0.0346565 (90%)
1569
+ Step 13550: 0.0409161 (90%)
1570
+ Step 13560: 0.0333826 (90%)
1571
+ Step 13570: 0.120972 (90%)
1572
+ Step 13580: 0.049442 (90%)
1573
+ Step 13590: 0.0687582 (90%)
1574
+ Step 13600: 0.043994 (90%)
1575
+ Step 13610: 0.0322595 (90%)
1576
+ Step 13620: 0.0419735 (90%)
1577
+ Step 13630: 0.0422395 (90%)
1578
+ Step 13640: 0.0438778 (90%)
1579
+ Step 13650: 0.0376741 (91%)
1580
+ Step 13660: 0.0337005 (91%)
1581
+ Step 13670: 0.042885 (91%)
1582
+ Step 13680: 0.0502521 (91%)
1583
+ Step 13690: 0.0315783 (91%)
1584
+ Step 13700: 0.0364651 (91%)
1585
+ Step 13710: 0.0416399 (91%)
1586
+ Step 13720: 0.0525639 (91%)
1587
+ Step 13730: 0.0431295 (91%)
1588
+ Step 13740: 0.0337684 (91%)
1589
+ Step 13750: 0.029656 (91%)
1590
+ Step 13760: 0.0327059 (91%)
1591
+ Step 13770: 0.0393374 (91%)
1592
+ Step 13780: 0.0394887 (91%)
1593
+ Step 13790: -0.0683915 (91%)
1594
+ Step 13800: 0.0458222 (92%)
1595
+ Step 13810: 0.0501833 (92%)
1596
+ Step 13820: 0.0396172 (92%)
1597
+ Step 13830: 0.0626864 (92%)
1598
+ Step 13840: 0.0298208 (92%)
1599
+ Step 13850: 0.0427841 (92%)
1600
+ Step 13860: 0.0486809 (92%)
1601
+ Step 13870: 0.0519129 (92%)
1602
+ Step 13880: 0.0520576 (92%)
1603
+ Step 13890: 0.0477695 (92%)
1604
+ Step 13900: 0.050026 (92%)
1605
+ Step 13910: 0.0444798 (92%)
1606
+ Step 13920: 0.0499263 (92%)
1607
+ Step 13930: 0.0482551 (92%)
1608
+ Step 13940: 0.0587512 (92%)
1609
+ Step 13950: 0.0450723 (93%)
1610
+ Step 13960: 0.0387483 (93%)
1611
+ Step 13970: 0.0356501 (93%)
1612
+ Step 13980: 0.0502277 (93%)
1613
+ Step 13990: 0.0333724 (93%)
1614
+ Step 14000: 0.0499068 (93%)
1615
+ Step 14010: 0.0430894 (93%)
1616
+ Step 14020: 0.0584952 (93%)
1617
+ Step 14030: 0.042994 (93%)
1618
+ Step 14040: 0.0497475 (93%)
1619
+ Step 14050: 0.0335272 (93%)
1620
+ Step 14060: 0.0483677 (93%)
1621
+ Step 14070: 0.0334128 (93%)
1622
+ Step 14080: 0.0457225 (93%)
1623
+ Step 14090: 0.0292401 (93%)
1624
+ Step 14100: 0.0401176 (94%)
1625
+ Step 14110: 0.0348068 (94%)
1626
+ Step 14120: 0.0319925 (94%)
1627
+ Step 14130: 0.0512195 (94%)
1628
+ Step 14140: 0.027314 (94%)
1629
+ Step 14150: 0.0542833 (94%)
1630
+ Step 14160: 0.0592176 (94%)
1631
+ Step 14170: 0.044935 (94%)
1632
+ Step 14180: 0.0368824 (94%)
1633
+ Step 14190: 0.0496245 (94%)
1634
+ Step 14200: 0.0492011 (94%)
1635
+ Step 14210: 0.0482744 (94%)
1636
+ Step 14220: 0.0481504 (94%)
1637
+ Step 14230: 0.0320202 (94%)
1638
+ Step 14240: 0.0312864 (94%)
1639
+ Step 14250: 0.0309968 (95%)
1640
+ Step 14260: 0.0499304 (95%)
1641
+ Step 14270: 0.0747684 (95%)
1642
+ Step 14280: 0.0494606 (95%)
1643
+ Step 14290: 0.0435982 (95%)
1644
+ Step 14300: 0.050539 (95%)
1645
+ Step 14310: 0.0437172 (95%)
1646
+ Step 14320: 0.047659 (95%)
1647
+ Step 14330: -0.0231339 (95%)
1648
+ Step 14340: 0.0416903 (95%)
1649
+ Step 14350: 0.0440759 (95%)
1650
+ Step 14360: 0.0436103 (95%)
1651
+ Step 14370: 0.0415574 (95%)
1652
+ Step 14380: 0.0333183 (95%)
1653
+ Step 14390: 0.0414183 (95%)
1654
+ Step 14400: 0.031491 (96%)
1655
+ Step 14410: 0.0329176 (96%)
1656
+ Step 14420: 0.0608554 (96%)
1657
+ Step 14430: 0.050401 (96%)
1658
+ Step 14440: 0.0533501 (96%)
1659
+ Step 14450: 0.0317335 (96%)
1660
+ Step 14460: 0.0298492 (96%)
1661
+ Step 14470: 0.0509442 (96%)
1662
+ Step 14480: 0.0486672 (96%)
1663
+ Step 14490: 0.0447179 (96%)
1664
+ Step 14500: 0.0633959 (96%)
1665
+ Step 14510: 0.0351234 (96%)
1666
+ Step 14520: 0.0536715 (96%)
1667
+ Step 14530: 0.049532 (96%)
1668
+ Step 14540: 0.040521 (96%)
1669
+ Step 14550: 0.0500204 (97%)
1670
+ Step 14560: 0.0453565 (97%)
1671
+ Step 14570: 0.0578758 (97%)
1672
+ Step 14580: 0.0440643 (97%)
1673
+ Step 14590: 0.0645909 (97%)
1674
+ Step 14600: 0.0335798 (97%)
1675
+ Step 14610: 0.0429022 (97%)
1676
+ Step 14620: 0.0564043 (97%)
1677
+ Step 14630: 0.0579076 (97%)
1678
+ Step 14640: 0.0500639 (97%)
1679
+ Step 14650: 0.0479168 (97%)
1680
+ Step 14660: 0.0529668 (97%)
1681
+ Step 14670: 0.0476514 (97%)
1682
+ Step 14680: -0.00749891 (97%)
1683
+ Step 14690: 0.062305 (97%)
1684
+ Step 14700: 0.0422187 (98%)
1685
+ Step 14710: 0.044368 (98%)
1686
+ Step 14720: 0.0443387 (98%)
1687
+ Step 14730: 0.0448783 (98%)
1688
+ Step 14740: 0.0375536 (98%)
1689
+ Step 14750: 0.0442371 (98%)
1690
+ Step 14760: 0.0737729 (98%)
1691
+ Step 14770: 0.0467097 (98%)
1692
+ Step 14780: 0.0428531 (98%)
1693
+ Step 14790: 0.0500506 (98%)
1694
+ Step 14800: 0.0437097 (98%)
1695
+ Step 14810: 0.0501548 (98%)
1696
+ Step 14820: 0.032849 (98%)
1697
+ Step 14830: 0.0328172 (98%)
1698
+ Step 14840: 0.0384062 (98%)
1699
+ Step 14850: 0.0456894 (99%)
1700
+ Step 14860: 0.0481425 (99%)
1701
+ Step 14870: 0.0448255 (99%)
1702
+ Step 14880: 0.0503524 (99%)
1703
+ Step 14890: 0.0481277 (99%)
1704
+ Step 14900: 0.056205 (99%)
1705
+ Step 14910: 0.0398983 (99%)
1706
+ Step 14920: 0.0410023 (99%)
1707
+ Step 14930: 0.0483468 (99%)
1708
+ Step 14940: 0.0523712 (99%)
1709
+ Step 14950: 0.0396237 (99%)
1710
+ Step 14960: -0.122426 (99%)
1711
+ Step 14970: 0.0458673 (99%)
1712
+ Step 14980: 0.0440353 (99%)
1713
+ Step 14990: 0.0328796 (99%)
1714
+ Step 15000: 0.0452867 (100%)
1715
+ Wrote /Users/dru/splat-projects/specimens/amet-001/runs/v1-macbook-15k/cameras.json
1716
+ Wrote /Users/dru/splat-projects/specimens/amet-001/runs/v1-macbook-15k/output.ply
runs/v1-macbook-15k/params.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"version":"v1","specimen_id":"amet-001","date":"2026-03-19","node":"macbook","iters":15000,"input_type":"images_nobg","preprocessing":["center_crop_2000","rembg_black_bg"],"registered":68,"total":103,"registration_pct":66.0,"notes":"Indoor handheld, wood base, no turntable. rembg isolated crystal on black."}
sips-convert.log ADDED
@@ -0,0 +1,309 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Warning: Output file suffix changed to jpg
2
+ Warning: Output file suffix changed to jpg
3
+ Warning: Output file suffix changed to jpg
4
+ Warning: Output file suffix changed to jpg
5
+ Warning: Output file suffix changed to jpg
6
+ Warning: Output file suffix changed to jpg
7
+ Warning: Output file suffix changed to jpg
8
+ Warning: Output file suffix changed to jpg
9
+ Warning: Output file suffix changed to jpg
10
+ Warning: Output file suffix changed to jpg
11
+ Warning: Output file suffix changed to jpg
12
+ Warning: Output file suffix changed to jpg
13
+ Warning: Output file suffix changed to jpg
14
+ Warning: Output file suffix changed to jpg
15
+ Warning: Output file suffix changed to jpg
16
+ Warning: Output file suffix changed to jpg
17
+ Warning: Output file suffix changed to jpg
18
+ Warning: Output file suffix changed to jpg
19
+ Warning: Output file suffix changed to jpg
20
+ Warning: Output file suffix changed to jpg
21
+ Warning: Output file suffix changed to jpg
22
+ Warning: Output file suffix changed to jpg
23
+ Warning: Output file suffix changed to jpg
24
+ Warning: Output file suffix changed to jpg
25
+ Warning: Output file suffix changed to jpg
26
+ Warning: Output file suffix changed to jpg
27
+ Warning: Output file suffix changed to jpg
28
+ /Users/dru/splat-projects/specimens/new-crys-001/images_heic/IMG_2072.HEIC
29
+ /Users/dru/splat-projects/specimens/new-crys-001/images_jpg/IMG_2072.HEIC
30
+ /Users/dru/splat-projects/specimens/new-crys-001/images_heic/IMG_2073.HEIC
31
+ /Users/dru/splat-projects/specimens/new-crys-001/images_jpg/IMG_2073.HEIC
32
+ /Users/dru/splat-projects/specimens/new-crys-001/images_heic/IMG_2074.HEIC
33
+ /Users/dru/splat-projects/specimens/new-crys-001/images_jpg/IMG_2074.HEIC
34
+ /Users/dru/splat-projects/specimens/new-crys-001/images_heic/IMG_2075.HEIC
35
+ /Users/dru/splat-projects/specimens/new-crys-001/images_jpg/IMG_2075.HEIC
36
+ /Users/dru/splat-projects/specimens/new-crys-001/images_heic/IMG_2076.HEIC
37
+ /Users/dru/splat-projects/specimens/new-crys-001/images_jpg/IMG_2076.HEIC
38
+ /Users/dru/splat-projects/specimens/new-crys-001/images_heic/IMG_2077.HEIC
39
+ /Users/dru/splat-projects/specimens/new-crys-001/images_jpg/IMG_2077.HEIC
40
+ /Users/dru/splat-projects/specimens/new-crys-001/images_heic/IMG_2078.HEIC
41
+ /Users/dru/splat-projects/specimens/new-crys-001/images_jpg/IMG_2078.HEIC
42
+ /Users/dru/splat-projects/specimens/new-crys-001/images_heic/IMG_2079.HEIC
43
+ /Users/dru/splat-projects/specimens/new-crys-001/images_jpg/IMG_2079.HEIC
44
+ /Users/dru/splat-projects/specimens/new-crys-001/images_heic/IMG_2080.HEIC
45
+ /Users/dru/splat-projects/specimens/new-crys-001/images_jpg/IMG_2080.HEIC
46
+ /Users/dru/splat-projects/specimens/new-crys-001/images_heic/IMG_2081.HEIC
47
+ /Users/dru/splat-projects/specimens/new-crys-001/images_jpg/IMG_2081.HEIC
48
+ /Users/dru/splat-projects/specimens/new-crys-001/images_heic/IMG_2082.HEIC
49
+ /Users/dru/splat-projects/specimens/new-crys-001/images_jpg/IMG_2082.HEIC
50
+ /Users/dru/splat-projects/specimens/new-crys-001/images_heic/IMG_2083.HEIC
51
+ /Users/dru/splat-projects/specimens/new-crys-001/images_jpg/IMG_2083.HEIC
52
+ /Users/dru/splat-projects/specimens/new-crys-001/images_heic/IMG_2084.HEIC
53
+ /Users/dru/splat-projects/specimens/new-crys-001/images_jpg/IMG_2084.HEIC
54
+ /Users/dru/splat-projects/specimens/new-crys-001/images_heic/IMG_2085.HEIC
55
+ /Users/dru/splat-projects/specimens/new-crys-001/images_jpg/IMG_2085.HEIC
56
+ /Users/dru/splat-projects/specimens/new-crys-001/images_heic/IMG_2086.HEIC
57
+ /Users/dru/splat-projects/specimens/new-crys-001/images_jpg/IMG_2086.HEIC
58
+ /Users/dru/splat-projects/specimens/new-crys-001/images_heic/IMG_2087.HEIC
59
+ /Users/dru/splat-projects/specimens/new-crys-001/images_jpg/IMG_2087.HEIC
60
+ /Users/dru/splat-projects/specimens/new-crys-001/images_heic/IMG_2088.HEIC
61
+ /Users/dru/splat-projects/specimens/new-crys-001/images_jpg/IMG_2088.HEIC
62
+ /Users/dru/splat-projects/specimens/new-crys-001/images_heic/IMG_2089.HEIC
63
+ /Users/dru/splat-projects/specimens/new-crys-001/images_jpg/IMG_2089.HEIC
64
+ /Users/dru/splat-projects/specimens/new-crys-001/images_heic/IMG_2090.HEIC
65
+ /Users/dru/splat-projects/specimens/new-crys-001/images_jpg/IMG_2090.HEIC
66
+ /Users/dru/splat-projects/specimens/new-crys-001/images_heic/IMG_2091.HEIC
67
+ /Users/dru/splat-projects/specimens/new-crys-001/images_jpg/IMG_2091.HEIC
68
+ /Users/dru/splat-projects/specimens/new-crys-001/images_heic/IMG_2092.HEIC
69
+ /Users/dru/splat-projects/specimens/new-crys-001/images_jpg/IMG_2092.HEIC
70
+ /Users/dru/splat-projects/specimens/new-crys-001/images_heic/IMG_2093.HEIC
71
+ /Users/dru/splat-projects/specimens/new-crys-001/images_jpg/IMG_2093.HEIC
72
+ /Users/dru/splat-projects/specimens/new-crys-001/images_heic/IMG_2094.HEIC
73
+ /Users/dru/splat-projects/specimens/new-crys-001/images_jpg/IMG_2094.HEIC
74
+ /Users/dru/splat-projects/specimens/new-crys-001/images_heic/IMG_2095.HEIC
75
+ /Users/dru/splat-projects/specimens/new-crys-001/images_jpg/IMG_2095.HEIC
76
+ /Users/dru/splat-projects/specimens/new-crys-001/images_heic/IMG_2096.HEIC
77
+ /Users/dru/splat-projects/specimens/new-crys-001/images_jpg/IMG_2096.HEIC
78
+ /Users/dru/splat-projects/specimens/new-crys-001/images_heic/IMG_2097.HEIC
79
+ /Users/dru/splat-projects/specimens/new-crys-001/images_jpg/IMG_2097.HEIC
80
+ /Users/dru/splat-projects/specimens/new-crys-001/images_heic/IMG_2098.HEIC
81
+ /Users/dru/splat-projects/specimens/new-crys-001/images_jpg/IMG_2098.HEIC
82
+ /Users/dru/splat-prWarning: Output file suffix changed to jpg
83
+ Warning: Output file suffix changed to jpg
84
+ Warning: Output file suffix changed to jpg
85
+ Warning: Output file suffix changed to jpg
86
+ Warning: Output file suffix changed to jpg
87
+ Warning: Output file suffix changed to jpg
88
+ Warning: Output file suffix changed to jpg
89
+ Warning: Output file suffix changed to jpg
90
+ Warning: Output file suffix changed to jpg
91
+ Warning: Output file suffix changed to jpg
92
+ Warning: Output file suffix changed to jpg
93
+ Warning: Output file suffix changed to jpg
94
+ Warning: Output file suffix changed to jpg
95
+ Warning: Output file suffix changed to jpg
96
+ Warning: Output file suffix changed to jpg
97
+ Warning: Output file suffix changed to jpg
98
+ Warning: Output file suffix changed to jpg
99
+ Warning: Output file suffix changed to jpg
100
+ Warning: Output file suffix changed to jpg
101
+ Warning: Output file suffix changed to jpg
102
+ Warning: Output file suffix changed to jpg
103
+ Warning: Output file suffix changed to jpg
104
+ Warning: Output file suffix changed to jpg
105
+ Warning: Output file suffix changed to jpg
106
+ Warning: Output file suffix changed to jpg
107
+ Warning: Output file suffix changed to jpg
108
+ Warning: Output file suffix changed to jpg
109
+ ojects/specimens/new-crys-001/images_heic/IMG_2099.HEIC
110
+ /Users/dru/splat-projects/specimens/new-crys-001/images_jpg/IMG_2099.HEIC
111
+ /Users/dru/splat-projects/specimens/new-crys-001/images_heic/IMG_2100.HEIC
112
+ /Users/dru/splat-projects/specimens/new-crys-001/images_jpg/IMG_2100.HEIC
113
+ /Users/dru/splat-projects/specimens/new-crys-001/images_heic/IMG_2101.HEIC
114
+ /Users/dru/splat-projects/specimens/new-crys-001/images_jpg/IMG_2101.HEIC
115
+ /Users/dru/splat-projects/specimens/new-crys-001/images_heic/IMG_2102.HEIC
116
+ /Users/dru/splat-projects/specimens/new-crys-001/images_jpg/IMG_2102.HEIC
117
+ /Users/dru/splat-projects/specimens/new-crys-001/images_heic/IMG_2103.HEIC
118
+ /Users/dru/splat-projects/specimens/new-crys-001/images_jpg/IMG_2103.HEIC
119
+ /Users/dru/splat-projects/specimens/new-crys-001/images_heic/IMG_2104.HEIC
120
+ /Users/dru/splat-projects/specimens/new-crys-001/images_jpg/IMG_2104.HEIC
121
+ /Users/dru/splat-projects/specimens/new-crys-001/images_heic/IMG_2105.HEIC
122
+ /Users/dru/splat-projects/specimens/new-crys-001/images_jpg/IMG_2105.HEIC
123
+ /Users/dru/splat-projects/specimens/new-crys-001/images_heic/IMG_2106.HEIC
124
+ /Users/dru/splat-projects/specimens/new-crys-001/images_jpg/IMG_2106.HEIC
125
+ /Users/dru/splat-projects/specimens/new-crys-001/images_heic/IMG_2107.HEIC
126
+ /Users/dru/splat-projects/specimens/new-crys-001/images_jpg/IMG_2107.HEIC
127
+ /Users/dru/splat-projects/specimens/new-crys-001/images_heic/IMG_2108.HEIC
128
+ /Users/dru/splat-projects/specimens/new-crys-001/images_jpg/IMG_2108.HEIC
129
+ /Users/dru/splat-projects/specimens/new-crys-001/images_heic/IMG_2109.HEIC
130
+ /Users/dru/splat-projects/specimens/new-crys-001/images_jpg/IMG_2109.HEIC
131
+ /Users/dru/splat-projects/specimens/new-crys-001/images_heic/IMG_2110.HEIC
132
+ /Users/dru/splat-projects/specimens/new-crys-001/images_jpg/IMG_2110.HEIC
133
+ /Users/dru/splat-projects/specimens/new-crys-001/images_heic/IMG_2111.HEIC
134
+ /Users/dru/splat-projects/specimens/new-crys-001/images_jpg/IMG_2111.HEIC
135
+ /Users/dru/splat-projects/specimens/new-crys-001/images_heic/IMG_2112.HEIC
136
+ /Users/dru/splat-projects/specimens/new-crys-001/images_jpg/IMG_2112.HEIC
137
+ /Users/dru/splat-projects/specimens/new-crys-001/images_heic/IMG_2113.HEIC
138
+ /Users/dru/splat-projects/specimens/new-crys-001/images_jpg/IMG_2113.HEIC
139
+ /Users/dru/splat-projects/specimens/new-crys-001/images_heic/IMG_2114.HEIC
140
+ /Users/dru/splat-projects/specimens/new-crys-001/images_jpg/IMG_2114.HEIC
141
+ /Users/dru/splat-projects/specimens/new-crys-001/images_heic/IMG_2115.HEIC
142
+ /Users/dru/splat-projects/specimens/new-crys-001/images_jpg/IMG_2115.HEIC
143
+ /Users/dru/splat-projects/specimens/new-crys-001/images_heic/IMG_2116.HEIC
144
+ /Users/dru/splat-projects/specimens/new-crys-001/images_jpg/IMG_2116.HEIC
145
+ /Users/dru/splat-projects/specimens/new-crys-001/images_heic/IMG_2117.HEIC
146
+ /Users/dru/splat-projects/specimens/new-crys-001/images_jpg/IMG_2117.HEIC
147
+ /Users/dru/splat-projects/specimens/new-crys-001/images_heic/IMG_2119.HEIC
148
+ /Users/dru/splat-projects/specimens/new-crys-001/images_jpg/IMG_2119.HEIC
149
+ /Users/dru/splat-projects/specimens/new-crys-001/images_heic/IMG_2120.HEIC
150
+ /Users/dru/splat-projects/specimens/new-crys-001/images_jpg/IMG_2120.HEIC
151
+ /Users/dru/splat-projects/specimens/new-crys-001/images_heic/IMG_2121.HEIC
152
+ /Users/dru/splat-projects/specimens/new-crys-001/images_jpg/IMG_2121.HEIC
153
+ /Users/dru/splat-projects/specimens/new-crys-001/images_heic/IMG_2122.HEIC
154
+ /Users/dru/splat-projects/specimens/new-crys-001/images_jpg/IMG_2122.HEIC
155
+ /Users/dru/splat-projects/specimens/new-crys-001/images_heic/IMG_2123.HEIC
156
+ /Users/dru/splat-projects/specimens/new-crys-001/images_jpg/IMG_2123.HEIC
157
+ /Users/dru/splat-projects/specimens/new-crys-001/images_heic/IMG_2124.HEIC
158
+ /Users/dru/splat-projects/specimens/new-crys-001/images_jpg/IMG_2124.HEIC
159
+ /Users/dru/splat-projects/specimens/new-crys-001/images_heic/IMG_2125.HEIC
160
+ /Users/dru/splat-projects/specimens/new-crys-001/images_jpg/IMG_2125.HEIC
161
+ /Users/dru/splat-projects/specimens/new-crys-001/images_heic/IMG_2126.HEIC
162
+ /Users/dru/splat-projects/specimens/new-crys-001/images_jpg/IMG_2126.HEIC
163
+ /Users/dru/splat-projects/specimens/neWarning: Output file suffix changed to jpg
164
+ Warning: Output file suffix changed to jpg
165
+ Warning: Output file suffix changed to jpg
166
+ Warning: Output file suffix changed to jpg
167
+ Warning: Output file suffix changed to jpg
168
+ Warning: Output file suffix changed to jpg
169
+ Warning: Output file suffix changed to jpg
170
+ Warning: Output file suffix changed to jpg
171
+ Warning: Output file suffix changed to jpg
172
+ Warning: Output file suffix changed to jpg
173
+ Warning: Output file suffix changed to jpg
174
+ Warning: Output file suffix changed to jpg
175
+ Warning: Output file suffix changed to jpg
176
+ Warning: Output file suffix changed to jpg
177
+ Warning: Output file suffix changed to jpg
178
+ Warning: Output file suffix changed to jpg
179
+ Warning: Output file suffix changed to jpg
180
+ Warning: Output file suffix changed to jpg
181
+ Warning: Output file suffix changed to jpg
182
+ Warning: Output file suffix changed to jpg
183
+ Warning: Output file suffix changed to jpg
184
+ Warning: Output file suffix changed to jpg
185
+ Warning: Output file suffix changed to jpg
186
+ Warning: Output file suffix changed to jpg
187
+ Warning: Output file suffix changed to jpg
188
+ Warning: Output file suffix changed to jpg
189
+ Warning: Output file suffix changed to jpg
190
+ w-crys-001/images_heic/IMG_2127.HEIC
191
+ /Users/dru/splat-projects/specimens/new-crys-001/images_jpg/IMG_2127.HEIC
192
+ /Users/dru/splat-projects/specimens/new-crys-001/images_heic/IMG_2128.HEIC
193
+ /Users/dru/splat-projects/specimens/new-crys-001/images_jpg/IMG_2128.HEIC
194
+ /Users/dru/splat-projects/specimens/new-crys-001/images_heic/IMG_2129.HEIC
195
+ /Users/dru/splat-projects/specimens/new-crys-001/images_jpg/IMG_2129.HEIC
196
+ /Users/dru/splat-projects/specimens/new-crys-001/images_heic/IMG_2130.HEIC
197
+ /Users/dru/splat-projects/specimens/new-crys-001/images_jpg/IMG_2130.HEIC
198
+ /Users/dru/splat-projects/specimens/new-crys-001/images_heic/IMG_2131.HEIC
199
+ /Users/dru/splat-projects/specimens/new-crys-001/images_jpg/IMG_2131.HEIC
200
+ /Users/dru/splat-projects/specimens/new-crys-001/images_heic/IMG_2132.HEIC
201
+ /Users/dru/splat-projects/specimens/new-crys-001/images_jpg/IMG_2132.HEIC
202
+ /Users/dru/splat-projects/specimens/new-crys-001/images_heic/IMG_2133.HEIC
203
+ /Users/dru/splat-projects/specimens/new-crys-001/images_jpg/IMG_2133.HEIC
204
+ /Users/dru/splat-projects/specimens/new-crys-001/images_heic/IMG_2134.HEIC
205
+ /Users/dru/splat-projects/specimens/new-crys-001/images_jpg/IMG_2134.HEIC
206
+ /Users/dru/splat-projects/specimens/new-crys-001/images_heic/IMG_2135.HEIC
207
+ /Users/dru/splat-projects/specimens/new-crys-001/images_jpg/IMG_2135.HEIC
208
+ /Users/dru/splat-projects/specimens/new-crys-001/images_heic/IMG_2136.HEIC
209
+ /Users/dru/splat-projects/specimens/new-crys-001/images_jpg/IMG_2136.HEIC
210
+ /Users/dru/splat-projects/specimens/new-crys-001/images_heic/IMG_2137.HEIC
211
+ /Users/dru/splat-projects/specimens/new-crys-001/images_jpg/IMG_2137.HEIC
212
+ /Users/dru/splat-projects/specimens/new-crys-001/images_heic/IMG_2138.HEIC
213
+ /Users/dru/splat-projects/specimens/new-crys-001/images_jpg/IMG_2138.HEIC
214
+ /Users/dru/splat-projects/specimens/new-crys-001/images_heic/IMG_2139.HEIC
215
+ /Users/dru/splat-projects/specimens/new-crys-001/images_jpg/IMG_2139.HEIC
216
+ /Users/dru/splat-projects/specimens/new-crys-001/images_heic/IMG_2140.HEIC
217
+ /Users/dru/splat-projects/specimens/new-crys-001/images_jpg/IMG_2140.HEIC
218
+ /Users/dru/splat-projects/specimens/new-crys-001/images_heic/IMG_2141.HEIC
219
+ /Users/dru/splat-projects/specimens/new-crys-001/images_jpg/IMG_2141.HEIC
220
+ /Users/dru/splat-projects/specimens/new-crys-001/images_heic/IMG_2142.HEIC
221
+ /Users/dru/splat-projects/specimens/new-crys-001/images_jpg/IMG_2142.HEIC
222
+ /Users/dru/splat-projects/specimens/new-crys-001/images_heic/IMG_2143.HEIC
223
+ /Users/dru/splat-projects/specimens/new-crys-001/images_jpg/IMG_2143.HEIC
224
+ /Users/dru/splat-projects/specimens/new-crys-001/images_heic/IMG_2144.HEIC
225
+ /Users/dru/splat-projects/specimens/new-crys-001/images_jpg/IMG_2144.HEIC
226
+ /Users/dru/splat-projects/specimens/new-crys-001/images_heic/IMG_2145.HEIC
227
+ /Users/dru/splat-projects/specimens/new-crys-001/images_jpg/IMG_2145.HEIC
228
+ /Users/dru/splat-projects/specimens/new-crys-001/images_heic/IMG_2146.HEIC
229
+ /Users/dru/splat-projects/specimens/new-crys-001/images_jpg/IMG_2146.HEIC
230
+ /Users/dru/splat-projects/specimens/new-crys-001/images_heic/IMG_2147.HEIC
231
+ /Users/dru/splat-projects/specimens/new-crys-001/images_jpg/IMG_2147.HEIC
232
+ /Users/dru/splat-projects/specimens/new-crys-001/images_heic/IMG_2148.HEIC
233
+ /Users/dru/splat-projects/specimens/new-crys-001/images_jpg/IMG_2148.HEIC
234
+ /Users/dru/splat-projects/specimens/new-crys-001/images_heic/IMG_2149.HEIC
235
+ /Users/dru/splat-projects/specimens/new-crys-001/images_jpg/IMG_2149.HEIC
236
+ /Users/dru/splat-projects/specimens/new-crys-001/images_heic/IMG_2150.HEIC
237
+ /Users/dru/splat-projects/specimens/new-crys-001/images_jpg/IMG_2150.HEIC
238
+ /Users/dru/splat-projects/specimens/new-crys-001/images_heic/IMG_2151.HEIC
239
+ /Users/dru/splat-projects/specimens/new-crys-001/images_jpg/IMG_2151.HEIC
240
+ /Users/dru/splat-projects/specimens/new-crys-001/images_heic/IMG_2152.HEIC
241
+ /Users/dru/splat-projects/specimens/new-crys-001/images_jpg/IMG_2152.HEIC
242
+ /Users/dru/splat-projects/specimens/new-crys-001/images_heic/IMG_2153.HEIC
243
+ /Users/dru/splat-projects/specimens/new-crys-001/images_jpg/IMG_2153.HEIC
244
+ /Users/dru/splat-projects/specimens/new-crys-001/images_hWarning: Output file suffix changed to jpg
245
+ Warning: Output file suffix changed to jpg
246
+ Warning: Output file suffix changed to jpg
247
+ Warning: Output file suffix changed to jpg
248
+ Warning: Output file suffix changed to jpg
249
+ Warning: Output file suffix changed to jpg
250
+ Warning: Output file suffix changed to jpg
251
+ Warning: Output file suffix changed to jpg
252
+ Warning: Output file suffix changed to jpg
253
+ Warning: Output file suffix changed to jpg
254
+ Warning: Output file suffix changed to jpg
255
+ Warning: Output file suffix changed to jpg
256
+ Warning: Output file suffix changed to jpg
257
+ Warning: Output file suffix changed to jpg
258
+ Warning: Output file suffix changed to jpg
259
+ Warning: Output file suffix changed to jpg
260
+ Warning: Output file suffix changed to jpg
261
+ Warning: Output file suffix changed to jpg
262
+ Warning: Output file suffix changed to jpg
263
+ Warning: Output file suffix changed to jpg
264
+ Warning: Output file suffix changed to jpg
265
+ Warning: Output file suffix changed to jpg
266
+ eic/IMG_2154.HEIC
267
+ /Users/dru/splat-projects/specimens/new-crys-001/images_jpg/IMG_2154.HEIC
268
+ /Users/dru/splat-projects/specimens/new-crys-001/images_heic/IMG_2155.HEIC
269
+ /Users/dru/splat-projects/specimens/new-crys-001/images_jpg/IMG_2155.HEIC
270
+ /Users/dru/splat-projects/specimens/new-crys-001/images_heic/IMG_2156.HEIC
271
+ /Users/dru/splat-projects/specimens/new-crys-001/images_jpg/IMG_2156.HEIC
272
+ /Users/dru/splat-projects/specimens/new-crys-001/images_heic/IMG_2157.HEIC
273
+ /Users/dru/splat-projects/specimens/new-crys-001/images_jpg/IMG_2157.HEIC
274
+ /Users/dru/splat-projects/specimens/new-crys-001/images_heic/IMG_2158.HEIC
275
+ /Users/dru/splat-projects/specimens/new-crys-001/images_jpg/IMG_2158.HEIC
276
+ /Users/dru/splat-projects/specimens/new-crys-001/images_heic/IMG_2159.HEIC
277
+ /Users/dru/splat-projects/specimens/new-crys-001/images_jpg/IMG_2159.HEIC
278
+ /Users/dru/splat-projects/specimens/new-crys-001/images_heic/IMG_2160.HEIC
279
+ /Users/dru/splat-projects/specimens/new-crys-001/images_jpg/IMG_2160.HEIC
280
+ /Users/dru/splat-projects/specimens/new-crys-001/images_heic/IMG_2161.HEIC
281
+ /Users/dru/splat-projects/specimens/new-crys-001/images_jpg/IMG_2161.HEIC
282
+ /Users/dru/splat-projects/specimens/new-crys-001/images_heic/IMG_2162.HEIC
283
+ /Users/dru/splat-projects/specimens/new-crys-001/images_jpg/IMG_2162.HEIC
284
+ /Users/dru/splat-projects/specimens/new-crys-001/images_heic/IMG_2163.HEIC
285
+ /Users/dru/splat-projects/specimens/new-crys-001/images_jpg/IMG_2163.HEIC
286
+ /Users/dru/splat-projects/specimens/new-crys-001/images_heic/IMG_2164.HEIC
287
+ /Users/dru/splat-projects/specimens/new-crys-001/images_jpg/IMG_2164.HEIC
288
+ /Users/dru/splat-projects/specimens/new-crys-001/images_heic/IMG_2165.HEIC
289
+ /Users/dru/splat-projects/specimens/new-crys-001/images_jpg/IMG_2165.HEIC
290
+ /Users/dru/splat-projects/specimens/new-crys-001/images_heic/IMG_2166.HEIC
291
+ /Users/dru/splat-projects/specimens/new-crys-001/images_jpg/IMG_2166.HEIC
292
+ /Users/dru/splat-projects/specimens/new-crys-001/images_heic/IMG_2167.HEIC
293
+ /Users/dru/splat-projects/specimens/new-crys-001/images_jpg/IMG_2167.HEIC
294
+ /Users/dru/splat-projects/specimens/new-crys-001/images_heic/IMG_2168.HEIC
295
+ /Users/dru/splat-projects/specimens/new-crys-001/images_jpg/IMG_2168.HEIC
296
+ /Users/dru/splat-projects/specimens/new-crys-001/images_heic/IMG_2169.HEIC
297
+ /Users/dru/splat-projects/specimens/new-crys-001/images_jpg/IMG_2169.HEIC
298
+ /Users/dru/splat-projects/specimens/new-crys-001/images_heic/IMG_2170.HEIC
299
+ /Users/dru/splat-projects/specimens/new-crys-001/images_jpg/IMG_2170.HEIC
300
+ /Users/dru/splat-projects/specimens/new-crys-001/images_heic/IMG_2171.HEIC
301
+ /Users/dru/splat-projects/specimens/new-crys-001/images_jpg/IMG_2171.HEIC
302
+ /Users/dru/splat-projects/specimens/new-crys-001/images_heic/IMG_2172.HEIC
303
+ /Users/dru/splat-projects/specimens/new-crys-001/images_jpg/IMG_2172.HEIC
304
+ /Users/dru/splat-projects/specimens/new-crys-001/images_heic/IMG_2173.HEIC
305
+ /Users/dru/splat-projects/specimens/new-crys-001/images_jpg/IMG_2173.HEIC
306
+ /Users/dru/splat-projects/specimens/new-crys-001/images_heic/IMG_2174.HEIC
307
+ /Users/dru/splat-projects/specimens/new-crys-001/images_jpg/IMG_2174.HEIC
308
+ /Users/dru/splat-projects/specimens/new-crys-001/images_heic/IMG_2175.HEIC
309
+ /Users/dru/splat-projects/specimens/new-crys-001/images_jpg/IMG_2175.HEIC