szymanowiczs
commited on
Commit
•
a486d41
1
Parent(s):
a287779
Upload car models
Browse files- config_cars.yaml +64 -0
- model_cars.pth +3 -0
config_cars.yaml
ADDED
@@ -0,0 +1,64 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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: 128
|
13 |
+
fov: 51.98948897809546
|
14 |
+
subset: -1
|
15 |
+
input_images: 1
|
16 |
+
znear: 0.8
|
17 |
+
zfar: 1.8
|
18 |
+
category: cars
|
19 |
+
white_background: true
|
20 |
+
origin_distances: false
|
21 |
+
opt:
|
22 |
+
iterations: 900001
|
23 |
+
base_lr: 5.0e-05
|
24 |
+
batch_size: 8
|
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: 800001
|
37 |
+
step_lr_at: 800001
|
38 |
+
model:
|
39 |
+
max_sh_degree: 1
|
40 |
+
inverted_x: false
|
41 |
+
inverted_y: true
|
42 |
+
name: SingleUNet
|
43 |
+
opacity_scale: 0.001
|
44 |
+
opacity_bias: -3.0
|
45 |
+
scale_scale: 0.001
|
46 |
+
scale_bias: 0.02
|
47 |
+
xyz_scale: 1.0e-06
|
48 |
+
xyz_bias: 0.0
|
49 |
+
depth_scale: 1.0
|
50 |
+
depth_bias: 0.0
|
51 |
+
network_without_offset: false
|
52 |
+
network_with_offset: true
|
53 |
+
attention_resolutions:
|
54 |
+
- 16
|
55 |
+
cross_view_attention: true
|
56 |
+
isotropic: false
|
57 |
+
base_dim: 128
|
58 |
+
num_blocks: 4
|
59 |
+
logging:
|
60 |
+
ckpt_iterations: 1000
|
61 |
+
val_log: 10000
|
62 |
+
loss_log: 10
|
63 |
+
loop_log: 10000
|
64 |
+
render_log: 10000
|
model_cars.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5f604bbab8dae0f2c984a6aab69744c1d07396a1f1b7388ea2c67901a7a41ace
|
3 |
+
size 677316290
|