-
Notifications
You must be signed in to change notification settings - Fork 139
/
low_memory.yaml
48 lines (48 loc) · 1.28 KB
/
low_memory.yaml
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
40
41
42
43
44
45
46
47
48
dense_features:
sparse : true
dtype : "half"
use_cache: true
overwrite_cache: true
load_cache_on_init: false
patch_size: 8
cache_format: "chunked"
interpolation:
nodes: [[0.0,0.0]]
mode: "BICUBIC"
mapping:
dense_features: ${..dense_features}
interpolation: ${..interpolation}
KA:
apply: true
strategy: "topological_reference"
split_in_subproblems: true
max_kps_per_problem: 1000
optimizer:
num_threads: -1
print_summary: false
bound: 2.0 # tighter bound because smaller patches
solver:
parameter_tolerance: 1.0e-5
BA:
apply: true
strategy: "costmaps"
repeats: 1
num_threads: -1
level_indices: null
max_tracks_per_problem: 100
references:
keep_observations: false
costmaps:
num_threads: -1
optimizer:
loss:
name: "cauchy"
params: [0.25]
print_summary: false
refine_focal_length: false
refine_principal_point: false
refine_extra_params: false
refine_extrinsics: false
localization:
dense_features: ${..dense_features}
interpolation: ${..interpolation}