File size: 1,150 Bytes
bb24554
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
Config from configs/dvgo/360_v2.gin

### TnT Specific Arguments

run.dataset_name = "nerf_360_v2"
run.datadir = "data/nerf_360_v2"

LitData.batch_sampler = "all_images"

### NeRF Standard Specific Arguments

LitData.batch_size = 4096
LitData.chunk = 4096
LitData.use_pixel_centers = True
LitData.epoch_size = 40000
LitData.use_near_clip = True

run.max_steps = 40000
run.log_every_n_steps = 100
run.progressbar_refresh_rate = 100
run.model_name = "dvgo"

LitDVGO.bbox_type="unbounded_inward"
LitDVGO.model_type="dcvgo"
LitDVGO.N_iters_coarse=0
LitDVGO.N_rand_fine=4096
LitDVGO.lrate_decay_fine=80
LitDVGO.weight_nearclip_fine=1.0
LitDVGO.weight_distortion_fine=0.01
LitDVGO.pg_scale_fine=[2000, 4000, 6000, 8000, 10000, 12000, 14000, 16000]
LitDVGO.tv_before_fine=20000
LitDVGO.tv_dense_before_fine=20000
LitDVGO.weight_tv_density_fine=1e-6
LitDVGO.weight_tv_k0_fine=1e-7

LitDVGO.num_voxels_fine = 32768000
LitDVGO.num_voxels_base_fine = 32768000
LitDVGO.alpha_init_fine = 1e-4
LitDVGO.stepsize_fine = 0.5
LitDVGO.fast_color_thres_fine = "outdoor_default"
LitDVGO.world_bound_scale_fine = 1.
LitDVGO.contracted_norm_fine = "l2"


### Binded options