Skip to content

Commit

Permalink
update configs
Browse files Browse the repository at this point in the history
  • Loading branch information
yashbhalgat committed Feb 2, 2022
1 parent 614526f commit 7d56ffe
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 18 deletions.
23 changes: 14 additions & 9 deletions configs/hotdog.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,20 @@
expname = hotdog_test
expname = blender_hotdog
basedir = ./logs
datadir = ./data/nerf_llff_data/hotdog
dataset_type = llff
datadir = ./data/nerf_synthetic/hotdog
dataset_type = blender

factor = 8
llffhold = 8
no_batching = True

use_viewdirs = True
white_bkgd = True
lrate_decay = 500

N_rand = 1024
N_samples = 64
N_importance = 64
N_importance = 128
N_rand = 1024

use_viewdirs = True
raw_noise_std = 1e0
precrop_iters = 500
precrop_frac = 0.5

half_res = True

22 changes: 13 additions & 9 deletions configs/materials.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
expname = materials_test
expname = blender_materials
basedir = ./logs
datadir = ./data/nerf_llff_data/materials
dataset_type = llff
datadir = ./data/nerf_synthetic/materials
dataset_type = blender

factor = 8
llffhold = 8
no_batching = True

use_viewdirs = True
white_bkgd = True
lrate_decay = 500

N_rand = 1024
N_samples = 64
N_importance = 64
N_importance = 128
N_rand = 1024

use_viewdirs = True
raw_noise_std = 1e0
precrop_iters = 500
precrop_frac = 0.5

half_res = True

0 comments on commit 7d56ffe

Please sign in to comment.