codaero commited on
Commit
ddb694a
·
1 Parent(s): 539f3b0

init circuit_data1

Browse files
.gitattributes CHANGED
@@ -58,3 +58,6 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
58
  # Video files - compressed
59
  *.mp4 filter=lfs diff=lfs merge=lfs -text
60
  *.webm filter=lfs diff=lfs merge=lfs -text
 
 
 
 
58
  # Video files - compressed
59
  *.mp4 filter=lfs diff=lfs merge=lfs -text
60
  *.webm filter=lfs diff=lfs merge=lfs -text
61
+ # 3D files and database
62
+ *.db filter=lfs diff=lfs merge=lfs -text
63
+ *.ply filter=lfs diff=lfs merge=lfs -text
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ **/wandb/
circuit_data1/colmap/database.db ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8f62031784350a7d4a97f59e4933b78bbc7e87e9fc6dd068ebc6e19fc612a78c
3
+ size 12713984
circuit_data1/colmap/project.ini ADDED
@@ -0,0 +1,209 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ log_to_stderr=true
2
+ log_level=0
3
+ random_seed=0
4
+ database_path=/home/codaero/Projects/Microscopic-3D-Reconstruction/microscope_scripts/outputs/robot_data3/database.db
5
+ image_path=/home/codaero/Projects/Microscopic-3D-Reconstruction/microscope_scripts/outputs/robot_data3/focus_stacked
6
+ [ImageReader]
7
+ single_camera=false
8
+ single_camera_per_folder=false
9
+ single_camera_per_image=false
10
+ existing_camera_id=-1
11
+ default_focal_length_factor=1.2
12
+ mask_path=
13
+ camera_model=OPENCV
14
+ camera_params=
15
+ camera_mask_path=
16
+ [SiftExtraction]
17
+ use_gpu=true
18
+ estimate_affine_shape=false
19
+ upright=false
20
+ domain_size_pooling=false
21
+ num_threads=-1
22
+ max_image_size=3200
23
+ max_num_features=8192
24
+ first_octave=-1
25
+ num_octaves=4
26
+ octave_resolution=3
27
+ max_num_orientations=2
28
+ dsp_num_scales=10
29
+ peak_threshold=0.0015
30
+ edge_threshold=10
31
+ dsp_min_scale=0.16667000000000001
32
+ dsp_max_scale=3
33
+ gpu_index=-1
34
+ [SiftMatching]
35
+ use_gpu=true
36
+ cross_check=true
37
+ guided_matching=false
38
+ num_threads=-1
39
+ max_num_matches=32768
40
+ max_ratio=0.80000000000000004
41
+ max_distance=0.69999999999999996
42
+ gpu_index=-1
43
+ [TwoViewGeometry]
44
+ multiple_models=false
45
+ compute_relative_pose=false
46
+ min_num_inliers=15
47
+ max_num_trials=10000
48
+ max_error=4
49
+ confidence=0.999
50
+ min_inlier_ratio=0.25
51
+ [SequentialMatching]
52
+ quadratic_overlap=true
53
+ loop_detection=false
54
+ overlap=2
55
+ loop_detection_period=10
56
+ loop_detection_num_images=50
57
+ loop_detection_num_nearest_neighbors=1
58
+ loop_detection_num_checks=256
59
+ loop_detection_num_images_after_verification=0
60
+ loop_detection_max_num_features=-1
61
+ vocab_tree_path=
62
+ [SpatialMatching]
63
+ is_gps=true
64
+ ignore_z=true
65
+ max_num_neighbors=50
66
+ max_distance=100
67
+ [BundleAdjustment]
68
+ refine_focal_length=true
69
+ refine_principal_point=false
70
+ refine_extra_params=true
71
+ refine_extrinsics=true
72
+ max_num_iterations=100
73
+ max_linear_solver_iterations=200
74
+ function_tolerance=0
75
+ gradient_tolerance=0
76
+ parameter_tolerance=0
77
+ [Mapper]
78
+ ignore_watermarks=false
79
+ multiple_models=true
80
+ extract_colors=true
81
+ ba_refine_focal_length=true
82
+ ba_refine_principal_point=false
83
+ ba_refine_extra_params=true
84
+ fix_existing_images=false
85
+ tri_ignore_two_view_tracks=true
86
+ min_num_matches=15
87
+ max_num_models=50
88
+ max_model_overlap=20
89
+ min_model_size=10
90
+ init_image_id1=-1
91
+ init_image_id2=-1
92
+ init_num_trials=200
93
+ num_threads=-1
94
+ ba_min_num_residuals_for_multi_threading=50000
95
+ ba_local_num_images=6
96
+ ba_local_max_num_iterations=25
97
+ ba_global_images_freq=500
98
+ ba_global_points_freq=250000
99
+ ba_global_max_num_iterations=50
100
+ ba_global_max_refinements=5
101
+ ba_local_max_refinements=2
102
+ snapshot_images_freq=0
103
+ init_min_num_inliers=100
104
+ init_max_reg_trials=2
105
+ abs_pose_min_num_inliers=30
106
+ max_reg_trials=3
107
+ tri_max_transitivity=1
108
+ tri_complete_max_transitivity=5
109
+ tri_re_max_trials=1
110
+ min_focal_length_ratio=0.10000000000000001
111
+ max_focal_length_ratio=10
112
+ max_extra_param=1
113
+ ba_local_function_tolerance=0
114
+ ba_global_images_ratio=1.1000000000000001
115
+ ba_global_points_ratio=1.1000000000000001
116
+ ba_global_function_tolerance=0
117
+ ba_global_max_refinement_change=0.00050000000000000001
118
+ ba_local_max_refinement_change=0.001
119
+ init_max_error=4
120
+ init_max_forward_motion=0.94999999999999996
121
+ init_min_tri_angle=16
122
+ abs_pose_max_error=12
123
+ abs_pose_min_inlier_ratio=0.25
124
+ filter_max_reproj_error=4
125
+ filter_min_tri_angle=1.5
126
+ local_ba_min_tri_angle=6
127
+ tri_create_max_angle_error=2
128
+ tri_continue_max_angle_error=2
129
+ tri_merge_max_reproj_error=4
130
+ tri_complete_max_reproj_error=4
131
+ tri_re_max_angle_error=5
132
+ tri_re_min_ratio=0.20000000000000001
133
+ tri_min_angle=1.5
134
+ snapshot_path=
135
+ [PatchMatchStereo]
136
+ geom_consistency=true
137
+ filter=true
138
+ allow_missing_files=false
139
+ write_consistency_graph=false
140
+ max_image_size=2000
141
+ window_radius=5
142
+ window_step=1
143
+ num_samples=15
144
+ num_iterations=5
145
+ filter_min_num_consistent=2
146
+ depth_min=-1
147
+ depth_max=-1
148
+ sigma_spatial=-1
149
+ sigma_color=0.20000000298023224
150
+ ncc_sigma=0.60000002384185791
151
+ min_triangulation_angle=1
152
+ incident_angle_sigma=0.89999997615814209
153
+ geom_consistency_regularizer=0.30000001192092896
154
+ geom_consistency_max_cost=3
155
+ filter_min_ncc=0.10000000149011612
156
+ filter_min_triangulation_angle=3
157
+ filter_geom_consistency_max_cost=1
158
+ cache_size=32
159
+ gpu_index=-1
160
+ [StereoFusion]
161
+ use_cache=false
162
+ num_threads=-1
163
+ max_image_size=-1
164
+ min_num_pixels=5
165
+ max_num_pixels=10000
166
+ max_traversal_depth=100
167
+ check_num_images=50
168
+ max_reproj_error=2
169
+ max_depth_error=0.0099999997764825821
170
+ max_normal_error=10
171
+ cache_size=32
172
+ mask_path=
173
+ [Render]
174
+ adapt_refresh_rate=true
175
+ image_connections=false
176
+ min_track_len=3
177
+ refresh_rate=1
178
+ projection_type=0
179
+ max_error=2
180
+ [ExhaustiveMatching]
181
+ block_size=50
182
+ [VocabTreeMatching]
183
+ num_images=100
184
+ num_nearest_neighbors=5
185
+ num_checks=256
186
+ num_images_after_verification=0
187
+ max_num_features=-1
188
+ vocab_tree_path=
189
+ match_list_path=
190
+ [TransitiveMatching]
191
+ batch_size=1000
192
+ num_iterations=3
193
+ [ImagePairsMatching]
194
+ block_size=1225
195
+ [PoissonMeshing]
196
+ depth=13
197
+ num_threads=-1
198
+ point_weight=1
199
+ color=32
200
+ trim=10
201
+ [DelaunayMeshing]
202
+ num_threads=-1
203
+ max_proj_dist=20
204
+ max_depth_dist=0.050000000000000003
205
+ visibility_sigma=3
206
+ distance_sigma_factor=1
207
+ quality_regularization=1
208
+ max_side_length_factor=25
209
+ max_side_length_percentile=95
circuit_data1/colmap/sparse/0/cameras.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d8930314599ecb6a77bc189e3322e21b81c19c6d57cd89cc20e5ae5379a27e80
3
+ size 800
circuit_data1/colmap/sparse/0/images.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f6a93447916222266a4d4f5586bac089c936ef3dfd18e3c598122508772134f3
3
+ size 1958075
circuit_data1/colmap/sparse/0/points3D.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2ffbd39d229c0a0363433d404bb6b5d29503f97d293c335e1ebe765ec6839914
3
+ size 160036
circuit_data1/colmap/sparse/project.ini ADDED
@@ -0,0 +1,209 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ log_to_stderr=true
2
+ random_seed=0
3
+ log_level=0
4
+ database_path=/home/codaero/Projects/Microscopic-3D-Reconstruction/microscope_scripts/outputs/robot_data3/database.db
5
+ image_path=/home/codaero/Projects/Microscopic-3D-Reconstruction/microscope_scripts/outputs/robot_data3/focus_stacked
6
+ [ImageReader]
7
+ single_camera=false
8
+ single_camera_per_folder=false
9
+ single_camera_per_image=false
10
+ existing_camera_id=-1
11
+ default_focal_length_factor=1.2
12
+ mask_path=
13
+ camera_model=SIMPLE_RADIAL
14
+ camera_params=
15
+ camera_mask_path=
16
+ [SiftExtraction]
17
+ use_gpu=true
18
+ estimate_affine_shape=true
19
+ upright=false
20
+ domain_size_pooling=false
21
+ num_threads=-1
22
+ max_image_size=2400
23
+ max_num_features=8192
24
+ first_octave=-1
25
+ num_octaves=4
26
+ octave_resolution=3
27
+ max_num_orientations=2
28
+ dsp_num_scales=10
29
+ peak_threshold=0.0066666666666666671
30
+ edge_threshold=10
31
+ dsp_min_scale=0.16666666666666666
32
+ dsp_max_scale=3
33
+ gpu_index=-1
34
+ [SiftMatching]
35
+ use_gpu=true
36
+ cross_check=true
37
+ guided_matching=true
38
+ num_threads=-1
39
+ max_num_matches=32768
40
+ max_ratio=0.80000000000000004
41
+ max_distance=0.69999999999999996
42
+ gpu_index=-1
43
+ [TwoViewGeometry]
44
+ multiple_models=false
45
+ compute_relative_pose=false
46
+ min_num_inliers=15
47
+ max_num_trials=10000
48
+ max_error=4
49
+ confidence=0.999
50
+ min_inlier_ratio=0.25
51
+ [SequentialMatching]
52
+ quadratic_overlap=true
53
+ loop_detection=false
54
+ overlap=10
55
+ loop_detection_period=10
56
+ loop_detection_num_images=50
57
+ loop_detection_num_nearest_neighbors=1
58
+ loop_detection_num_checks=256
59
+ loop_detection_num_images_after_verification=0
60
+ loop_detection_max_num_features=-1
61
+ vocab_tree_path=
62
+ [SpatialMatching]
63
+ is_gps=true
64
+ ignore_z=true
65
+ max_num_neighbors=50
66
+ max_distance=100
67
+ [BundleAdjustment]
68
+ refine_focal_length=true
69
+ refine_principal_point=false
70
+ refine_extra_params=true
71
+ refine_extrinsics=true
72
+ max_num_iterations=100
73
+ max_linear_solver_iterations=200
74
+ function_tolerance=0
75
+ gradient_tolerance=0
76
+ parameter_tolerance=0
77
+ [Mapper]
78
+ ignore_watermarks=false
79
+ multiple_models=true
80
+ extract_colors=true
81
+ ba_refine_focal_length=true
82
+ ba_refine_principal_point=false
83
+ ba_refine_extra_params=true
84
+ fix_existing_images=false
85
+ tri_ignore_two_view_tracks=true
86
+ min_num_matches=15
87
+ max_num_models=50
88
+ max_model_overlap=20
89
+ min_model_size=10
90
+ init_image_id1=-1
91
+ init_image_id2=-1
92
+ init_num_trials=200
93
+ num_threads=-1
94
+ ba_min_num_residuals_for_multi_threading=50000
95
+ ba_local_num_images=6
96
+ ba_local_max_num_iterations=30
97
+ ba_global_images_freq=500
98
+ ba_global_points_freq=250000
99
+ ba_global_max_num_iterations=75
100
+ ba_global_max_refinements=5
101
+ ba_local_max_refinements=3
102
+ snapshot_images_freq=0
103
+ init_min_num_inliers=100
104
+ init_max_reg_trials=2
105
+ abs_pose_min_num_inliers=30
106
+ max_reg_trials=3
107
+ tri_max_transitivity=1
108
+ tri_complete_max_transitivity=5
109
+ tri_re_max_trials=1
110
+ min_focal_length_ratio=0.10000000000000001
111
+ max_focal_length_ratio=10
112
+ max_extra_param=1.7976931348623157e+308
113
+ ba_local_function_tolerance=0
114
+ ba_global_images_ratio=1.1000000000000001
115
+ ba_global_points_ratio=1.1000000000000001
116
+ ba_global_function_tolerance=0
117
+ ba_global_max_refinement_change=0.00050000000000000001
118
+ ba_local_max_refinement_change=0.001
119
+ init_max_error=4
120
+ init_max_forward_motion=0.94999999999999996
121
+ init_min_tri_angle=16
122
+ abs_pose_max_error=12
123
+ abs_pose_min_inlier_ratio=0.25
124
+ filter_max_reproj_error=4
125
+ filter_min_tri_angle=1.5
126
+ local_ba_min_tri_angle=6
127
+ tri_create_max_angle_error=2
128
+ tri_continue_max_angle_error=2
129
+ tri_merge_max_reproj_error=4
130
+ tri_complete_max_reproj_error=4
131
+ tri_re_max_angle_error=5
132
+ tri_re_min_ratio=0.20000000000000001
133
+ tri_min_angle=1.5
134
+ snapshot_path=
135
+ [PatchMatchStereo]
136
+ geom_consistency=true
137
+ filter=true
138
+ allow_missing_files=false
139
+ write_consistency_graph=false
140
+ max_image_size=2400
141
+ window_radius=5
142
+ window_step=1
143
+ num_samples=15
144
+ num_iterations=5
145
+ filter_min_num_consistent=2
146
+ depth_min=-1
147
+ depth_max=-1
148
+ sigma_spatial=-1
149
+ sigma_color=0.20000000298023224
150
+ ncc_sigma=0.60000002384185791
151
+ min_triangulation_angle=1
152
+ incident_angle_sigma=0.89999997615814209
153
+ geom_consistency_regularizer=0.30000001192092896
154
+ geom_consistency_max_cost=3
155
+ filter_min_ncc=0.10000000149011612
156
+ filter_min_triangulation_angle=3
157
+ filter_geom_consistency_max_cost=1
158
+ cache_size=32
159
+ gpu_index=-1
160
+ [StereoFusion]
161
+ use_cache=false
162
+ num_threads=-1
163
+ max_image_size=2400
164
+ min_num_pixels=5
165
+ max_num_pixels=10000
166
+ max_traversal_depth=100
167
+ check_num_images=50
168
+ max_reproj_error=2
169
+ max_depth_error=0.0099999997764825821
170
+ max_normal_error=10
171
+ cache_size=32
172
+ mask_path=
173
+ [Render]
174
+ adapt_refresh_rate=true
175
+ image_connections=false
176
+ min_track_len=3
177
+ refresh_rate=1
178
+ projection_type=0
179
+ max_error=2
180
+ [ExhaustiveMatching]
181
+ block_size=50
182
+ [VocabTreeMatching]
183
+ num_images=100
184
+ num_nearest_neighbors=5
185
+ num_checks=256
186
+ num_images_after_verification=0
187
+ max_num_features=-1
188
+ vocab_tree_path=
189
+ match_list_path=
190
+ [TransitiveMatching]
191
+ batch_size=1000
192
+ num_iterations=3
193
+ [ImagePairsMatching]
194
+ block_size=1225
195
+ [PoissonMeshing]
196
+ depth=13
197
+ num_threads=-1
198
+ point_weight=1
199
+ color=32
200
+ trim=10
201
+ [DelaunayMeshing]
202
+ num_threads=-1
203
+ max_proj_dist=20
204
+ max_depth_dist=0.050000000000000003
205
+ visibility_sigma=3
206
+ distance_sigma_factor=1
207
+ quality_regularization=1
208
+ max_side_length_factor=25
209
+ max_side_length_percentile=95
circuit_data1/images/scan01.jpg ADDED

Git LFS Details

  • SHA256: f533747d6a45379f84e03dbd1b5f9ee554db357b853e5386b26077847536acd1
  • Pointer size: 132 Bytes
  • Size of remote file: 1.13 MB
circuit_data1/images/scan02.jpg ADDED

Git LFS Details

  • SHA256: 270f4c8544ea2696bf2273e25db8cb22c50955221d05cc3a06b2e03ade31b283
  • Pointer size: 131 Bytes
  • Size of remote file: 796 kB
circuit_data1/images/scan03.jpg ADDED

Git LFS Details

  • SHA256: 0599bac464bdd6bfc585a04e641b42f8d0661d7f878bc57c19252b5c25225fbd
  • Pointer size: 132 Bytes
  • Size of remote file: 1.1 MB
circuit_data1/images/scan04.jpg ADDED

Git LFS Details

  • SHA256: a527860792b965f8d19b40a7a4164a3d7afe13856b5e21b95bfc815876997a29
  • Pointer size: 132 Bytes
  • Size of remote file: 1.18 MB
circuit_data1/images/scan05.jpg ADDED

Git LFS Details

  • SHA256: acd7e25b8fa54831b48255f89f1b9be4cc391af4afc7591d573b64da9a2c7c47
  • Pointer size: 131 Bytes
  • Size of remote file: 807 kB
circuit_data1/images/scan06.jpg ADDED

Git LFS Details

  • SHA256: 1a3a915509a5e81272f67c3b71a8cadf2819de79d4b0089805b3c277ec244b93
  • Pointer size: 132 Bytes
  • Size of remote file: 1.25 MB
circuit_data1/images/scan07.jpg ADDED

Git LFS Details

  • SHA256: f0796eea25c1d2fe9deb91c6ab7a7f269fff1322a01bed01acd666646fcffb4e
  • Pointer size: 131 Bytes
  • Size of remote file: 792 kB
circuit_data1/images/scan08.jpg ADDED

Git LFS Details

  • SHA256: e0076cb353b5c40ff82a5a6fc86c070363400a89ef23ae399aaadc72bc355fec
  • Pointer size: 132 Bytes
  • Size of remote file: 1.08 MB
circuit_data1/images/scan09.jpg ADDED

Git LFS Details

  • SHA256: 04821b3fccc691fc26dd8c33fe6e41076ab2ddf7107be5867c539ae0f0ea4aa8
  • Pointer size: 132 Bytes
  • Size of remote file: 1.06 MB
circuit_data1/images_2/scan01.jpg ADDED

Git LFS Details

  • SHA256: 12d0d4e2b9dbe5ff6df38cc6ae8bd34dc80150c55f88e5db3980738c60251dd6
  • Pointer size: 131 Bytes
  • Size of remote file: 181 kB
circuit_data1/images_2/scan02.jpg ADDED

Git LFS Details

  • SHA256: bb4a173d33215f49461af24cc9f82141d7ba7c5aea1da519edaca650687dcd49
  • Pointer size: 131 Bytes
  • Size of remote file: 139 kB
circuit_data1/images_2/scan03.jpg ADDED

Git LFS Details

  • SHA256: 17ab7151d6bcd185f7f7a411011017da056370b0671950bc45d07a574c8bc225
  • Pointer size: 131 Bytes
  • Size of remote file: 179 kB
circuit_data1/images_2/scan04.jpg ADDED

Git LFS Details

  • SHA256: d1772dea90d02b09b69e96684db903bbd1bf5b8a3b2df5e54550707ebad8013c
  • Pointer size: 131 Bytes
  • Size of remote file: 186 kB
circuit_data1/images_2/scan05.jpg ADDED

Git LFS Details

  • SHA256: 2f9c1890bbcb9ba935e6cb042c288bcae6fd8a55c9b605784dab389b466201b5
  • Pointer size: 131 Bytes
  • Size of remote file: 142 kB
circuit_data1/images_2/scan06.jpg ADDED

Git LFS Details

  • SHA256: 4923fc5faf87a4774d2fcd6ec6d22871cadb7fb7f3658fcd81d97753a51f9889
  • Pointer size: 131 Bytes
  • Size of remote file: 193 kB
circuit_data1/images_2/scan07.jpg ADDED

Git LFS Details

  • SHA256: 58ced47d3f78371cac331f1c79bc2bf833f84658493a1ceac823e136ece74999
  • Pointer size: 131 Bytes
  • Size of remote file: 138 kB
circuit_data1/images_2/scan08.jpg ADDED

Git LFS Details

  • SHA256: 6043a756864c87e804eba258d559a52b553ca11436ed600d87700cb8c7c56774
  • Pointer size: 131 Bytes
  • Size of remote file: 175 kB
circuit_data1/images_2/scan09.jpg ADDED

Git LFS Details

  • SHA256: 007c8dd82bc8203d725b23b26f7c2043c6edb21599ce328bd0c022bdcbc543aa
  • Pointer size: 131 Bytes
  • Size of remote file: 172 kB
circuit_data1/outputs/splatfacto/2026-03-10_070926/config.yml ADDED
@@ -0,0 +1,256 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ !!python/object:nerfstudio.engine.trainer.TrainerConfig
2
+ _target: !!python/name:nerfstudio.engine.trainer.Trainer ''
3
+ data: null
4
+ experiment_name: robot_data3
5
+ gradient_accumulation_steps: {}
6
+ load_checkpoint: null
7
+ load_config: null
8
+ load_dir: null
9
+ load_scheduler: true
10
+ load_step: null
11
+ log_gradients: false
12
+ logging: !!python/object:nerfstudio.configs.base_config.LoggingConfig
13
+ local_writer: !!python/object:nerfstudio.configs.base_config.LocalWriterConfig
14
+ _target: !!python/name:nerfstudio.utils.writer.LocalWriter ''
15
+ enable: true
16
+ max_log_size: 10
17
+ stats_to_track: !!python/tuple
18
+ - !!python/object/apply:nerfstudio.utils.writer.EventName
19
+ - Train Iter (time)
20
+ - !!python/object/apply:nerfstudio.utils.writer.EventName
21
+ - Train Rays / Sec
22
+ - !!python/object/apply:nerfstudio.utils.writer.EventName
23
+ - Test PSNR
24
+ - !!python/object/apply:nerfstudio.utils.writer.EventName
25
+ - Vis Rays / Sec
26
+ - !!python/object/apply:nerfstudio.utils.writer.EventName
27
+ - Test Rays / Sec
28
+ - !!python/object/apply:nerfstudio.utils.writer.EventName
29
+ - ETA (time)
30
+ max_buffer_size: 20
31
+ profiler: basic
32
+ relative_log_dir: !!python/object/apply:pathlib.PosixPath []
33
+ steps_per_log: 10
34
+ machine: !!python/object:nerfstudio.configs.base_config.MachineConfig
35
+ device_type: cuda
36
+ dist_url: auto
37
+ machine_rank: 0
38
+ num_devices: 1
39
+ num_machines: 1
40
+ seed: 42
41
+ max_num_iterations: 30000
42
+ method_name: splatfacto
43
+ mixed_precision: false
44
+ optimizers:
45
+ bilateral_grid:
46
+ optimizer: !!python/object:nerfstudio.engine.optimizers.AdamOptimizerConfig
47
+ _target: &id001 !!python/name:torch.optim.adam.Adam ''
48
+ eps: 1.0e-15
49
+ lr: 0.002
50
+ max_norm: null
51
+ weight_decay: 0
52
+ scheduler: !!python/object:nerfstudio.engine.schedulers.ExponentialDecaySchedulerConfig
53
+ _target: &id002 !!python/name:nerfstudio.engine.schedulers.ExponentialDecayScheduler ''
54
+ lr_final: 0.0001
55
+ lr_pre_warmup: 0
56
+ max_steps: 30000
57
+ ramp: cosine
58
+ warmup_steps: 1000
59
+ camera_opt:
60
+ optimizer: !!python/object:nerfstudio.engine.optimizers.AdamOptimizerConfig
61
+ _target: *id001
62
+ eps: 1.0e-15
63
+ lr: 0.0001
64
+ max_norm: null
65
+ weight_decay: 0
66
+ scheduler: !!python/object:nerfstudio.engine.schedulers.ExponentialDecaySchedulerConfig
67
+ _target: *id002
68
+ lr_final: 5.0e-07
69
+ lr_pre_warmup: 0
70
+ max_steps: 30000
71
+ ramp: cosine
72
+ warmup_steps: 1000
73
+ features_dc:
74
+ optimizer: !!python/object:nerfstudio.engine.optimizers.AdamOptimizerConfig
75
+ _target: *id001
76
+ eps: 1.0e-15
77
+ lr: 0.0025
78
+ max_norm: null
79
+ weight_decay: 0
80
+ scheduler: null
81
+ features_rest:
82
+ optimizer: !!python/object:nerfstudio.engine.optimizers.AdamOptimizerConfig
83
+ _target: *id001
84
+ eps: 1.0e-15
85
+ lr: 0.000125
86
+ max_norm: null
87
+ weight_decay: 0
88
+ scheduler: null
89
+ means:
90
+ optimizer: !!python/object:nerfstudio.engine.optimizers.AdamOptimizerConfig
91
+ _target: *id001
92
+ eps: 1.0e-15
93
+ lr: 0.00016
94
+ max_norm: null
95
+ weight_decay: 0
96
+ scheduler: !!python/object:nerfstudio.engine.schedulers.ExponentialDecaySchedulerConfig
97
+ _target: *id002
98
+ lr_final: 1.6e-06
99
+ lr_pre_warmup: 1.0e-08
100
+ max_steps: 30000
101
+ ramp: cosine
102
+ warmup_steps: 0
103
+ opacities:
104
+ optimizer: !!python/object:nerfstudio.engine.optimizers.AdamOptimizerConfig
105
+ _target: *id001
106
+ eps: 1.0e-15
107
+ lr: 0.05
108
+ max_norm: null
109
+ weight_decay: 0
110
+ scheduler: null
111
+ quats:
112
+ optimizer: !!python/object:nerfstudio.engine.optimizers.AdamOptimizerConfig
113
+ _target: *id001
114
+ eps: 1.0e-15
115
+ lr: 0.001
116
+ max_norm: null
117
+ weight_decay: 0
118
+ scheduler: null
119
+ scales:
120
+ optimizer: !!python/object:nerfstudio.engine.optimizers.AdamOptimizerConfig
121
+ _target: *id001
122
+ eps: 1.0e-15
123
+ lr: 0.005
124
+ max_norm: null
125
+ weight_decay: 0
126
+ scheduler: null
127
+ output_dir: !!python/object/apply:pathlib.PosixPath
128
+ - outputs
129
+ pipeline: !!python/object:nerfstudio.pipelines.base_pipeline.VanillaPipelineConfig
130
+ _target: !!python/name:nerfstudio.pipelines.base_pipeline.VanillaPipeline ''
131
+ datamanager: !!python/object:nerfstudio.data.datamanagers.full_images_datamanager.FullImageDatamanagerConfig
132
+ _target: !!python/name:nerfstudio.data.datamanagers.full_images_datamanager.FullImageDatamanager ''
133
+ cache_compressed_images: false
134
+ cache_images: gpu
135
+ cache_images_type: uint8
136
+ camera_res_scale_factor: 1.0
137
+ data: null
138
+ dataloader_num_workers: 4
139
+ dataparser: !!python/object:nerfstudio.data.dataparsers.colmap_dataparser.ColmapDataParserConfig
140
+ _target: !!python/name:nerfstudio.data.dataparsers.colmap_dataparser.ColmapDataParser ''
141
+ assume_colmap_world_coordinate_convention: true
142
+ auto_scale_poses: true
143
+ center_method: poses
144
+ colmap_path: !!python/object/apply:pathlib.PosixPath
145
+ - colmap
146
+ - sparse
147
+ - '0'
148
+ data: !!python/object/apply:pathlib.PosixPath
149
+ - data
150
+ - robot_data3
151
+ depth_unit_scale_factor: 0.001
152
+ depths_path: null
153
+ downscale_factor: 1
154
+ downscale_rounding_mode: floor
155
+ eval_interval: 8
156
+ eval_mode: interval
157
+ images_path: !!python/object/apply:pathlib.PosixPath
158
+ - images
159
+ load_3D_points: true
160
+ masks_path: null
161
+ max_2D_matches_per_3D_point: 0
162
+ orientation_method: up
163
+ scale_factor: 1.0
164
+ scene_scale: 1.0
165
+ tiling_factor: 1
166
+ train_split_fraction: 0.9
167
+ eval_num_images_to_sample_from: -1
168
+ eval_num_times_to_repeat_images: -1
169
+ fps_reset_every: 100
170
+ images_on_gpu: false
171
+ masks_on_gpu: false
172
+ max_thread_workers: null
173
+ prefetch_factor: 4
174
+ train_cameras_sampling_seed: 42
175
+ train_cameras_sampling_strategy: random
176
+ model: !!python/object:nerfstudio.models.splatfacto.SplatfactoModelConfig
177
+ _target: !!python/name:nerfstudio.models.splatfacto.SplatfactoModel ''
178
+ background_color: random
179
+ camera_optimizer: !!python/object:nerfstudio.cameras.camera_optimizers.CameraOptimizerConfig
180
+ _target: !!python/name:nerfstudio.cameras.camera_optimizers.CameraOptimizer ''
181
+ mode: 'off'
182
+ optimizer: null
183
+ rot_l2_penalty: 0.001
184
+ scheduler: null
185
+ trans_l2_penalty: 0.01
186
+ collider_params:
187
+ far_plane: 6.0
188
+ near_plane: 2.0
189
+ color_corrected_metrics: false
190
+ cull_alpha_thresh: 0.1
191
+ cull_scale_thresh: 0.5
192
+ cull_screen_size: 0.15
193
+ densify_grad_thresh: 0.0008
194
+ densify_size_thresh: 0.01
195
+ enable_collider: true
196
+ eval_num_rays_per_chunk: 4096
197
+ grid_shape: !!python/tuple
198
+ - 16
199
+ - 16
200
+ - 8
201
+ loss_coefficients:
202
+ rgb_loss_coarse: 1.0
203
+ rgb_loss_fine: 1.0
204
+ max_gauss_ratio: 10.0
205
+ max_gs_num: 1000000
206
+ mcmc_opacity_reg: 0.01
207
+ mcmc_scale_reg: 0.01
208
+ n_split_samples: 2
209
+ noise_lr: 500000.0
210
+ num_downscales: 2
211
+ num_random: 50000
212
+ output_depth_during_training: false
213
+ prompt: null
214
+ random_init: false
215
+ random_scale: 10.0
216
+ rasterize_mode: classic
217
+ refine_every: 100
218
+ reset_alpha_every: 30
219
+ resolution_schedule: 3000
220
+ sh_degree: 3
221
+ sh_degree_interval: 1000
222
+ split_screen_size: 0.05
223
+ ssim_lambda: 0.2
224
+ stop_screen_size_at: 4000
225
+ stop_split_at: 15000
226
+ strategy: default
227
+ use_absgrad: true
228
+ use_bilateral_grid: false
229
+ use_scale_regularization: false
230
+ warmup_length: 500
231
+ project_name: nerfstudio-project
232
+ prompt: null
233
+ relative_model_dir: !!python/object/apply:pathlib.PosixPath
234
+ - nerfstudio_models
235
+ save_only_latest_checkpoint: true
236
+ start_paused: false
237
+ steps_per_eval_all_images: 1000
238
+ steps_per_eval_batch: 0
239
+ steps_per_eval_image: 100
240
+ steps_per_save: 2000
241
+ timestamp: 2026-03-10_070926
242
+ use_grad_scaler: false
243
+ viewer: !!python/object:nerfstudio.configs.base_config.ViewerConfig
244
+ camera_frustum_scale: 0.1
245
+ default_composite_depth: true
246
+ image_format: jpeg
247
+ jpeg_quality: 75
248
+ make_share_url: false
249
+ max_num_display_images: 512
250
+ num_rays_per_chunk: 32768
251
+ quit_on_train_completion: false
252
+ relative_log_filename: viewer_log_filename.txt
253
+ websocket_host: 0.0.0.0
254
+ websocket_port: null
255
+ websocket_port_default: 7007
256
+ vis: viewer+wandb
circuit_data1/outputs/splatfacto/2026-03-10_070926/dataparser_transforms.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "transform": [
3
+ [
4
+ 0.9784600734710693,
5
+ -0.20636433362960815,
6
+ 0.005449836142361164,
7
+ -0.4741067588329315
8
+ ],
9
+ [
10
+ 0.005449836142361164,
11
+ 0.05221235379576683,
12
+ 0.9986211061477661,
13
+ -0.11240027844905853
14
+ ],
15
+ [
16
+ -0.20636433362960815,
17
+ -0.9770811796188354,
18
+ 0.05221235379576683,
19
+ 0.5911481380462646
20
+ ]
21
+ ],
22
+ "scale": 0.22240158700717413
23
+ }
circuit_data1/outputs/splatfacto/2026-03-10_070926/nerfstudio_models/step-000029999.ckpt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:34eb93d55ba5f2f1484126b9f92c4ba22e2fe6f92544959cbc8636c6856b9b2a
3
+ size 667683430
circuit_data1/outputs/splatfacto/2026-03-10_070926/splat/splat.ply ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f347ecbe21af423be21fba0f854f24bab975e4452c63519d93ae1e7a0de9b67
3
+ size 230396321