-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathconfig.yaml
274 lines (274 loc) · 5.64 KB
/
config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
render_mode: center
basedir: ./log
filter_rays: false
expname: v1_neural_sm1
datadir: /optane/nerf_datasets
render_only: false
render_train: false
render_test: true
render_path: false
add_timestamp: false
nSamples: 1000000.0
N_vis: 5
vis_every: 5000
progress_refresh_rate: 1
rm_weight_mask_thre: 0.0001
step_ratio: 0.5
ckpt: null
lr_decay_iters: 30000
lr_decay_target_ratio: 0.1
lr_upsample_reset: 1
fp16: false
n_bg_iters: 1000
save_often: false
fixed_bg: null
seed: 20211200
gt_bg: null
dataset:
scenedir: nerf_synthetic/car
dataset_name: blender
downsample_train: 1
downsample_test: 1
ndc_ray: false
near_far:
- 2
- 5
stack_norms: false
gt_bg: forest.exr
model:
arch:
_target_: modules.tensor_nerf.TensorNeRF
_partial_: true
recur_alpha_thres: 0.001
lr_scale: 1
infinity_border: false
eval_batch_size: 4096
recur_stepmul: 0.5
hdr: false
bg_noise: 0.0
bg_noise_decay: 0.999
use_predicted_normals: false
orient_world_normals: true
align_pred_norms: true
detach_inter: false
geonorm_iters: -1
geonorm_interp_iters: 1000
contraction: AABB
tonemap:
_target_: modules.tonemap.SRGBTonemap
sampler:
_target_: samplers.alphagrid.AlphaGridSampler
_partial_: true
enable_alpha_mask: true
update_list:
- 2000
- 3000
- 4000
- 5500
- 7000
max_samples: 200000
model:
_partial_: true
_target_: models.microfacet.Microfacet
percent_bright: 0.0
min_rough_start: 0.0
min_rough_decay: 0.999
max_brdf_rays:
- 650000
- 450000
conserve_energy: true
target_num_samples:
- 1000000
russian_roulette: false
max_retrace_rays:
- 1000
start_std: 0.0
std_decay: 1.0
cold_start_bg_iters: 0
detach_N_iters: 0
anoise: 0.25
no_emitters: true
diffuse_mixing_mode: fresnel
freeze: false
rays_per_ray: 128
test_rays_per_ray: 128
brdf_sampler:
_target_: brdf_samplers.ggx.GGXSampler
_partial_: true
brdf:
_target_: modules.brdf.MLPBRDF
_partial_: true
mul_LdotN: false
feape: 0
dotpe: -1
h_encoder:
_target_: modules.ish.ListISH
degs:
- 0
- 1
- 2
- 4
d_encoder:
_target_: modules.ish.ListISH
degs:
- 0
- 1
- 2
- 4
hidden_w: 64
num_layers: 3
initializer: kaiming
bias: 2.444013196872686
activation: sigmoid
lr: 0.001
diffuse_module:
_partial_: true
_target_: modules.render_modules.RandHydraMLPDiffuse
pospe: -1
feape: 0
roughness_view_encoder: null
roughness_cfg:
hidden_w: 64
num_layers: 1
hidden_w: 64
num_layers: 1
initializer: xavier_sigmoid
lr: 0.001
start_roughness: 0.35
tint_bias: 0
diffuse_bias: 2.3266290713419666
diffuse_mul: 1.5
roughness_bias: 0.9577413492262228
visibility_module: null
bg_module:
_target_: modules.integral_equirect.IntegralEquirect
bg_resolution: 512
mipbias: 1
activation: exp
lr: 0.02
init_val: -0.6
mul_lr: 0
brightness_lr: 0
betas:
- 0.9
- 0.99
mul_betas:
- 0.9
- 0.9
mipbias_lr: 0.0001
mipnoise: 0.0
rf:
_partial_: true
_target_: fields.tensoRF.TensorVMSplit
distance_scale: 25
density_n_comp: 16
appearance_n_comp: 24
app_dim: 24
step_ratio: 0.5
density_res_multi: 1
contract_space: false
smoothing: 1
activation: softplus
interp_mode: bilinear
init_mode: rand
d_init_val: 0.1
app_init_val: 0.1
density_shift: -10
numer_grad: true
dbasis: false
grid_size:
- 64
- 64
- 64
N_voxel_init: 262144
N_voxel_final: 27000000
upsamp_list:
- 500
- 1000
- 2000
- 3000
- 4000
- 5500
- 7000
lr: 0.02
lr_net: 0.001
triplanar: false
num_pretrain: 0
calibrate: false
params:
L1_weight_initial: 8.0e-05
L1_weight_rest: 4.0e-05
clip_grad: null
weight_decay: 0
eps: 1.0e-08
betas:
- 0.9
- 0.99
starting_batch_size: 100
min_batch_size: 4096
max_batch_size: 8000
target_num_samples: 200000
TV_weight_density: 0.0
TV_weight_app: 0.0
TV_weight_bg: 0
envmap_lambda: 0
pred_lambda: 0.0003
final_pred_lambda: 0.0003
diffuse_lambda: 0
ori_lambda: 0.1
final_ori_lambda: null
brdf_lambda: 0
normal_err_lambda: 0
distortion_lambda: 0
visibility_lambda: 0
charbonier_eps: 0.001
ortho_weight: 0
N_visibility_rays: 128
n_iters: 30000
charbonier_loss: false
start_density: 0.001
batch_size: 4096
lr: null
lr_init: 1
lr_final: 0.001
lr_delay_mult: 0.1
lr_delay_steps: 100
bg_col: white
field:
_partial_: true
_target_: fields.tensoRF.TensorVMSplit
distance_scale: 25
density_n_comp: 16
appearance_n_comp: 24
app_dim: 24
step_ratio: 0.5
density_res_multi: 1
contract_space: false
smoothing: 1
activation: softplus
interp_mode: bilinear
init_mode: rand
d_init_val: 0.1
app_init_val: 0.1
density_shift: -10
numer_grad: true
dbasis: false
grid_size:
- 64
- 64
- 64
N_voxel_init: 262144
N_voxel_final: 27000000
upsamp_list:
- 500
- 1000
- 2000
- 3000
- 4000
- 5500
- 7000
lr: 0.02
lr_net: 0.001
triplanar: false
num_pretrain: 0
calibrate: false