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/config_fern.txt b/configs/fern.txt similarity index 100% rename from configs/config_fern.txt rename to configs/fern.txt 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/config_flower.txt b/configs/flower.txt similarity index 100% rename from configs/config_flower.txt rename to configs/flower.txt diff --git a/configs/config_fortress.txt b/configs/fortress.txt similarity index 100% rename from configs/config_fortress.txt rename to configs/fortress.txt diff --git a/configs/config_horns.txt b/configs/horns.txt similarity index 100% rename from configs/config_horns.txt rename to configs/horns.txt 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/config_lego.txt b/configs/lego.txt similarity index 52% rename from configs/config_lego.txt rename to configs/lego.txt index 20e0f42..2852ee3 100644 --- a/configs/config_lego.txt +++ b/configs/lego.txt @@ -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 \ No newline at end of file +N_samples = 64 +N_importance = 128 +N_rand = 1024 + +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/config_trex.txt b/configs/trex.txt similarity index 100% rename from configs/config_trex.txt rename to configs/trex.txt