dataset_name = dtu
datadir = ./data/rs_dtu_4/DTU/scan21
expname =  test
basedir = ./log_dtu
train_frame_num = [22, 25]
test_frame_num = [24, 26]
# test_frame_num = [20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35]

ndc_ray = 0

n_iters = 5000
batch_size = 2048
novel_batch_size = 2048

N_voxel_init = 2097156 # 128**3
N_voxel_final = 27000000 # 640**3
upsamp_list = [1000,1500,2000,2250,3500]
update_AlphaMask_list = [1000,2000]
down_sampling_ratio = [4, 16]

N_vis = -1 # vis all testing images
vis_every = 2000

render_test = 1
render_path = 1

n_lamb_sigma = [16,16,16]
n_lamb_sh = [48,48,48]
model_name = TensorVMSplit


shadingMode = MLP_Fea
fea2denseAct = softplus

view_pe = 1
fea_pe = 1

MR_color_weight = 5
LR_color_weight = 5

TV_weight_density = 5
TV_weight_app = 0.5
TV_weight_color_density = 1

rm_weight_mask_thre = 1e-4

## loss weight
Sparse_Depth_weight = 5.0

Self_Depth_weight = 1.0
self_depth_start_iter = 1000
reprojection_error_thr = 0.1
warping_patch_size = 5

Dist_weight = 0.0001
Depth_Smooth_weight = 1

Occ_loss_weight = 0.1
reg_rate = 0.3
wb_prior = True
wb_rate = 0.3

lr_init = 0.04
lr_basis = 2e-3
lr_decay_target_ratio = 0.05


