diff --git a/configs/chair.txt b/configs/chair.txt new file mode 100644 index 0000000..ba24bc9 --- /dev/null +++ b/configs/chair.txt @@ -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 diff --git a/configs/drums.txt b/configs/drums.txt new file mode 100644 index 0000000..a7554d8 --- /dev/null +++ b/configs/drums.txt @@ -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 diff --git a/configs/fern.txt b/configs/fern.txt new file mode 100644 index 0000000..a044d2b --- /dev/null +++ b/configs/fern.txt @@ -0,0 +1,15 @@ +expname = fern_test +basedir = ./logs +datadir = ./data/nerf_llff_data/fern +dataset_type = llff + +factor = 8 +llffhold = 8 + +N_rand = 1024 +N_samples = 64 +N_importance = 64 + +use_viewdirs = True +raw_noise_std = 1e0 + diff --git a/configs/ficus.txt b/configs/ficus.txt new file mode 100644 index 0000000..0822171 --- /dev/null +++ b/configs/ficus.txt @@ -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 diff --git a/configs/flower.txt b/configs/flower.txt new file mode 100644 index 0000000..43db6a8 --- /dev/null +++ b/configs/flower.txt @@ -0,0 +1,15 @@ +expname = flower_test +basedir = ./logs +datadir = ./data/nerf_llff_data/flower +dataset_type = llff + +factor = 8 +llffhold = 8 + +N_rand = 1024 +N_samples = 64 +N_importance = 64 + +use_viewdirs = True +raw_noise_std = 1e0 + diff --git a/configs/fortress.txt b/configs/fortress.txt new file mode 100644 index 0000000..1cf415e --- /dev/null +++ b/configs/fortress.txt @@ -0,0 +1,15 @@ +expname = fortress_test +basedir = ./logs +datadir = ./data/nerf_llff_data/fortress +dataset_type = llff + +factor = 8 +llffhold = 8 + +N_rand = 1024 +N_samples = 64 +N_importance = 64 + +use_viewdirs = True +raw_noise_std = 1e0 + diff --git a/configs/horns.txt b/configs/horns.txt new file mode 100644 index 0000000..3f7d64b --- /dev/null +++ b/configs/horns.txt @@ -0,0 +1,15 @@ +expname = horns_test +basedir = ./logs +datadir = ./data/nerf_llff_data/horns +dataset_type = llff + +factor = 8 +llffhold = 8 + +N_rand = 1024 +N_samples = 64 +N_importance = 64 + +use_viewdirs = True +raw_noise_std = 1e0 + diff --git a/configs/hotdog.txt b/configs/hotdog.txt new file mode 100644 index 0000000..6c28961 --- /dev/null +++ b/configs/hotdog.txt @@ -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 + diff --git a/configs/leaves.txt b/configs/leaves.txt new file mode 100644 index 0000000..be10dbd --- /dev/null +++ b/configs/leaves.txt @@ -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 + diff --git a/configs/lego.txt b/configs/lego.txt new file mode 100644 index 0000000..89c364c --- /dev/null +++ b/configs/lego.txt @@ -0,0 +1,19 @@ +expname = lego_test +basedir = ./logs +datadir = ./data/nerf_synthetic/lego +dataset_type = blender + +no_batching = True + +use_viewdirs = True +white_bkgd = True +lrate_decay = 500 + +N_samples = 32 +N_importance = 64 +N_rand = 512 + +precrop_iters = 500 +precrop_frac = 0.5 + +half_res = True diff --git a/configs/materials.txt b/configs/materials.txt new file mode 100644 index 0000000..264e5c2 --- /dev/null +++ b/configs/materials.txt @@ -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 + diff --git a/configs/mic.txt b/configs/mic.txt new file mode 100644 index 0000000..08a6ea5 --- /dev/null +++ b/configs/mic.txt @@ -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 diff --git a/configs/orchids.txt b/configs/orchids.txt new file mode 100644 index 0000000..ef33502 --- /dev/null +++ b/configs/orchids.txt @@ -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 + diff --git a/configs/room.txt b/configs/room.txt new file mode 100644 index 0000000..90d3c32 --- /dev/null +++ b/configs/room.txt @@ -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 + diff --git a/configs/ship.txt b/configs/ship.txt new file mode 100644 index 0000000..5822176 --- /dev/null +++ b/configs/ship.txt @@ -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 diff --git a/configs/trex.txt b/configs/trex.txt new file mode 100644 index 0000000..cb5c717 --- /dev/null +++ b/configs/trex.txt @@ -0,0 +1,15 @@ +expname = trex_test +basedir = ./logs +datadir = ./data/nerf_llff_data/trex +dataset_type = llff + +factor = 8 +llffhold = 8 + +N_rand = 1024 +N_samples = 64 +N_importance = 64 + +use_viewdirs = True +raw_noise_std = 1e0 +