Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.

Commit

Permalink
Add pretrained lego-lowres
Browse files Browse the repository at this point in the history
Signed-off-by: Krishna Murthy <[email protected]>
  • Loading branch information
krrish94 committed Apr 16, 2020
1 parent 3b18284 commit e98421e
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 0 deletions.
Binary file added pretrained/lego-lowres/checkpoint199999.ckpt
Binary file not shown.
69 changes: 69 additions & 0 deletions pretrained/lego-lowres/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
dataset:
# Edit this to reflect your datapath.
basedir: cache/nerf_synthetic/lego
far: 6
half_res: true
near: 2
no_ndc: true
testskip: 1
type: blender
experiment:
id: lego-active-debug2
logdir: logs
print_every: 100
randomseed: 42
save_every: 5000
train_iters: 200000
validate_every: 100
models:
coarse:
hidden_size: 256
include_input_dir: true
include_input_xyz: true
log_sampling_dir: true
log_sampling_xyz: true
num_encoding_fn_dir: 4
num_encoding_fn_xyz: 10
num_layers: 8
skip_connect_every: 4
type: FlexibleNeRFModel
use_viewdirs: true
fine:
hidden_size: 256
include_input_dir: true
include_input_xyz: true
log_sampling_dir: true
log_sampling_xyz: true
num_encoding_fn_dir: 4
num_encoding_fn_xyz: 10
num_layers: 8
skip_connect_every: 4
type: FlexibleNeRFModel
use_viewdirs: true
nerf:
encode_direction_fn: positional_encoding
encode_position_fn: positional_encoding
train:
chunksize: 16384
lindisp: false
num_coarse: 64
num_fine: 64
num_random_rays: 1024
perturb: true
radiance_field_noise_std: 0.2
white_background: true
use_viewdirs: true
validation:
chunksize: 16384
lindisp: false
num_coarse: 64
num_fine: 64
perturb: false
radiance_field_noise_std: 0.0
white_background: true
optimizer:
lr: 0.005
type: Adam
scheduler:
lr_decay: 250
lr_decay_factor: 0.1

0 comments on commit e98421e

Please sign in to comment.