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
1bc644a1
Commit
1bc644a1
authored
Sep 28, 2022
by
Nianchen Deng
Browse files
sync
parent
6294701e
Changes
459
Hide whitespace changes
Inline
Side-by-side
configs/old/nerf_simple.json
0 → 100644
View file @
1bc644a1
{
"model"
:
[
"NeRF"
,
{
"color"
:
"rgb"
,
"sampler"
:
{
"range"
:
[
0
,
10
],
"n_samples"
:
256
},
"encoder_x"
:
[
"Freq"
,
{
"freqs"
:
10
,
"cat_input"
:
true
}],
"encoder_d"
:
[
"Freq"
,
{
"freqs"
:
4
,
"angular"
:
true
}],
"field"
:
{
"shape"
:
[
8
,
256
],
"skips"
:
[
4
]
},
"color_decoder"
:
"NeRF"
,
"cascade"
:
false
}],
"train"
:
[
"Trainer"
,
{
"max_epochs"
:
20
,
"opti"
:
[
"Adam"
,
{
"lr"
:
5e-4
}],
"loss"
:
{
"Color_L2"
:
"mse_loss(color, gt_color)"
//
"Density_Reg"
:
[
"cauchy_loss(energies)"
,
{
"weight"
:
1e-4
,
"s"
:
1e4
}]
}
}]
}
\ No newline at end of file
configs/nerf_voxels.json
→
configs/
old/
nerf_voxels.json
View file @
1bc644a1
{
"
model"
:
"NeRF
"
,
"
parent"
:
"nerf_default
"
,
"args"
:
{
"color"
:
"rgb"
,
"encode_x"
:
10
,
"encode_d"
:
4
,
"core_params"
:
{
"nf"
:
256
,
"n_layers"
:
8
,
"skips"
:
[
4
]
},
"n_featdim"
:
0
,
"space"
:
"voxels"
,
"voxel_size"
:
0.5
,
"sample_range"
:
[
0
,
10
],
"n_samples"
:
50
},
"train"
:
{
...
...
configs/old/nerf_voxels_mhe.json
0 → 100644
View file @
1bc644a1
{
"parent"
:
"nerf_mhe"
,
"args"
:
{
"space"
:
"voxels"
,
"voxel_size"
:
0.05
},
"train"
:
{
"max_epochs"
:
10
,
"prune_epochs"
:
[
2
],
"density_regularization_weight"
:
1e-4
,
"density_regularization_scale"
:
1e4
}
}
\ No newline at end of file
configs/old/nerfadv_default.json
0 → 100644
View file @
1bc644a1
{
"parent"
:
"nerf_default"
,
"args"
:
{
"core"
:
"nerfadv"
,
"core_params"
:
{
"density_net"
:
{
"nf"
:
256
,
"n_layers"
:
4
,
"act"
:
"leakyrelu"
},
"color_net"
:
{
"nf"
:
256
,
"n_layers"
:
3
,
"act"
:
"leakyrelu"
},
"specular_net"
:
{
"nf"
:
128
,
"n_layers"
:
1
,
"act"
:
"leakyrelu"
},
"appearance"
:
"combined"
}
}
}
\ No newline at end of file
configs/old/nerfadv_mhe.json
0 → 100644
View file @
1bc644a1
{
"parent"
:
"nerfadv_default"
,
"args"
:
{
"encode_x"
:
[
"MultiresHash"
,
{
"layers"
:
16
,
"log2_hashsize"
:
19
,
"features"
:
2
,
"res0"
:
16
}],
"core_params"
:
{
"density_net"
:
{
"nf"
:
64
,
"n_layers"
:
1
,
"act"
:
"leakyrelu"
},
"color_net"
:
{
"nf"
:
64
,
"n_layers"
:
2
,
"act"
:
"leakyrelu"
},
"appearance"
:
"combined"
}
}
}
\ No newline at end of file
configs/
s
nerf_voxels.json
→
configs/
old/
nerf
adv
_voxels.json
View file @
1bc644a1
{
"
model"
:
"NeRF
"
,
"
parent"
:
"nerfadv_default
"
,
"args"
:
{
"spherical"
:
true
,
"color"
:
"rgb"
,
"encode_x"
:
10
,
"encode_d"
:
4
,
"core_params"
:
{
"nf"
:
256
,
"n_layers"
:
8
,
"skips"
:
[
4
]
},
"n_featdim"
:
0
,
"space"
:
"voxels"
,
"
steps"
:
[
4
,
16
,
8
]
,
"n_samples"
:
16
"
voxel_size"
:
0.5
,
"n_samples"
:
32
},
"train"
:
{
"max_epochs"
:
50
,
...
...
configs/old/nerfadv_voxels_mhe.json
0 → 100644
View file @
1bc644a1
{
"parent"
:
"nerfadv_voxels"
,
"args"
:
{
"encode_x"
:
[
"MultiresHash"
,
{
"layers"
:
8
,
"log2_hashsize"
:
19
,
"features"
:
2
,
"res0"
:
16
}],
"core_params"
:
{
"density_net"
:
{
"nf"
:
64
,
"n_layers"
:
1
,
"act"
:
"leakyrelu"
},
"color_net"
:
{
"nf"
:
64
,
"n_layers"
:
2
,
"act"
:
"leakyrelu"
},
"appearance"
:
"combined"
},
"steps"
:
[
16
,
16
,
16
],
"n_samples"
:
64
},
"train"
:
{
"max_epochs"
:
30
,
"prune_epochs"
:
[
5
],
"split_epochs"
:
[
10
]
}
}
\ No newline at end of file
configs/nsvf_default.json
→
configs/
old/
nsvf_default.json
View file @
1bc644a1
File moved
configs/nsvf_voxels.json
→
configs/
old/
nsvf_voxels.json
View file @
1bc644a1
File moved
configs/smnerf_voxels.json
→
configs/
old/
smnerf_voxels.json
View file @
1bc644a1
File moved
configs/smnerfadv_voxels.json
→
configs/
old/
smnerfadv_voxels.json
View file @
1bc644a1
File moved
configs/snerf4_voxels.json
→
configs/
old/
snerf4_voxels.json
View file @
1bc644a1
File moved
configs/old/snerf_voxels.json
0 → 100644
View file @
1bc644a1
{
"parent"
:
"nerf_voxels"
,
"args"
:
{
"spherical"
:
true
,
"space"
:
"voxels"
,
"steps"
:
[
4
,
16
,
8
],
"n_samples"
:
16
}
}
\ No newline at end of file
configs/snerfadv_voxels.json
→
configs/
old/
snerfadv_voxels.json
View file @
1bc644a1
File moved
configs/snerfadvx4_voxels.json
→
configs/
old/
snerfadvx4_voxels.json
View file @
1bc644a1
File moved
configs/old/snerffast.json
0 → 100644
View file @
1bc644a1
{
"model"
:
[
"SnerfFast"
,
{
"color"
:
"rgb"
,
"sampler"
:
{
"n_samples"
:
64
},
"encoder_x"
:
[
"Freq"
,
{
"freqs"
:
6
,
"cat_input"
:
true
}],
"num_fields"
:
4
,
"field"
:
{
"shape"
:
[
8
,
256
],
"skips"
:
[]
}
}],
"train"
:
[
"Trainer"
,
{
"max_epochs"
:
20
,
"opti"
:
[
"Adam"
,
{
"lr"
:
5e-4
}],
"loss"
:
{
"Color_L2"
:
"mse_loss(color, gt_color)"
}
}]
}
\ No newline at end of file
configs/old/snerffast_periph+dr.json
0 → 100644
View file @
1bc644a1
{
"model"
:
[
"SnerfFast"
,
{
"color"
:
"rgb"
,
"sampler"
:
{
"n_samples"
:
32
},
"encoder_x"
:
[
"Freq"
,
{
"freqs"
:
6
,
"cat_input"
:
true
}],
"num_fields"
:
2
,
"field"
:
{
"shape"
:
[
4
,
256
],
"skips"
:
[]
}
}],
"train"
:
[
"Trainer"
,
{
"max_epochs"
:
20
,
"opti"
:
[
"Adam"
,
{
"lr"
:
5e-4
}],
"loss"
:
{
"Color_L2"
:
"mse_loss(color, gt_color)"
,
"Density_Reg"
:
[
"cauchy_loss(energies)"
,
{
"weight"
:
1e-4
,
"s"
:
1e4
}]
}
}]
}
\ No newline at end of file
configs/old/snerffast_periph+dr2.json
0 → 100644
View file @
1bc644a1
{
"model"
:
[
"SnerfFast"
,
{
"color"
:
"rgb"
,
"sampler"
:
{
"n_samples"
:
32
},
"encoder_x"
:
[
"Freq"
,
{
"freqs"
:
6
,
"cat_input"
:
true
}],
"num_fields"
:
2
,
"field"
:
{
"shape"
:
[
4
,
256
],
"skips"
:
[]
}
}],
"train"
:
[
"Trainer"
,
{
"max_epochs"
:
20
,
"opti"
:
[
"Adam"
,
{
"lr"
:
5e-4
}],
"loss"
:
{
"Color_L2"
:
"mse_loss(color, gt_color)"
,
"Density_Reg"
:
[
"cauchy_loss(densities)"
,
{
"s"
:
4
}]
}
}]
}
\ No newline at end of file
configs/old/snerffast_periph.json
0 → 100644
View file @
1bc644a1
{
"model"
:
[
"SnerfFast"
,
{
"color"
:
"rgb"
,
"sampler"
:
{
"n_samples"
:
32
},
"encoder_x"
:
[
"Freq"
,
{
"freqs"
:
6
,
"cat_input"
:
true
}],
"num_fields"
:
2
,
"field"
:
{
"shape"
:
[
4
,
256
],
"skips"
:
[]
}
}],
"train"
:
[
"Trainer"
,
{
"max_epochs"
:
20
,
"opti"
:
[
"Adam"
,
{
"lr"
:
5e-4
}],
"loss"
:
{
"Color_L2"
:
"mse_loss(color, gt_color)"
}
}]
}
\ No newline at end of file
configs/snerfx4_voxels.json
→
configs/
old/
snerfx4_voxels.json
View file @
1bc644a1
File moved
Prev
1
2
3
4
5
6
7
8
…
23
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