forked from sfchng/Gaussian-Activated-Radiance-Fields
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfineview_options.yaml
111 lines (111 loc) · 1.77 KB
/
fineview_options.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
H: 480
W: 640
arch:
density_activ: softplus
depth: 6
gaussian:
sigma: 0.1
sigmoid: true
skip:
- 4
width: 256
batch_size: null
camera:
model: perspective
ndc: false
noise: null
cpu: false
data:
augment: {}
bgcolor: 1
center_crop: null
dataset: fineview
image_size:
- 480
- 640
num_workers: 4
preload: true
root: null
scene: butterfly
train_sub: null
val_on_test: false
val_ratio: 0.1
val_sub: null
device: cuda:0
freq:
ckpt: 5000
scalar: 200
val: 2000
vis: 1000
gcp:
blob_name: datasets/nerf_llff_data/llff
bucket_name: null
dest_name: data
enabled: false
gpu: 0
group: butterflyTest
init:
pose: true
pose_warmup: 210000
weight:
range: 0.1
uniform: false
load: null
loss:
psnr: false
loss_weight:
render: 0
render_fine: null
max_epoch: null
max_iter: 200000
model: garf
name: up
nerf:
density_noise_reg: null
depth:
param: inverse
range:
- 1
- 0
fine_sampling: false
rand_rays: 2048
sample_intvs: 128
sample_intvs_fine: null
sample_stratified: true
setbg_opaque: null
view_dep: true
optim:
algo: Adam
lr: 0.0001
lr_decay: 250
lr_end: 0.0001
lr_pose: 0.003
lr_pose_end: 1.0e-05
sched: null
sched_pose:
gamma: null
type: ExponentialLR
test_iter: 100
test_photo: true
warmup_pose: null
output_path: ./logs/butterflyTest
output_root: ./logs
resume: false
sampling:
batch: null
fixed: null
random: null
random_uniform: null
seed: 0
sine:
omega_first: 30
omega_hidden: 30
tb:
num_images:
- 4
- 8
visdom:
cam_depth: 0.2
port: 9000
server: localhost
yaml: garf_llff