Skip to content

Commit

Permalink
Upload configs
Browse files Browse the repository at this point in the history
  • Loading branch information
salykova authored Apr 24, 2021
1 parent fc16d16 commit b8b8fd8
Show file tree
Hide file tree
Showing 16 changed files with 264 additions and 0 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
15 changes: 15 additions & 0 deletions configs/fern.txt
Original file line number Diff line number Diff line change
@@ -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

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
15 changes: 15 additions & 0 deletions configs/flower.txt
Original file line number Diff line number Diff line change
@@ -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

15 changes: 15 additions & 0 deletions configs/fortress.txt
Original file line number Diff line number Diff line change
@@ -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

15 changes: 15 additions & 0 deletions configs/horns.txt
Original file line number Diff line number Diff line change
@@ -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

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

19 changes: 19 additions & 0 deletions configs/lego.txt
Original file line number Diff line number Diff line change
@@ -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
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
15 changes: 15 additions & 0 deletions configs/trex.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit b8b8fd8

Please sign in to comment.