Skip to content

Commit

Permalink
Add configs
Browse files Browse the repository at this point in the history
  • Loading branch information
yenchenlin committed Apr 18, 2020
1 parent c9074d8 commit 8fd7c0c
Show file tree
Hide file tree
Showing 16 changed files with 181 additions and 7 deletions.
19 changes: 19 additions & 0 deletions configs/chair.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
expname = blender_paper_chair
basedir = ./logs
datadir = ./data/nerf_synthetic/chair
dataset_type = blender

no_batching = True

use_viewdirs = True
white_bkgd = True
lrate_decay = 500

N_samples = 64
N_importance = 128
N_rand = 1024

precrop_iters = 500
precrop_frac = 0.5

half_res = True
19 changes: 19 additions & 0 deletions configs/drums.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
expname = blender_paper_drums
basedir = ./logs
datadir = ./data/nerf_synthetic/drums
dataset_type = blender

no_batching = True

use_viewdirs = True
white_bkgd = True
lrate_decay = 500

N_samples = 64
N_importance = 128
N_rand = 1024

precrop_iters = 500
precrop_frac = 0.5

half_res = True
File renamed without changes.
19 changes: 19 additions & 0 deletions configs/ficus.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
expname = blender_paper_ficus
basedir = ./logs
datadir = ./data/nerf_synthetic/ficus
dataset_type = blender

no_batching = True

use_viewdirs = True
white_bkgd = True
lrate_decay = 500

N_samples = 64
N_importance = 128
N_rand = 1024

precrop_iters = 500
precrop_frac = 0.5

half_res = True
File renamed without changes.
File renamed without changes.
File renamed without changes.
15 changes: 15 additions & 0 deletions configs/hotdog.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
expname = hotdog_test
basedir = ./logs
datadir = ./data/nerf_llff_data/hotdog
dataset_type = llff

factor = 8
llffhold = 8

N_rand = 1024
N_samples = 64
N_importance = 64

use_viewdirs = True
raw_noise_std = 1e0

15 changes: 15 additions & 0 deletions configs/leaves.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
expname = leaves_test
basedir = ./logs
datadir = ./data/nerf_llff_data/leaves
dataset_type = llff

factor = 8
llffhold = 8

N_rand = 1024
N_samples = 64
N_importance = 64

use_viewdirs = True
raw_noise_std = 1e0

18 changes: 11 additions & 7 deletions configs/config_lego.txt → configs/lego.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
expname = lego_test
expname = blender_paper_lego
basedir = ./logs
datadir = ./data/nerf_synthetic/lego
dataset_type = blender

half_res = True

N_samples = 64
N_importance = 64
no_batching = True

use_viewdirs = True

white_bkgd = True
lrate_decay = 500

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

precrop_iters = 500
precrop_frac = 0.5

half_res = True
15 changes: 15 additions & 0 deletions configs/materials.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
expname = materials_test
basedir = ./logs
datadir = ./data/nerf_llff_data/materials
dataset_type = llff

factor = 8
llffhold = 8

N_rand = 1024
N_samples = 64
N_importance = 64

use_viewdirs = True
raw_noise_std = 1e0

19 changes: 19 additions & 0 deletions configs/mic.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
expname = blender_paper_mic
basedir = ./logs
datadir = ./data/nerf_synthetic/mic
dataset_type = blender

no_batching = True

use_viewdirs = True
white_bkgd = True
lrate_decay = 500

N_samples = 64
N_importance = 128
N_rand = 1024

precrop_iters = 500
precrop_frac = 0.5

half_res = True
15 changes: 15 additions & 0 deletions configs/orchids.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
expname = orchids_test
basedir = ./logs
datadir = ./data/nerf_llff_data/orchids
dataset_type = llff

factor = 8
llffhold = 8

N_rand = 1024
N_samples = 64
N_importance = 64

use_viewdirs = True
raw_noise_std = 1e0

15 changes: 15 additions & 0 deletions configs/room.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
expname = room_test
basedir = ./logs
datadir = ./data/nerf_llff_data/room
dataset_type = llff

factor = 8
llffhold = 8

N_rand = 1024
N_samples = 64
N_importance = 64

use_viewdirs = True
raw_noise_std = 1e0

19 changes: 19 additions & 0 deletions configs/ship.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
expname = blender_paper_ship
basedir = ./logs
datadir = ./data/nerf_synthetic/ship
dataset_type = blender

no_batching = True

use_viewdirs = True
white_bkgd = True
lrate_decay = 500

N_samples = 64
N_importance = 128
N_rand = 1024

precrop_iters = 500
precrop_frac = 0.5

half_res = True
File renamed without changes.

0 comments on commit 8fd7c0c

Please sign in to comment.