Add configs
This commit is contained in:
parent
c9074d8b60
commit
8fd7c0c37d
16 changed files with 181 additions and 7 deletions
19
configs/chair.txt
Normal file
19
configs/chair.txt
Normal file
|
@ -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
configs/drums.txt
Normal file
19
configs/drums.txt
Normal file
|
@ -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
|
19
configs/ficus.txt
Normal file
19
configs/ficus.txt
Normal file
|
@ -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
|
15
configs/hotdog.txt
Normal file
15
configs/hotdog.txt
Normal file
|
@ -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
configs/leaves.txt
Normal file
15
configs/leaves.txt
Normal file
|
@ -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
|
||||||
|
|
|
@ -1,15 +1,19 @@
|
||||||
expname = lego_test
|
expname = blender_paper_lego
|
||||||
basedir = ./logs
|
basedir = ./logs
|
||||||
datadir = ./data/nerf_synthetic/lego
|
datadir = ./data/nerf_synthetic/lego
|
||||||
dataset_type = blender
|
dataset_type = blender
|
||||||
|
|
||||||
half_res = True
|
no_batching = True
|
||||||
|
|
||||||
N_samples = 64
|
|
||||||
N_importance = 64
|
|
||||||
|
|
||||||
use_viewdirs = True
|
use_viewdirs = True
|
||||||
|
|
||||||
white_bkgd = True
|
white_bkgd = True
|
||||||
|
lrate_decay = 500
|
||||||
|
|
||||||
|
N_samples = 64
|
||||||
|
N_importance = 128
|
||||||
N_rand = 1024
|
N_rand = 1024
|
||||||
|
|
||||||
|
precrop_iters = 500
|
||||||
|
precrop_frac = 0.5
|
||||||
|
|
||||||
|
half_res = True
|
15
configs/materials.txt
Normal file
15
configs/materials.txt
Normal file
|
@ -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
configs/mic.txt
Normal file
19
configs/mic.txt
Normal file
|
@ -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
configs/orchids.txt
Normal file
15
configs/orchids.txt
Normal file
|
@ -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
configs/room.txt
Normal file
15
configs/room.txt
Normal file
|
@ -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
configs/ship.txt
Normal file
19
configs/ship.txt
Normal file
|
@ -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
|
Loading…
Reference in a new issue