Commit 6294701e authored by Nianchen Deng's avatar Nianchen Deng
Browse files

sync

parent 2824f796
......@@ -2,20 +2,24 @@
"model": "SNeRF",
"args": {
"color": "rgb",
"n_pot_encode": 10,
"n_dir_encode": 4,
"fc_params": {
"nf": 512,
"n_layers": 8,
"activation": "relu",
"skips": [4]
"encode_x": 10,
"encode_d": 4,
"core_params": {
"nf": 256,
"n_layers": 4
},
"n_featdim": 0,
"space": "voxels",
"steps": [32, 128, 64],
"n_samples": 128,
"perturb_sample": true,
"raymarching_tolerance": 0,
"raymarching_chunk_size": -1
"coarse": "_nets/mr_view_t0.8_r360x140_train/_cascade_mr"
},
"train": {
"max_epochs": 30,
"prune_epochs": [5],
"split_epochs": [10],
"checkpoint_interval": 10,
"density_regularization_weight": 1e-4,
"density_regularization_scale": 1e4
}
}
\ No newline at end of file
{
"model": "SNeRFAdvance",
"model": "SCNeRF",
"args": {
"color": "rgb",
"n_pot_encode": 10,
"n_dir_encode": 4,
"density_net": {
"nf": 256,
"n_layers": 3,
"act": "relu",
"skips": []
},
"color_net": {
"encode_x": 10,
"encode_d": 4,
"core_params": {
"nf": 256,
"n_layers": 4,
"act": "relu",
"skips": []
},
"specular_net": {
"nf": 128,
"n_layers": 1,
"act": "relu"
},
"n_featdim": 0,
"space": "voxels",
"steps": [4, 16, 8],
"n_samples": 16,
"perturb_sample": true,
"appearance": "combined",
"density_color_connection": true,
"space": "_nets/mr_view_t0.8_r360x140_train/_cascade_mr_cnerf_iocs",
"n_samples": 256,
"coarse": "_nets/mr_view_t0.8_r360x140_train/_cascade_mr_cnerf_iocs",
"interp_on_coarse": true
},
"train": {
"max_epochs": 30,
"prune_epochs": [5],
"split_epochs": [10],
"checkpoint_interval": 10,
"density_regularization_weight": 1e-4,
"density_regularization_scale": 1e4
}
......
{
"model": "SNeRF",
"args": {
"spherical": true,
"color": "rgb",
"encode_x": 10,
"encode_d": 4,
"core_params": {
"nf": 256,
"n_layers": 2
},
"space": "voxels",
"steps": [4, 16, 8],
"n_samples": 16
},
"train": {
"max_epochs": 50,
"prune_epochs": [10],
"split_epochs": [10, 30],
"checkpoint_interval": 10,
"density_regularization_weight": 1e-4,
"density_regularization_scale": 1e4
}
}
\ No newline at end of file
{
"model": "SNeRFAdvance",
"model": "SNeRF",
"args": {
"color": "rgb",
"n_pot_encode": 10,
"n_dir_encode": 4,
"density_net": {
"encode_x": 10,
"encode_d": 4,
"core_params": {
"nf": 256,
"n_layers": 4,
"act": "relu",
"skips": []
},
"color_net": {
"nf": 256,
"n_layers": 6,
"n_layers": 2,
"act": "relu",
"skips": []
},
"n_featdim": 0,
"space": "voxels",
"steps": [16, 64, 32],
"n_samples": 64,
"perturb_sample": true,
"raymarching_tolerance": 0,
"raymarching_chunk_size": -1,
"n_samples": 64
"density_regularization_weight": 1e-4,
"density_regularization_scale": 1e4,
"appearance": "combined"
"coarse": "_nets/lr_view_t0.8_r360x80_train/_cascade_lr_noprune"
},
"train": {
"max_epochs": 30,
"prune_epochs": [5],
"split_epochs": [10],
"checkpoint_interval": 10
}
}
\ No newline at end of file
{
"model": "SCNeRF",
"args": {
"spherical": true,
"color": "rgb",
"encode_x": 10,
"encode_d": 4,
"core_params": {
"nf": 256,
"n_layers": 2
},
"space": "_nets/lr_view_t0.8_r360x80_train/_cascade_lr",
"n_samples": 64,
"coarse": "_nets/lr_view_t0.8_r360x80_train/_cascade_lr"
},
"train": {
"max_epochs": 30,
"prune_epochs": [5],
"split_epochs": [10],
"checkpoint_interval": 10,
"density_regularization_weight": 1e-4,
"density_regularization_scale": 1e4
}
}
\ No newline at end of file
{
"model": "SCNeRF",
"args": {
"color": "rgb",
"encode_x": 10,
"encode_d": 4,
"core_params": {
"nf": 256,
"n_layers": 2
},
"n_featdim": 0,
"space": "_nets/lr_view_t0.8_r360x80_train/_cascade_lr",
"n_samples": 64,
"coarse": "_nets/lr_view_t0.8_r360x80_train/_cascade_lr",
"interp_on_coarse": true
},
"train": {
"max_epochs": 30,
"prune_epochs": [5],
"split_epochs": [10],
"checkpoint_interval": 10,
"density_regularization_weight": 1e-4,
"density_regularization_scale": 1e4
}
}
\ No newline at end of file
{
"model": "SCNeRF",
"args": {
"color": "rgb",
"encode_x": 10,
"encode_d": 4,
"core_params": {
"nf": 128,
"n_layers": 4,
"act": "relu",
"skips": []
},
"n_featdim": 0,
"space": "_nets/lr_view_t0.8_r360x80_train/_cascade_lr_new",
"n_samples": 64
"density_regularization_weight": 1e-4,
"density_regularization_scale": 1e-4,
"coarse": "_nets/lr_view_t0.8_r360x80_train/_cascade_lr_new",
"interp_on_coarse": true
},
"train": {
"max_epochs": 30,
"prune_epochs": [5],
"split_epochs": [10, -1],
"checkpoint_interval": 10
}
}
\ No newline at end of file
{
"model": "SNeRF",
"args": {
"color": "rgb",
"encode_x": 10,
"encode_d": 4,
"core_params": {
"nf": 256,
"n_layers": 2,
"act": "relu",
"skips": []
},
"n_featdim": 0,
"space": "_nets/lr_view_t0.8_r360x80_train/_cascade_lr",
"n_samples": 64
"density_regularization_weight": 1e-4,
"density_regularization_scale": 1e4,
"coarse": "_nets/lr_view_t0.8_r360x80_train/_cascade_lr"
},
"train": {
"max_epochs": 30,
"prune_epochs": [5],
"split_epochs": [10],
"checkpoint_interval": 10
}
}
\ No newline at end of file
{
"model": "SNeRFAdvance",
"model": "SnerfFast",
"args": {
"color": "rgb",
"n_pot_encode": 10,
"n_dir_encode": 4,
"density_net": {
"encode_x": 6,
"encode_d": 0,
"core_params": {
"nf": 256,
"n_layers": 8,
"act": "relu",
"skips": []
},
"color_net": {
"nf": 256,
"n_layers": 6,
"act": "relu",
"skips": []
},
"specular_net": {
"nf": 128,
"n_layers": 2,
"act": "relu"
},
"n_featdim": 0,
"space": "voxels",
"steps": [4, 16, 8],
"n_samples": 16,
"perturb_sample": true,
"appearance": "combined",
"density_color_connection": true,
"sample_range": [1, 7],
"n_samples": 64,
"multi_nets": 4
"density_regularization_weight": 1e-4,
"density_regularization_scale": 1e4
},
"train": {
"max_epochs": 50,
"checkpoint_interval": 10
}
}
\ No newline at end of file
......@@ -2,8 +2,8 @@
"model": "SNeRFAdvance",
"args": {
"color": "rgb",
"n_pot_encode": 10,
"n_dir_encode": 4,
"encode_x": 10,
"encode_d": 4,
"density_net": {
"nf": 256,
"n_layers": 4,
......@@ -12,7 +12,7 @@
},
"color_net": {
"nf": 256,
"n_layers": 3,
"n_layers": 4,
"act": "relu",
"skips": []
},
......@@ -24,11 +24,16 @@
"n_featdim": 0,
"space": "voxels",
"steps": [8, 32, 16],
"n_samples": 64,
"perturb_sample": true,
"n_samples": 32
"appearance": "combined",
"density_color_connection": true,
"density_regularization_weight": 1e-4,
"density_regularization_scale": 1e4
},
"train": {
"max_epochs": 60,
"prune_epochs": [5],
"split_epochs": [10, 20, 40],
"checkpoint_interval": 10
}
}
\ No newline at end of file
{
"model": "SNeRFAdvance",
"model": "SnerfFast",
"args": {
"color": "rgb",
"n_pot_encode": 10,
"n_dir_encode": 4,
"density_net": {
"encode_x": 6,
"encode_d": 0,
"core_params": {
"nf": 256,
"n_layers": 4,
"act": "relu",
"skips": []
},
"color_net": {
"nf": 256,
"n_layers": 6,
"n_layers": 2,
"act": "relu",
"skips": []
},
"specular_net": {
"nf": 16,
"n_layers": 2,
"act": "relu"
},
"n_featdim": 0,
"space": "voxels",
"steps": [16, 64, 32],
"sample_range": [1, 7],
"n_samples": 64,
"perturb_sample": true,
"raymarching_tolerance": 0,
"raymarching_chunk_size": -1,
"multi_nets": 4
"density_regularization_weight": 1e-4,
"density_regularization_scale": 1e4
},
"train": {
"max_epochs": 50,
"checkpoint_interval": 10
}
}
\ No newline at end of file
{
"model": "SNeRF",
"args": {
"color": "rgb",
"encode_x": 10,
"encode_d": 4,
"core_params": {
"nf": 256,
"n_layers": 2,
"act": "relu",
"skips": []
},
"n_featdim": 0,
"space": "voxels",
"steps": [4, 16, 8],
"n_samples": 16
"density_regularization_weight": 1e-4,
"density_regularization_scale": 1e4
},
"train": {
"max_epochs": 50,
"prune_epochs": [10],
"split_epochs": [10, 30],
"checkpoint_interval": 10
}
}
\ No newline at end of file
{
"model": "SNeRFAdvance",
"model": "SNeRF",
"args": {
"color": "rgb",
"n_pot_encode": 10,
"n_dir_encode": 4,
"density_net": {
"nf": 256,
"encode_x": 10,
"encode_d": 4,
"core_params": {
"nf": 128,
"n_layers": 4,
"act": "relu",
"skips": []
},
"color_net": {
"nf": 256,
"n_layers": 3,
"act": "relu",
"skips": []
},
"specular_net": {
"nf": 128,
"n_layers": 1,
"act": "relu"
},
"n_featdim": 0,
"space": "voxels",
"steps": [4, 16, 8],
"n_samples": 16,
"perturb_sample": true,
"appearance": "combined",
"n_samples": 16
"density_regularization_weight": 1e-4,
"density_regularization_scale": 1e4
},
"train": {
"max_epochs": 50,
"prune_epochs": [10],
"split_epochs": [10, 30],
"checkpoint_interval": 10
}
}
\ No newline at end of file
......@@ -2,19 +2,25 @@
"model": "SNeRF",
"args": {
"color": "rgb",
"n_pot_encode": 10,
"fc_params": {
"nf": 256,
"encode_x": 10,
"encode_d": 4,
"core_params": {
"nf": 128,
"n_layers": 8,
"activation": "relu",
"skips": [ 4 ]
"act": "relu",
"skips": []
},
"n_featdim": 0,
"space": "voxels",
"steps": [4, 16, 8],
"n_samples": 16,
"perturb_sample": true,
"n_samples": 16
"density_regularization_weight": 1e-4,
"density_regularization_scale": 1e4
},
"train": {
"max_epochs": 50,
"prune_epochs": [10],
"split_epochs": [10, 30],
"checkpoint_interval": 10
}
}
\ No newline at end of file
{
"model": "SNeRF",
"args": {
"color": "rgb",
"encode_x": 10,
"encode_d": 4,
"core_params": {
"nf": 256,
"n_layers": 4,
"act": "relu",
"skips": []
},
"n_featdim": 0,
"space": "voxels",
"steps": [4, 16, 8],
"n_samples": 16
"density_regularization_weight": 1e-4,
"density_regularization_scale": 1e4
},
"train": {
"max_epochs": 50,
"prune_epochs": [10],
"split_epochs": [10, 30],
"checkpoint_interval": 10
}
}
\ No newline at end of file
......@@ -2,33 +2,38 @@
"model": "SNeRFAdvance",
"args": {
"color": "rgb",
"n_pot_encode": 10,
"n_dir_encode": 4,
"encode_x": 10,
"encode_d": 4,
"density_net": {
"nf": 256,
"n_layers": 5,
"nf": 128,
"n_layers": 2,
"act": "relu",
"skips": []
},
"color_net": {
"nf": 256,
"nf": 128,
"n_layers": 2,
"act": "relu",
"skips": []
},
"specular_net": {
"nf": 128,
"nf": 64,
"n_layers": 1,
"act": "relu"
},
"n_featdim": 0,
"space": "voxels",
"steps": [4, 16, 8],
"n_samples": 16,
"perturb_sample": true,
"n_samples": 16
"appearance": "combined",
"density_color_connection": true,
"density_regularization_weight": 1e-4,
"density_regularization_scale": 1e4
},
"train": {
"max_epochs": 50,
"prune_epochs": [10],
"split_epochs": [10, 30],
"checkpoint_interval": 10
}
}
\ No newline at end of file
......@@ -2,33 +2,38 @@
"model": "SNeRFAdvance",
"args": {
"color": "rgb",
"n_pot_encode": 10,
"n_dir_encode": 4,
"encode_x": 10,
"encode_d": 4,
"density_net": {
"nf": 256,
"nf": 128,
"n_layers": 4,
"act": "relu",
"skips": []
},
"color_net": {
"nf": 256,
"n_layers": 3,
"nf": 128,
"n_layers": 4,
"act": "relu",
"skips": []
},
"specular_net": {
"nf": 128,
"nf": 64,
"n_layers": 1,
"act": "relu"
},
"n_featdim": 0,
"space": "voxels",
"steps": [4, 16, 8],
"n_samples": 16,
"perturb_sample": true,
"n_samples": 16
"appearance": "combined",
"density_color_connection": true,
"density_regularization_weight": 1e-4,
"density_regularization_scale": 1e4
},
"train": {
"max_epochs": 50,
"prune_epochs": [10],
"split_epochs": [10, 30],
"checkpoint_interval": 10
}
}
\ No newline at end of file
{
"model": "SNeRFAdvance",
"model": "SNeRFX",
"args": {
"color": "rgb",
"n_pot_encode": 10,
"n_dir_encode": 4,
"density_net": {
"encode_x": 10,
"encode_d": 4,
"core_params": {
"nf": 256,
"n_layers": 2,
"act": "relu",
"skips": []
},
"color_net": {
"nf": 256,
"n_layers": 5,
"act": "relu",
"skips": []
},
"specular_net": {
"nf": 128,
"n_layers": 1,
"act": "relu"
},
"n_featdim": 0,
"space": "voxels",
"steps": [4, 16, 8],
"n_samples": 16,
"perturb_sample": true,
"appearance": "combined",
"density_color_connection": true,
"n_samples": 16
"density_regularization_weight": 1e-4,
"density_regularization_scale": 1e4
"density_regularization_scale": 1e4,
"multi_nets": 2
},
"train": {
"max_epochs": 50,
"prune_epochs": [10],
"split_epochs": [10, 30],
"checkpoint_interval": 10
}
}
\ No newline at end of file
{
"model": "SnerfFast",
"args": {
"color": "rgb",
"encode_x": 6,
"encode_d": 0,
"core_params": {
"nf": 256,
"n_layers": 4,
"act": "relu",
"skips": []
},
"sample_range": [1, 7],
"n_samples": 64,
"multi_nets": 4
"density_regularization_weight": 1e-4,
"density_regularization_scale": 1e4
},
"train": {
"max_epochs": 50,
"checkpoint_interval": 10
}
}
\ No newline at end of file
{
"model": "SNeRFX",
"args": {
"color": "rgb",
"encode_x": 10,
"encode_d": 4,
"core": "nerfadv",
"core_params": {
"density_net": {
"nf": 128,
"n_layers": 2,
"act": "relu",
"skips": []
},
"color_net": {
"nf": 128,
"n_layers": 2,
"act": "relu",
"skips": []
},
"specular_net": {
"nf": 64,
"n_layers": 1,
"act": "relu"
},
"appearance": "combined"
},
"n_featdim": 0,
"space": "voxels",
"steps": [16, 64, 32],
"n_samples": 64,
"multi_nets": 4,
"cut_by": "_nets/lr_view_t0.8_r360x80_train/_lr_snerfadv_voxels+ls_256x2+256x2/checkpoint_50.tar"
},
"train": {
"max_epochs": 50,
"prune_epochs": [10],
"split_epochs": [10, 30],
"checkpoint_interval": 10,
"density_regularization_weight": 1e-4,
"density_regularization_scale": 1e4
}
}
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment