-
Notifications
You must be signed in to change notification settings - Fork 44
Expand file tree
/
Copy pathtrain.yaml
More file actions
36 lines (30 loc) · 819 Bytes
/
train.yaml
File metadata and controls
36 lines (30 loc) · 819 Bytes
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
defaults:
- gs: base
- _self_
seed: 228
wandb:
mode: "disabled" # "online" or "disabled"
entity: "3dcorrespondence"
project: "Adv3DGS"
group: null
name: null
tag: "debug"
train:
gs_epochs: 30000 # number of 3dgs iterations
reduce_opacity: True
no_densify: False # if True, the model will not be densified
max_lr: True
load:
gs: null #path to 3dgs checkpoint
gs_step: null #number of iterations, e.g. 7000
device: "cuda:0"
verbose: true
init_wC:
use: True # use EDGS
matches_per_ref: 20000 # number of matches per reference
num_refs: 360 #180 # number of reference images
nns_per_ref: 3 # number of nearest neighbors per reference
scaling_factor: 0.001
proj_err_tolerance: 0.01
roma_model: "outdoors" # you can change this to "indoors" or "outdoors"
add_SfM_init: False