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
5699ccbf
Commit
5699ccbf
authored
Dec 03, 2021
by
Nianchen Deng
Browse files
sync
parent
338ae906
Changes
152
Hide whitespace changes
Inline
Side-by-side
configs/nerfsimple.py
→
configs/
old/
nerfsimple.py
View file @
5699ccbf
File moved
configs/nmsl_fovea.py
→
configs/
old/
nmsl_fovea.py
View file @
5699ccbf
File moved
configs/nnerf.py
→
configs/
old/
nnerf.py
View file @
5699ccbf
File moved
configs/oracle.py
→
configs/
old/
oracle.py
View file @
5699ccbf
File moved
configs/periph.py
→
configs/
old/
periph.py
View file @
5699ccbf
File moved
configs/periph_new.py
→
configs/
old/
periph_new.py
View file @
5699ccbf
File moved
configs/periph_small_trans.py
→
configs/
old/
periph_small_trans.py
View file @
5699ccbf
File moved
configs/snerffast_periph.py
→
configs/
old/
snerffast_periph.py
View file @
5699ccbf
File moved
configs/snerffastx.py
→
configs/
old/
snerffastx.py
View file @
5699ccbf
File moved
configs/snerf_fine_voxels.json
0 → 100644
View file @
5699ccbf
{
"model"
:
"SNeRF"
,
"args"
:
{
"color"
:
"rgb"
,
"n_pot_encode"
:
10
,
"n_dir_encode"
:
4
,
"fc_params"
:
{
"nf"
:
256
,
"n_layers"
:
8
,
"activation"
:
"relu"
,
"skips"
:
[
4
]
},
"n_featdim"
:
0
,
"space"
:
"voxels"
,
"steps"
:
[
8
,
32
,
16
],
"n_samples"
:
16
,
"perturb_sample"
:
true
,
"raymarching_tolerance"
:
0
,
"raymarching_chunk_size"
:
-1
}
}
\ No newline at end of file
configs/snerf_voxels+ls-d.json
0 → 100644
View file @
5699ccbf
{
"model"
:
"SNeRF"
,
"args"
:
{
"color"
:
"rgb"
,
"n_pot_encode"
:
10
,
"fc_params"
:
{
"nf"
:
256
,
"n_layers"
:
8
,
"activation"
:
"relu"
,
"skips"
:
[
4
]
},
"n_featdim"
:
0
,
"space"
:
"voxels"
,
"steps"
:
[
4
,
16
,
8
],
"n_samples"
:
16
,
"perturb_sample"
:
true
,
"density_regularization_weight"
:
1e-4
,
"density_regularization_scale"
:
1e4
}
}
\ No newline at end of file
configs/snerf_voxels+ls.json
0 → 100644
View file @
5699ccbf
{
"model"
:
"SNeRF"
,
"args"
:
{
"color"
:
"rgb"
,
"n_pot_encode"
:
10
,
"n_dir_encode"
:
4
,
"fc_params"
:
{
"nf"
:
256
,
"n_layers"
:
8
,
"activation"
:
"relu"
,
"skips"
:
[
4
]
},
"n_featdim"
:
0
,
"space"
:
"voxels"
,
"steps"
:
[
4
,
16
,
8
],
"n_samples"
:
16
,
"perturb_sample"
:
true
,
"density_regularization_weight"
:
1e-4
,
"density_regularization_scale"
:
1e4
}
}
\ No newline at end of file
configs/snerf_voxels.json
0 → 100644
View file @
5699ccbf
{
"model"
:
"SNeRF"
,
"args"
:
{
"color"
:
"rgb"
,
"n_pot_encode"
:
10
,
"n_dir_encode"
:
4
,
"fc_params"
:
{
"nf"
:
256
,
"n_layers"
:
8
,
"activation"
:
"relu"
,
"skips"
:
[
4
]
},
"n_featdim"
:
0
,
"space"
:
"voxels"
,
"steps"
:
[
4
,
16
,
8
],
"n_samples"
:
16
,
"perturb_sample"
:
true
}
}
\ No newline at end of file
configs/snerf_voxels_128x8_x2.json
0 → 100644
View file @
5699ccbf
{
"model"
:
"SNeRF"
,
"args"
:
{
"color"
:
"rgb"
,
"n_pot_encode"
:
10
,
"n_dir_encode"
:
4
,
"fc_params"
:
{
"nf"
:
128
,
"n_layers"
:
8
,
"activation"
:
"relu"
,
"skips"
:
[
4
]
},
"n_featdim"
:
0
,
"space"
:
"voxels"
,
"steps"
:
[
4
,
16
,
8
],
"n_samples"
:
16
,
"perturb_sample"
:
true
,
"raymarching_tolerance"
:
0
,
"raymarching_chunk_size"
:
-1
,
"multi_nets"
:
2
}
}
\ No newline at end of file
configs/snerf_voxels_128x8_x4.json
0 → 100644
View file @
5699ccbf
{
"model"
:
"SNeRF"
,
"args"
:
{
"color"
:
"rgb"
,
"n_pot_encode"
:
10
,
"n_dir_encode"
:
4
,
"fc_params"
:
{
"nf"
:
128
,
"n_layers"
:
8
,
"activation"
:
"relu"
,
"skips"
:
[
4
]
},
"n_featdim"
:
0
,
"space"
:
"voxels"
,
"steps"
:
[
4
,
16
,
8
],
"n_samples"
:
16
,
"perturb_sample"
:
true
,
"raymarching_tolerance"
:
0
,
"raymarching_chunk_size"
:
-1
,
"multi_nets"
:
4
}
}
\ No newline at end of file
configs/snerf_voxels_feat.json
0 → 100644
View file @
5699ccbf
{
"model"
:
"SNeRF"
,
"args"
:
{
"color"
:
"rgb"
,
"n_pot_encode"
:
10
,
"n_dir_encode"
:
4
,
"fc_params"
:
{
"nf"
:
256
,
"n_layers"
:
8
,
"activation"
:
"relu"
,
"skips"
:
[
4
]
},
"n_featdim"
:
32
,
"space"
:
"voxels"
,
"steps"
:
[
4
,
16
,
8
],
"n_samples"
:
16
,
"perturb_sample"
:
true
,
"raymarching_tolerance"
:
0
,
"raymarching_chunk_size"
:
-1
}
}
\ No newline at end of file
configs/snerf_voxels_fine.json
0 → 100644
View file @
5699ccbf
{
"model"
:
"SNeRF"
,
"args"
:
{
"color"
:
"rgb"
,
"n_pot_encode"
:
10
,
"n_dir_encode"
:
4
,
"fc_params"
:
{
"nf"
:
512
,
"n_layers"
:
8
,
"activation"
:
"relu"
,
"skips"
:
[
4
]
},
"n_featdim"
:
0
,
"space"
:
"voxels"
,
"steps"
:
[
32
,
128
,
64
],
"n_samples"
:
128
,
"perturb_sample"
:
true
,
"raymarching_tolerance"
:
0
,
"raymarching_chunk_size"
:
-1
}
}
\ No newline at end of file
configs/snerfadv_finevoxels+ls.json
0 → 100644
View file @
5699ccbf
{
"model"
:
"SNeRFAdvance"
,
"args"
:
{
"color"
:
"rgb"
,
"n_pot_encode"
:
10
,
"n_dir_encode"
:
4
,
"density_net"
:
{
"nf"
:
256
,
"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"
:
[
8
,
32
,
16
],
"n_samples"
:
64
,
"perturb_sample"
:
true
,
"appearance"
:
"combined"
,
"density_color_connection"
:
true
,
"density_regularization_weight"
:
1e-4
,
"density_regularization_scale"
:
1e4
}
}
\ No newline at end of file
configs/snerfadv_finevoxels+ls_256x4_256x6_16x2.json
0 → 100644
View file @
5699ccbf
{
"model"
:
"SNeRFAdvance"
,
"args"
:
{
"color"
:
"rgb"
,
"n_pot_encode"
:
10
,
"n_dir_encode"
:
4
,
"density_net"
:
{
"nf"
:
256
,
"n_layers"
:
4
,
"act"
:
"relu"
,
"skips"
:
[]
},
"color_net"
:
{
"nf"
:
256
,
"n_layers"
:
6
,
"act"
:
"relu"
,
"skips"
:
[]
},
"specular_net"
:
{
"nf"
:
16
,
"n_layers"
:
2
,
"act"
:
"relu"
},
"n_featdim"
:
0
,
"space"
:
"voxels"
,
"steps"
:
[
16
,
64
,
32
],
"n_samples"
:
64
,
"perturb_sample"
:
true
,
"raymarching_tolerance"
:
0
,
"raymarching_chunk_size"
:
-1
,
"density_regularization_weight"
:
1e-4
,
"density_regularization_scale"
:
1e4
}
}
\ No newline at end of file
configs/snerfadv_finevoxels+ls_256x4_256x6_combined.json
0 → 100644
View file @
5699ccbf
{
"model"
:
"SNeRFAdvance"
,
"args"
:
{
"color"
:
"rgb"
,
"n_pot_encode"
:
10
,
"n_dir_encode"
:
4
,
"density_net"
:
{
"nf"
:
256
,
"n_layers"
:
4
,
"act"
:
"relu"
,
"skips"
:
[]
},
"color_net"
:
{
"nf"
:
256
,
"n_layers"
:
6
,
"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
,
"density_regularization_weight"
:
1e-4
,
"density_regularization_scale"
:
1e4
,
"appearance"
:
"combined"
}
}
\ No newline at end of file
Prev
1
2
3
4
5
6
7
8
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