fontan commited on
Commit
8e1204d
·
1 Parent(s): 92a087e

update: first auxiliary files

Browse files
Files changed (1) hide show
  1. vslamlab_monogs_settings.yaml +94 -0
vslamlab_monogs_settings.yaml ADDED
@@ -0,0 +1,94 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Results:
2
+ save_results: False
3
+ save_dir: "results"
4
+ save_trj: False
5
+ save_trj_kf_intv: 0
6
+ use_gui: False
7
+ eval_rendering: False
8
+ use_wandb: False
9
+
10
+ Training:
11
+ init_itr_num: 1050
12
+ init_gaussian_update: 100
13
+ init_gaussian_reset: 500
14
+ init_gaussian_th: 0.005
15
+ init_gaussian_extent: 30
16
+ tracking_itr_num: 100
17
+ mapping_itr_num: 150
18
+ gaussian_update_every: 150
19
+ gaussian_update_offset: 50
20
+ gaussian_th: 0.7
21
+ gaussian_extent: 1.0
22
+ gaussian_reset: 2001
23
+ size_threshold: 20
24
+ kf_interval: 5
25
+ window_size: 8
26
+ pose_window: 3
27
+ edge_threshold: 1.1
28
+ rgb_boundary_threshold: 0.01
29
+
30
+ kf_translation: 0.08
31
+ kf_min_translation: 0.05
32
+ kf_overlap: 0.9
33
+ kf_cutoff: 0.3
34
+ prune_mode: 'slam'
35
+ single_thread: False
36
+ spherical_harmonics: False
37
+
38
+ lr:
39
+ cam_rot_delta: 0.003
40
+ cam_trans_delta: 0.001
41
+
42
+ opt_params:
43
+ iterations: 30000
44
+ position_lr_init: 0.0016
45
+ position_lr_final: 0.0000016
46
+ position_lr_delay_mult: 0.01
47
+ position_lr_max_steps: 30000
48
+ feature_lr: 0.0025
49
+ opacity_lr: 0.05
50
+ scaling_lr: 0.001
51
+ rotation_lr: 0.001
52
+ percent_dense: 0.01
53
+ lambda_dssim: 0.2
54
+ densification_interval: 100
55
+ opacity_reset_interval: 3000
56
+ densify_from_iter: 500
57
+ densify_until_iter: 15000
58
+ densify_grad_threshold: 0.0002
59
+
60
+ model_params:
61
+ sh_degree: 0
62
+ source_path: ""
63
+ model_path: ""
64
+ resolution: -1
65
+ white_background: False
66
+ data_device: "cuda"
67
+
68
+ pipeline_params:
69
+ convert_SHs_python: False
70
+ compute_cov3D_python: False
71
+
72
+ Dataset:
73
+ type: 'vslamlab_mono'
74
+ sensor_type: 'monocular'
75
+ pcd_downsample: 64
76
+ pcd_downsample_init: 32
77
+ adaptive_pointsize: True
78
+ point_size: 0.01
79
+ dataset_path: ""
80
+ cam_mono: "rgb_0"
81
+ cam_rgbd: "rgb_0"
82
+ Calibration:
83
+ fx: 0.0
84
+ fy: 0.0
85
+ cx: 0.0
86
+ cy: 0.0
87
+ k1: 0.0
88
+ k2: 0.0
89
+ p1: 0.0
90
+ p2: 0.0
91
+ k3: 0.0
92
+ width: 0
93
+ height: 0
94
+ distorted: False