@@ -95,18 +95,18 @@ generic_model_args:
95
95
append_coarse_samples_to_fine : true
96
96
density_noise_std_train : 0.0
97
97
return_weights : false
98
- raymarcher_EmissionAbsorptionRaymarcher_args :
98
+ raymarcher_CumsumRaymarcher_args :
99
99
surface_thickness : 1
100
100
bg_color :
101
101
- 0.0
102
- background_opacity : 10000000000 .0
102
+ background_opacity : 0 .0
103
103
density_relu : true
104
104
blend_output : false
105
- raymarcher_CumsumRaymarcher_args :
105
+ raymarcher_EmissionAbsorptionRaymarcher_args :
106
106
surface_thickness : 1
107
107
bg_color :
108
108
- 0.0
109
- background_opacity : 0 .0
109
+ background_opacity : 10000000000 .0
110
110
density_relu : true
111
111
blend_output : false
112
112
renderer_SignedDistanceFunctionRenderer_args :
@@ -157,17 +157,12 @@ generic_model_args:
157
157
view_sampler_args :
158
158
masked_sampling : false
159
159
sampling_mode : bilinear
160
- feature_aggregator_IdentityFeatureAggregator_args :
161
- exclude_target_view : true
162
- exclude_target_view_mask_features : true
163
- concatenate_output : true
164
- feature_aggregator_ReductionFeatureAggregator_args :
160
+ feature_aggregator_AngleWeightedIdentityFeatureAggregator_args :
165
161
exclude_target_view : true
166
162
exclude_target_view_mask_features : true
167
163
concatenate_output : true
168
- reduction_functions :
169
- - AVG
170
- - STD
164
+ weight_by_ray_angle_gamma : 1.0
165
+ min_ray_angle_weight : 0.1
171
166
feature_aggregator_AngleWeightedReductionFeatureAggregator_args :
172
167
exclude_target_view : true
173
168
exclude_target_view_mask_features : true
@@ -177,12 +172,17 @@ generic_model_args:
177
172
- STD
178
173
weight_by_ray_angle_gamma : 1.0
179
174
min_ray_angle_weight : 0.1
180
- feature_aggregator_AngleWeightedIdentityFeatureAggregator_args :
175
+ feature_aggregator_IdentityFeatureAggregator_args :
181
176
exclude_target_view : true
182
177
exclude_target_view_mask_features : true
183
178
concatenate_output : true
184
- weight_by_ray_angle_gamma : 1.0
185
- min_ray_angle_weight : 0.1
179
+ feature_aggregator_ReductionFeatureAggregator_args :
180
+ exclude_target_view : true
181
+ exclude_target_view_mask_features : true
182
+ concatenate_output : true
183
+ reduction_functions :
184
+ - AVG
185
+ - STD
186
186
implicit_function_IdrFeatureField_args :
187
187
feature_vector_size : 3
188
188
d_in : 3
@@ -203,42 +203,44 @@ generic_model_args:
203
203
n_harmonic_functions_xyz : 0
204
204
pooled_feature_dim : 0
205
205
encoding_dim : 0
206
- implicit_function_NeuralRadianceFieldImplicitFunction_args :
206
+ implicit_function_NeRFormerImplicitFunction_args :
207
207
n_harmonic_functions_xyz : 10
208
208
n_harmonic_functions_dir : 4
209
209
n_hidden_neurons_dir : 128
210
210
latent_dim : 0
211
211
input_xyz : true
212
212
xyz_ray_dir_in_camera_coords : false
213
213
color_dim : 3
214
- transformer_dim_down_factor : 1 .0
215
- n_hidden_neurons_xyz : 256
216
- n_layers_xyz : 8
214
+ transformer_dim_down_factor : 2 .0
215
+ n_hidden_neurons_xyz : 80
216
+ n_layers_xyz : 2
217
217
append_xyz :
218
- - 5
219
- implicit_function_NeRFormerImplicitFunction_args :
218
+ - 1
219
+ implicit_function_NeuralRadianceFieldImplicitFunction_args :
220
220
n_harmonic_functions_xyz : 10
221
221
n_harmonic_functions_dir : 4
222
222
n_hidden_neurons_dir : 128
223
223
latent_dim : 0
224
224
input_xyz : true
225
225
xyz_ray_dir_in_camera_coords : false
226
226
color_dim : 3
227
- transformer_dim_down_factor : 2 .0
228
- n_hidden_neurons_xyz : 80
229
- n_layers_xyz : 2
227
+ transformer_dim_down_factor : 1 .0
228
+ n_hidden_neurons_xyz : 256
229
+ n_layers_xyz : 8
230
230
append_xyz :
231
- - 1
232
- implicit_function_SRNImplicitFunction_args :
233
- raymarch_function_args :
231
+ - 5
232
+ implicit_function_SRNHyperNetImplicitFunction_args :
233
+ hypernet_args :
234
234
n_harmonic_functions : 3
235
235
n_hidden_units : 256
236
236
n_layers : 2
237
+ n_hidden_units_hypernet : 256
238
+ n_layers_hypernet : 1
237
239
in_features : 3
238
240
out_features : 256
241
+ latent_dim_hypernet : 0
239
242
latent_dim : 0
240
243
xyz_in_camera_coords : false
241
- raymarch_function : null
242
244
pixel_generator_args :
243
245
n_harmonic_functions : 4
244
246
n_hidden_units : 256
@@ -247,18 +249,16 @@ generic_model_args:
247
249
in_features : 256
248
250
out_features : 3
249
251
ray_dir_in_camera_coords : false
250
- implicit_function_SRNHyperNetImplicitFunction_args :
251
- hypernet_args :
252
+ implicit_function_SRNImplicitFunction_args :
253
+ raymarch_function_args :
252
254
n_harmonic_functions : 3
253
255
n_hidden_units : 256
254
256
n_layers : 2
255
- n_hidden_units_hypernet : 256
256
- n_layers_hypernet : 1
257
257
in_features : 3
258
258
out_features : 256
259
- latent_dim_hypernet : 0
260
259
latent_dim : 0
261
260
xyz_in_camera_coords : false
261
+ raymarch_function : null
262
262
pixel_generator_args :
263
263
n_harmonic_functions : 4
264
264
n_hidden_units : 256
@@ -282,6 +282,13 @@ solver_args:
282
282
data_source_args :
283
283
dataset_map_provider_class_type : ???
284
284
data_loader_map_provider_class_type : SequenceDataLoaderMapProvider
285
+ dataset_map_provider_BlenderDatasetMapProvider_args :
286
+ base_dir : ???
287
+ object_name : ???
288
+ path_manager_factory_class_type : PathManagerFactory
289
+ n_known_frames_for_test : null
290
+ path_manager_factory_PathManagerFactory_args :
291
+ silence_logs : true
285
292
dataset_map_provider_JsonIndexDatasetMapProvider_args :
286
293
category : ???
287
294
task_str : singlesequence
@@ -317,6 +324,13 @@ data_source_args:
317
324
sort_frames : false
318
325
path_manager_factory_PathManagerFactory_args :
319
326
silence_logs : true
327
+ dataset_map_provider_LlffDatasetMapProvider_args :
328
+ base_dir : ???
329
+ object_name : ???
330
+ path_manager_factory_class_type : PathManagerFactory
331
+ n_known_frames_for_test : null
332
+ path_manager_factory_PathManagerFactory_args :
333
+ silence_logs : true
320
334
data_loader_map_provider_SequenceDataLoaderMapProvider_args :
321
335
batch_size : 1
322
336
num_workers : 0
0 commit comments