szymanowiczs
commited on
Commit
•
a55d114
1
Parent(s):
4e5c63f
Upload multi-category shapenet model
Browse files- config_nmr.yaml +66 -0
- model_nmr.pth +3 -0
config_nmr.yaml
ADDED
@@ -0,0 +1,66 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
wandb:
|
2 |
+
project: gs_pred
|
3 |
+
cam_embd:
|
4 |
+
embedding: null
|
5 |
+
encode_embedding: null
|
6 |
+
dimension: 0
|
7 |
+
method: null
|
8 |
+
general:
|
9 |
+
device: 0
|
10 |
+
random_seed: 0
|
11 |
+
data:
|
12 |
+
training_resolution: 64
|
13 |
+
fov: 29.999999290482176
|
14 |
+
subset: -1
|
15 |
+
input_images: 1
|
16 |
+
znear: 1.2
|
17 |
+
zfar: 4.0
|
18 |
+
category: nmr
|
19 |
+
white_background: true
|
20 |
+
origin_distances: false
|
21 |
+
opt:
|
22 |
+
iterations: 1390001
|
23 |
+
base_lr: 5.0e-05
|
24 |
+
batch_size: 32
|
25 |
+
betas:
|
26 |
+
- 0.9
|
27 |
+
- 0.999
|
28 |
+
loss: l2
|
29 |
+
imgs_per_obj: 4
|
30 |
+
ema:
|
31 |
+
use: true
|
32 |
+
update_every: 10
|
33 |
+
update_after_step: 100
|
34 |
+
beta: 0.9999
|
35 |
+
lambda_lpips: 0.01
|
36 |
+
start_lpips_after: 1240001
|
37 |
+
step_lr_at: 1240001
|
38 |
+
model:
|
39 |
+
max_sh_degree: 1
|
40 |
+
inverted_x: false
|
41 |
+
inverted_y: true
|
42 |
+
name: SingleUNet
|
43 |
+
opacity_scale: 1.0
|
44 |
+
opacity_bias: -2.0
|
45 |
+
scale_scale: 0.01
|
46 |
+
scale_bias: 0.02
|
47 |
+
xyz_scale: 0.1
|
48 |
+
xyz_bias: 0.0
|
49 |
+
depth_scale: 1.0
|
50 |
+
depth_bias: 0.0
|
51 |
+
features_dc_scale: 5.0
|
52 |
+
features_sh_scale: 0.0
|
53 |
+
network_without_offset: false
|
54 |
+
network_with_offset: true
|
55 |
+
attention_resolutions:
|
56 |
+
- 8
|
57 |
+
num_blocks: 4
|
58 |
+
cross_view_attention: true
|
59 |
+
base_dim: 128
|
60 |
+
isotropic: false
|
61 |
+
logging:
|
62 |
+
ckpt_iterations: 1000
|
63 |
+
val_log: 10000
|
64 |
+
loss_log: 10
|
65 |
+
loop_log: 10000
|
66 |
+
render_log: 10000
|
model_nmr.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6e48a9135c915ced81790feb957323c17a08a5ce764964e9409bf733d472c2c8
|
3 |
+
size 677175042
|