escontra commited on
Commit
6b8038f
·
1 Parent(s): 331e0a5
raw.glb ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e89c772048b28ada0166a7d00e834f66c38010b657cbd77c89bb8a9d39e61d3
3
+ size 12641552
splatfacto/config.yml ADDED
@@ -0,0 +1,253 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ !!python/object:nerfstudio.engine.trainer.TrainerConfig
2
+ _target: !!python/name:nerfstudio.engine.trainer.Trainer ''
3
+ data: null
4
+ experiment_name: ''
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
+ - /
129
+ - home
130
+ - root-desktop
131
+ - ULI_DATA
132
+ - amazon_space
133
+ pipeline: !!python/object:nerfstudio.pipelines.base_pipeline.VanillaPipelineConfig
134
+ _target: !!python/name:nerfstudio.pipelines.base_pipeline.VanillaPipeline ''
135
+ datamanager: !!python/object:nerfstudio.data.datamanagers.full_images_datamanager.FullImageDatamanagerConfig
136
+ _target: !!python/name:nerfstudio.data.datamanagers.full_images_datamanager.FullImageDatamanager ''
137
+ cache_compressed_images: true
138
+ cache_images: cpu
139
+ cache_images_type: uint8
140
+ camera_res_scale_factor: 1.0
141
+ data: null
142
+ dataloader_num_workers: 4
143
+ dataparser: !!python/object:nerfstudio.data.dataparsers.nerfstudio_dataparser.NerfstudioDataParserConfig
144
+ _target: !!python/name:nerfstudio.data.dataparsers.nerfstudio_dataparser.Nerfstudio ''
145
+ auto_scale_poses: true
146
+ center_method: poses
147
+ data: !!python/object/apply:pathlib.PosixPath
148
+ - /
149
+ - home
150
+ - root-desktop
151
+ - ULI_DATA
152
+ - amazon_space
153
+ depth_unit_scale_factor: 0.001
154
+ downscale_factor: null
155
+ eval_interval: 8
156
+ eval_mode: fraction
157
+ load_3D_points: true
158
+ mask_color: null
159
+ orientation_method: up
160
+ scale_factor: 1.0
161
+ scene_scale: 1.0
162
+ train_split_fraction: 1.0
163
+ eval_num_images_to_sample_from: -1
164
+ eval_num_times_to_repeat_images: -1
165
+ fps_reset_every: 100
166
+ images_on_gpu: false
167
+ masks_on_gpu: false
168
+ max_thread_workers: null
169
+ prefetch_factor: 4
170
+ train_cameras_sampling_seed: 42
171
+ train_cameras_sampling_strategy: random
172
+ model: !!python/object:nerfstudio.models.splatfacto.SplatfactoModelConfig
173
+ _target: !!python/name:nerfstudio.models.splatfacto.SplatfactoModel ''
174
+ background_color: random
175
+ camera_optimizer: !!python/object:nerfstudio.cameras.camera_optimizers.CameraOptimizerConfig
176
+ _target: !!python/name:nerfstudio.cameras.camera_optimizers.CameraOptimizer ''
177
+ mode: SO3xR3
178
+ optimizer: null
179
+ rot_l2_penalty: 0.001
180
+ scheduler: null
181
+ trans_l2_penalty: 0.01
182
+ collider_params:
183
+ far_plane: 6.0
184
+ near_plane: 2.0
185
+ color_corrected_metrics: false
186
+ cull_alpha_thresh: 0.005
187
+ cull_scale_thresh: 0.5
188
+ cull_screen_size: 0.15
189
+ densify_grad_thresh: 0.0006
190
+ densify_size_thresh: 0.001
191
+ enable_bg_model: false
192
+ enable_collider: true
193
+ eval_num_rays_per_chunk: 4096
194
+ grid_shape: !!python/tuple
195
+ - 16
196
+ - 16
197
+ - 8
198
+ loss_coefficients:
199
+ rgb_loss_coarse: 1.0
200
+ rgb_loss_fine: 1.0
201
+ max_gauss_ratio: 10.0
202
+ max_gs_num: 1000000
203
+ mcmc_opacity_reg: 0.01
204
+ mcmc_scale_reg: 0.01
205
+ n_split_samples: 2
206
+ noise_lr: 500000.0
207
+ num_downscales: 0
208
+ num_random: 100000
209
+ output_depth_during_training: true
210
+ prompt: null
211
+ random_init: false
212
+ random_scale: 5.0
213
+ rasterize_mode: antialiased
214
+ refine_every: 100
215
+ reset_alpha_every: 30
216
+ resolution_schedule: 3000
217
+ sh_degree: 3
218
+ sh_degree_interval: 1000
219
+ split_screen_size: 0.05
220
+ ssim_lambda: 0.2
221
+ stop_screen_size_at: 4000
222
+ stop_split_at: 25000
223
+ strategy: mcmc
224
+ use_absgrad: true
225
+ use_bilateral_grid: true
226
+ use_scale_regularization: true
227
+ warmup_length: 400
228
+ project_name: nerfstudio-project
229
+ prompt: null
230
+ relative_model_dir: !!python/object/apply:pathlib.PosixPath
231
+ - nerfstudio_models
232
+ save_only_latest_checkpoint: true
233
+ start_paused: false
234
+ steps_per_eval_all_images: 1000
235
+ steps_per_eval_batch: 0
236
+ steps_per_eval_image: 100
237
+ steps_per_save: 2000
238
+ timestamp: ''
239
+ use_grad_scaler: false
240
+ viewer: !!python/object:nerfstudio.configs.base_config.ViewerConfig
241
+ camera_frustum_scale: 0.1
242
+ default_composite_depth: true
243
+ image_format: jpeg
244
+ jpeg_quality: 75
245
+ make_share_url: false
246
+ max_num_display_images: 512
247
+ num_rays_per_chunk: 32768
248
+ quit_on_train_completion: true
249
+ relative_log_filename: viewer_log_filename.txt
250
+ websocket_host: 0.0.0.0
251
+ websocket_port: null
252
+ websocket_port_default: 7007
253
+ vis: viewer
splatfacto/dataparser_transforms.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "transform": [
3
+ [
4
+ 1.0,
5
+ 0.0,
6
+ 0.0,
7
+ 1.1243269443511963
8
+ ],
9
+ [
10
+ 0.0,
11
+ 1.0,
12
+ 0.0,
13
+ -0.026790836825966835
14
+ ],
15
+ [
16
+ 0.0,
17
+ 0.0,
18
+ 1.0,
19
+ -0.15214495360851288
20
+ ]
21
+ ],
22
+ "scale": 0.3393253545608001
23
+ }
splatfacto/splat.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "scale": 0.3393253545608001,
3
+ "transform": [
4
+ [
5
+ 1.0,
6
+ 0.0,
7
+ 0.0,
8
+ 1.1243269443511963
9
+ ],
10
+ [
11
+ 0.0,
12
+ 1.0,
13
+ 0.0,
14
+ -0.026790836825966835
15
+ ],
16
+ [
17
+ 0.0,
18
+ 0.0,
19
+ 1.0,
20
+ -0.15214495360851288
21
+ ]
22
+ ]
23
+ }
splatfacto/splat.ply ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:be0980adf7e5723b1e5ce982344021d644839a7064d571df685d640ec18bb2f8
3
+ size 246007425