prosperolo
commited on
Upload humman_config.yaml
Browse files- humman_config.yaml +48 -0
humman_config.yaml
ADDED
@@ -0,0 +1,48 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
wandb:
|
2 |
+
project: humans_gs
|
3 |
+
general:
|
4 |
+
device: 0
|
5 |
+
random_seed: 0
|
6 |
+
data:
|
7 |
+
fov: 47.17998034148662
|
8 |
+
input_images: 1
|
9 |
+
znear: -1.0
|
10 |
+
zfar: 4.0
|
11 |
+
category: humans
|
12 |
+
dataset_type: humman
|
13 |
+
with_background: false
|
14 |
+
white_background: true
|
15 |
+
depth_rendering: false
|
16 |
+
ray_embedding: false
|
17 |
+
random_background_color: false
|
18 |
+
training_resolution: 256
|
19 |
+
num_training_images: 4
|
20 |
+
cropped: false
|
21 |
+
opt:
|
22 |
+
iterations: 9000001
|
23 |
+
base_lr: 5.0e-06
|
24 |
+
batch_size: 32
|
25 |
+
betas:
|
26 |
+
- 0.9
|
27 |
+
- 0.999
|
28 |
+
loss: l2
|
29 |
+
lambda_lpips: 0.01
|
30 |
+
start_lpips_after: 800001
|
31 |
+
pretrained_ckpt: null
|
32 |
+
step_lr_at: 800001
|
33 |
+
alpha_loss: true
|
34 |
+
alpha_loss_coefficient: 0.01
|
35 |
+
offset_penalty: true
|
36 |
+
model:
|
37 |
+
opacity_scale: 1.0
|
38 |
+
opacity_bias: -2.0
|
39 |
+
scale_bias: 0.02
|
40 |
+
scale_scale: 0.003
|
41 |
+
xyz_scale: 0.1
|
42 |
+
xyz_bias: 0.0
|
43 |
+
logging:
|
44 |
+
ckpt_iterations: 1000
|
45 |
+
val_log: 10000
|
46 |
+
loss_log: 10
|
47 |
+
loop_log: 1000
|
48 |
+
render_log: 500
|