Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nianchen Deng
deeplightfield
Commits
6294701e
Commit
6294701e
authored
Jan 17, 2022
by
Nianchen Deng
Browse files
sync
parent
2824f796
Changes
399
Hide whitespace changes
Inline
Side-by-side
configs/
snerf_voxels_fine
.json
→
configs/
_todo/_cascade_hr
.json
View file @
6294701e
...
@@ -2,20 +2,24 @@
...
@@ -2,20 +2,24 @@
"model"
:
"SNeRF"
,
"model"
:
"SNeRF"
,
"args"
:
{
"args"
:
{
"color"
:
"rgb"
,
"color"
:
"rgb"
,
"n_pot_encode"
:
10
,
"encode_x"
:
10
,
"n_dir_encode"
:
4
,
"encode_d"
:
4
,
"fc_params"
:
{
"core_params"
:
{
"nf"
:
512
,
"nf"
:
256
,
"n_layers"
:
8
,
"n_layers"
:
4
"activation"
:
"relu"
,
"skips"
:
[
4
]
},
},
"n_featdim"
:
0
,
"n_featdim"
:
0
,
"space"
:
"voxels"
,
"space"
:
"voxels"
,
"steps"
:
[
32
,
128
,
64
],
"steps"
:
[
32
,
128
,
64
],
"n_samples"
:
128
,
"n_samples"
:
128
,
"perturb_sample"
:
true
,
"coarse"
:
"_nets/mr_view_t0.8_r360x140_train/_cascade_mr"
"raymarching_tolerance"
:
0
,
},
"raymarching_chunk_size"
:
-1
"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
configs/
snerfadv_voxels+ls3
.json
→
configs/
_todo/_cascade_hr_cnerf_iocs
.json
View file @
6294701e
{
{
"model"
:
"SNeRF
Advance
"
,
"model"
:
"S
C
NeRF"
,
"args"
:
{
"args"
:
{
"color"
:
"rgb"
,
"color"
:
"rgb"
,
"n_pot_encode"
:
10
,
"encode_x"
:
10
,
"n_dir_encode"
:
4
,
"encode_d"
:
4
,
"density_net"
:
{
"core_params"
:
{
"nf"
:
256
,
"n_layers"
:
3
,
"act"
:
"relu"
,
"skips"
:
[]
},
"color_net"
:
{
"nf"
:
256
,
"nf"
:
256
,
"n_layers"
:
4
,
"n_layers"
:
4
,
"act"
:
"relu"
,
"act"
:
"relu"
,
"skips"
:
[]
"skips"
:
[]
},
},
"specular_net"
:
{
"nf"
:
128
,
"n_layers"
:
1
,
"act"
:
"relu"
},
"n_featdim"
:
0
,
"n_featdim"
:
0
,
"space"
:
"voxels"
,
"space"
:
"_nets/mr_view_t0.8_r360x140_train/_cascade_mr_cnerf_iocs"
,
"steps"
:
[
4
,
16
,
8
],
"n_samples"
:
256
,
"n_samples"
:
16
,
"coarse"
:
"_nets/mr_view_t0.8_r360x140_train/_cascade_mr_cnerf_iocs"
,
"perturb_sample"
:
true
,
"interp_on_coarse"
:
true
"appearance"
:
"combined"
,
},
"density_color_connection"
:
true
,
"train"
:
{
"max_epochs"
:
30
,
"prune_epochs"
:
[
5
],
"split_epochs"
:
[
10
],
"checkpoint_interval"
:
10
,
"density_regularization_weight"
:
1e-4
,
"density_regularization_weight"
:
1e-4
,
"density_regularization_scale"
:
1e4
"density_regularization_scale"
:
1e4
}
}
...
...
configs/_todo/_cascade_lr.json
0 → 100644
View file @
6294701e
{
"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
configs/
snerfadv_finevoxels+ls_256x4_256x6_combined
.json
→
configs/
_todo/_cascade_mr
.json
View file @
6294701e
{
{
"model"
:
"SNeRF
Advance
"
,
"model"
:
"SNeRF"
,
"args"
:
{
"args"
:
{
"color"
:
"rgb"
,
"color"
:
"rgb"
,
"
n_pot_
encode"
:
10
,
"encode
_x
"
:
10
,
"
n_dir_
encode"
:
4
,
"encode
_d
"
:
4
,
"
density_net
"
:
{
"
core_params
"
:
{
"nf"
:
256
,
"nf"
:
256
,
"n_layers"
:
4
,
"n_layers"
:
2
,
"act"
:
"relu"
,
"skips"
:
[]
},
"color_net"
:
{
"nf"
:
256
,
"n_layers"
:
6
,
"act"
:
"relu"
,
"act"
:
"relu"
,
"skips"
:
[]
"skips"
:
[]
},
},
"n_featdim"
:
0
,
"n_featdim"
:
0
,
"space"
:
"voxels"
,
"space"
:
"voxels"
,
"steps"
:
[
16
,
64
,
32
],
"steps"
:
[
16
,
64
,
32
],
"n_samples"
:
64
,
"n_samples"
:
64
"perturb_sample"
:
true
,
"raymarching_tolerance"
:
0
,
"raymarching_chunk_size"
:
-1
,
"density_regularization_weight"
:
1e-4
,
"density_regularization_weight"
:
1e-4
,
"density_regularization_scale"
:
1e4
,
"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
configs/_todo/_cascade_mr_cnerf.json
0 → 100644
View file @
6294701e
{
"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
configs/_todo/_cascade_mr_cnerf_iocs.json
0 → 100644
View file @
6294701e
{
"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
configs/_todo/_cascade_mr_new.json
0 → 100644
View file @
6294701e
{
"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
configs/_todo/_cascade_mr_use_lr_space.json
0 → 100644
View file @
6294701e
{
"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
configs/
snerfadv_voxels+ls5
.json
→
configs/
_todo/_hr_snerf_fast
.json
View file @
6294701e
{
{
"model"
:
"S
NeRFAdvance
"
,
"model"
:
"S
nerfFast
"
,
"args"
:
{
"args"
:
{
"color"
:
"rgb"
,
"color"
:
"rgb"
,
"
n_pot_
encode"
:
10
,
"encode
_x
"
:
6
,
"
n_dir_
encode"
:
4
,
"encode
_d
"
:
0
,
"
density_net
"
:
{
"
core_params
"
:
{
"nf"
:
256
,
"nf"
:
256
,
"n_layers"
:
8
,
"n_layers"
:
8
,
"act"
:
"relu"
,
"act"
:
"relu"
,
"skips"
:
[]
"skips"
:
[]
},
},
"color_net"
:
{
"sample_range"
:
[
1
,
7
],
"nf"
:
256
,
"n_samples"
:
64
,
"n_layers"
:
6
,
"multi_nets"
:
4
"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
,
"density_regularization_weight"
:
1e-4
,
"density_regularization_weight"
:
1e-4
,
"density_regularization_scale"
:
1e4
"density_regularization_scale"
:
1e4
},
"train"
:
{
"max_epochs"
:
50
,
"checkpoint_interval"
:
10
}
}
}
}
\ No newline at end of file
configs/snerfadv_
fine
voxels+ls.json
→
configs/
_todo/_hr_
snerfadv_voxels+ls.json
View file @
6294701e
...
@@ -2,8 +2,8 @@
...
@@ -2,8 +2,8 @@
"model"
:
"SNeRFAdvance"
,
"model"
:
"SNeRFAdvance"
,
"args"
:
{
"args"
:
{
"color"
:
"rgb"
,
"color"
:
"rgb"
,
"
n_pot_
encode"
:
10
,
"encode
_x
"
:
10
,
"
n_dir_
encode"
:
4
,
"encode
_d
"
:
4
,
"density_net"
:
{
"density_net"
:
{
"nf"
:
256
,
"nf"
:
256
,
"n_layers"
:
4
,
"n_layers"
:
4
,
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
},
},
"color_net"
:
{
"color_net"
:
{
"nf"
:
256
,
"nf"
:
256
,
"n_layers"
:
3
,
"n_layers"
:
4
,
"act"
:
"relu"
,
"act"
:
"relu"
,
"skips"
:
[]
"skips"
:
[]
},
},
...
@@ -24,11 +24,16 @@
...
@@ -24,11 +24,16 @@
"n_featdim"
:
0
,
"n_featdim"
:
0
,
"space"
:
"voxels"
,
"space"
:
"voxels"
,
"steps"
:
[
8
,
32
,
16
],
"steps"
:
[
8
,
32
,
16
],
"n_samples"
:
64
,
"n_samples"
:
32
"perturb_sample"
:
true
,
"appearance"
:
"combined"
,
"appearance"
:
"combined"
,
"density_color_connection"
:
true
,
"density_color_connection"
:
true
,
"density_regularization_weight"
:
1e-4
,
"density_regularization_weight"
:
1e-4
,
"density_regularization_scale"
:
1e4
"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
configs/
snerfadv_finevoxels+ls_256x4_256x6_16x2
.json
→
configs/
_todo/_lr_snerf_fast
.json
View file @
6294701e
{
{
"model"
:
"S
NeRFAdvance
"
,
"model"
:
"S
nerfFast
"
,
"args"
:
{
"args"
:
{
"color"
:
"rgb"
,
"color"
:
"rgb"
,
"
n_pot_
encode"
:
10
,
"encode
_x
"
:
6
,
"
n_dir_
encode"
:
4
,
"encode
_d
"
:
0
,
"
density_net
"
:
{
"
core_params
"
:
{
"nf"
:
256
,
"nf"
:
256
,
"n_layers"
:
4
,
"n_layers"
:
2
,
"act"
:
"relu"
,
"skips"
:
[]
},
"color_net"
:
{
"nf"
:
256
,
"n_layers"
:
6
,
"act"
:
"relu"
,
"act"
:
"relu"
,
"skips"
:
[]
"skips"
:
[]
},
},
"specular_net"
:
{
"sample_range"
:
[
1
,
7
],
"nf"
:
16
,
"n_layers"
:
2
,
"act"
:
"relu"
},
"n_featdim"
:
0
,
"space"
:
"voxels"
,
"steps"
:
[
16
,
64
,
32
],
"n_samples"
:
64
,
"n_samples"
:
64
,
"perturb_sample"
:
true
,
"multi_nets"
:
4
"raymarching_tolerance"
:
0
,
"raymarching_chunk_size"
:
-1
,
"density_regularization_weight"
:
1e-4
,
"density_regularization_weight"
:
1e-4
,
"density_regularization_scale"
:
1e4
"density_regularization_scale"
:
1e4
},
"train"
:
{
"max_epochs"
:
50
,
"checkpoint_interval"
:
10
}
}
}
}
\ No newline at end of file
configs/_todo/_lr_snerf_voxels+ls.json
0 → 100644
View file @
6294701e
{
"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
configs/snerf
adv
_voxels+ls.json
→
configs/
_todo/_lr_
snerf_voxels+ls
_128x4
.json
View file @
6294701e
{
{
"model"
:
"SNeRF
Advance
"
,
"model"
:
"SNeRF"
,
"args"
:
{
"args"
:
{
"color"
:
"rgb"
,
"color"
:
"rgb"
,
"
n_pot_
encode"
:
10
,
"encode
_x
"
:
10
,
"
n_dir_
encode"
:
4
,
"encode
_d
"
:
4
,
"
density_net
"
:
{
"
core_params
"
:
{
"nf"
:
256
,
"nf"
:
128
,
"n_layers"
:
4
,
"n_layers"
:
4
,
"act"
:
"relu"
,
"act"
:
"relu"
,
"skips"
:
[]
"skips"
:
[]
},
},
"color_net"
:
{
"nf"
:
256
,
"n_layers"
:
3
,
"act"
:
"relu"
,
"skips"
:
[]
},
"specular_net"
:
{
"nf"
:
128
,
"n_layers"
:
1
,
"act"
:
"relu"
},
"n_featdim"
:
0
,
"n_featdim"
:
0
,
"space"
:
"voxels"
,
"space"
:
"voxels"
,
"steps"
:
[
4
,
16
,
8
],
"steps"
:
[
4
,
16
,
8
],
"n_samples"
:
16
,
"n_samples"
:
16
"perturb_sample"
:
true
,
"appearance"
:
"combined"
,
"density_regularization_weight"
:
1e-4
,
"density_regularization_weight"
:
1e-4
,
"density_regularization_scale"
:
1e4
"density_regularization_scale"
:
1e4
},
"train"
:
{
"max_epochs"
:
50
,
"prune_epochs"
:
[
10
],
"split_epochs"
:
[
10
,
30
],
"checkpoint_interval"
:
10
}
}
}
}
\ No newline at end of file
configs/snerf_voxels+ls
-d
.json
→
configs/
_todo/_lr_
snerf_voxels+ls
_128x8
.json
View file @
6294701e
...
@@ -2,19 +2,25 @@
...
@@ -2,19 +2,25 @@
"model"
:
"SNeRF"
,
"model"
:
"SNeRF"
,
"args"
:
{
"args"
:
{
"color"
:
"rgb"
,
"color"
:
"rgb"
,
"n_pot_encode"
:
10
,
"encode_x"
:
10
,
"fc_params"
:
{
"encode_d"
:
4
,
"nf"
:
256
,
"core_params"
:
{
"nf"
:
128
,
"n_layers"
:
8
,
"n_layers"
:
8
,
"act
ivation
"
:
"relu"
,
"act"
:
"relu"
,
"skips"
:
[
4
]
"skips"
:
[]
},
},
"n_featdim"
:
0
,
"n_featdim"
:
0
,
"space"
:
"voxels"
,
"space"
:
"voxels"
,
"steps"
:
[
4
,
16
,
8
],
"steps"
:
[
4
,
16
,
8
],
"n_samples"
:
16
,
"n_samples"
:
16
"perturb_sample"
:
true
,
"density_regularization_weight"
:
1e-4
,
"density_regularization_weight"
:
1e-4
,
"density_regularization_scale"
:
1e4
"density_regularization_scale"
:
1e4
},
"train"
:
{
"max_epochs"
:
50
,
"prune_epochs"
:
[
10
],
"split_epochs"
:
[
10
,
30
],
"checkpoint_interval"
:
10
}
}
}
}
\ No newline at end of file
configs/_todo/_lr_snerf_voxels+ls_256x4.json
0 → 100644
View file @
6294701e
{
"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
configs/snerfadv_voxels+ls
1
.json
→
configs/
_todo/_lr_
snerfadv_voxels+ls.json
View file @
6294701e
...
@@ -2,33 +2,38 @@
...
@@ -2,33 +2,38 @@
"model"
:
"SNeRFAdvance"
,
"model"
:
"SNeRFAdvance"
,
"args"
:
{
"args"
:
{
"color"
:
"rgb"
,
"color"
:
"rgb"
,
"
n_pot_
encode"
:
10
,
"encode
_x
"
:
10
,
"
n_dir_
encode"
:
4
,
"encode
_d
"
:
4
,
"density_net"
:
{
"density_net"
:
{
"nf"
:
256
,
"nf"
:
128
,
"n_layers"
:
5
,
"n_layers"
:
2
,
"act"
:
"relu"
,
"act"
:
"relu"
,
"skips"
:
[]
"skips"
:
[]
},
},
"color_net"
:
{
"color_net"
:
{
"nf"
:
256
,
"nf"
:
128
,
"n_layers"
:
2
,
"n_layers"
:
2
,
"act"
:
"relu"
,
"act"
:
"relu"
,
"skips"
:
[]
"skips"
:
[]
},
},
"specular_net"
:
{
"specular_net"
:
{
"nf"
:
128
,
"nf"
:
64
,
"n_layers"
:
1
,
"n_layers"
:
1
,
"act"
:
"relu"
"act"
:
"relu"
},
},
"n_featdim"
:
0
,
"n_featdim"
:
0
,
"space"
:
"voxels"
,
"space"
:
"voxels"
,
"steps"
:
[
4
,
16
,
8
],
"steps"
:
[
4
,
16
,
8
],
"n_samples"
:
16
,
"n_samples"
:
16
"perturb_sample"
:
true
,
"appearance"
:
"combined"
,
"appearance"
:
"combined"
,
"density_color_connection"
:
true
,
"density_color_connection"
:
true
,
"density_regularization_weight"
:
1e-4
,
"density_regularization_weight"
:
1e-4
,
"density_regularization_scale"
:
1e4
"density_regularization_scale"
:
1e4
},
"train"
:
{
"max_epochs"
:
50
,
"prune_epochs"
:
[
10
],
"split_epochs"
:
[
10
,
30
],
"checkpoint_interval"
:
10
}
}
}
}
\ No newline at end of file
configs/snerfadv_voxels+ls
2
.json
→
configs/
_todo/_lr_
snerfadv_voxels+ls
_128x4+128x4
.json
View file @
6294701e
...
@@ -2,33 +2,38 @@
...
@@ -2,33 +2,38 @@
"model"
:
"SNeRFAdvance"
,
"model"
:
"SNeRFAdvance"
,
"args"
:
{
"args"
:
{
"color"
:
"rgb"
,
"color"
:
"rgb"
,
"
n_pot_
encode"
:
10
,
"encode
_x
"
:
10
,
"
n_dir_
encode"
:
4
,
"encode
_d
"
:
4
,
"density_net"
:
{
"density_net"
:
{
"nf"
:
256
,
"nf"
:
128
,
"n_layers"
:
4
,
"n_layers"
:
4
,
"act"
:
"relu"
,
"act"
:
"relu"
,
"skips"
:
[]
"skips"
:
[]
},
},
"color_net"
:
{
"color_net"
:
{
"nf"
:
256
,
"nf"
:
128
,
"n_layers"
:
3
,
"n_layers"
:
4
,
"act"
:
"relu"
,
"act"
:
"relu"
,
"skips"
:
[]
"skips"
:
[]
},
},
"specular_net"
:
{
"specular_net"
:
{
"nf"
:
128
,
"nf"
:
64
,
"n_layers"
:
1
,
"n_layers"
:
1
,
"act"
:
"relu"
"act"
:
"relu"
},
},
"n_featdim"
:
0
,
"n_featdim"
:
0
,
"space"
:
"voxels"
,
"space"
:
"voxels"
,
"steps"
:
[
4
,
16
,
8
],
"steps"
:
[
4
,
16
,
8
],
"n_samples"
:
16
,
"n_samples"
:
16
"perturb_sample"
:
true
,
"appearance"
:
"combined"
,
"appearance"
:
"combined"
,
"density_color_connection"
:
true
,
"density_color_connection"
:
true
,
"density_regularization_weight"
:
1e-4
,
"density_regularization_weight"
:
1e-4
,
"density_regularization_scale"
:
1e4
"density_regularization_scale"
:
1e4
},
"train"
:
{
"max_epochs"
:
50
,
"prune_epochs"
:
[
10
],
"split_epochs"
:
[
10
,
30
],
"checkpoint_interval"
:
10
}
}
}
}
\ No newline at end of file
configs/snerf
adv
_voxels+ls
4
.json
→
configs/
_todo/_lr_
snerf
x
_voxels+ls.json
View file @
6294701e
{
{
"model"
:
"SNeRF
Advance
"
,
"model"
:
"SNeRF
X
"
,
"args"
:
{
"args"
:
{
"color"
:
"rgb"
,
"color"
:
"rgb"
,
"
n_pot_
encode"
:
10
,
"encode
_x
"
:
10
,
"
n_dir_
encode"
:
4
,
"encode
_d
"
:
4
,
"
density_net
"
:
{
"
core_params
"
:
{
"nf"
:
256
,
"nf"
:
256
,
"n_layers"
:
2
,
"n_layers"
:
2
,
"act"
:
"relu"
,
"act"
:
"relu"
,
"skips"
:
[]
"skips"
:
[]
},
},
"color_net"
:
{
"nf"
:
256
,
"n_layers"
:
5
,
"act"
:
"relu"
,
"skips"
:
[]
},
"specular_net"
:
{
"nf"
:
128
,
"n_layers"
:
1
,
"act"
:
"relu"
},
"n_featdim"
:
0
,
"n_featdim"
:
0
,
"space"
:
"voxels"
,
"space"
:
"voxels"
,
"steps"
:
[
4
,
16
,
8
],
"steps"
:
[
4
,
16
,
8
],
"n_samples"
:
16
,
"n_samples"
:
16
"perturb_sample"
:
true
,
"appearance"
:
"combined"
,
"density_color_connection"
:
true
,
"density_regularization_weight"
:
1e-4
,
"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
configs/_todo/_mr_snerf_fast.json
0 → 100644
View file @
6294701e
{
"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
configs/_todo/_mr_snerfadvx2_voxels+ls_128x2+128x2.json
0 → 100644
View file @
6294701e
{
"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
Prev
1
2
3
4
5
6
…
20
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment