Skip to content

Commit

Permalink
add default config
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel03c1 committed Nov 18, 2022
1 parent d082ecf commit 977a1aa
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions TensoRF/configs/default.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
dataset_name = blender
# datadir = ../../nerf_synthetic/chair
expname = tensorf_lego_VM
basedir = ./log

alpha_offset = 1e-4

n_iters = 30000
batch_size = 4096

N_voxel_init = 2097156 # 128**3
N_voxel_final = 27000000 # 300**3
upsamp_list = [2000, 3000, 4000, 5500, 7000]
update_AlphaMask_list = [2000, 4000, 6000, 11000, 16000, 21000, 26000]

N_vis = 5
vis_every = 10000

render_test = 1

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

shadingMode = MLP_Fea
fea2denseAct = softplus

pos_pe = 0
view_pe = 2
fea_pe = 2
featureC = 128

L1_weight_inital = 0
L1_weight_rest = 0
rm_weight_mask_thre = 1e-4

0 comments on commit 977a1aa

Please sign in to comment.