EDGS / configs /train.yaml
Olga
Initial commit
5f9d349
raw
history blame contribute delete
822 Bytes
defaults:
- gs: base
- _self_
seed: 228
wandb:
mode: "online" # "disabled" for no logging
entity: "3dcorrespondence"
project: "Adv3DGS"
group: null
name: null
tag: "debug"
train:
gs_epochs: 0 # 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: 15_000 # number of matches per reference
num_refs: 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