Spaces:
Running
on
Zero
Running
on
Zero
File size: 822 Bytes
5f9d349 |
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 37 38 39 |
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
|