forked from cvg/pixel-perfect-sfm
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpixsfm_eth3d.yaml
46 lines (46 loc) · 1.15 KB
/
pixsfm_eth3d.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
dense_features:
model:
name: "s2dnet"
num_layers: 1
sparse : True
max_edge : 1600
patch_size : 16
mapping:
dense_features: ${..dense_features}
KA:
apply: true
strategy: "featuremetric"
level_indices: null
max_kps_per_problem: 50
optimizer:
print_summary: false
BA:
apply: true
strategy: "feature_reference"
repeats: 1
level_indices: null
optimizer:
solver:
max_num_iterations: 10
print_summary: false
refine_focal_length: false
refine_extra_params: false
refine_extrinsics: false
localization:
dense_features: ${..dense_features}
target_reference: "nearest"
unique_inliers: "min_error"
overwrite_features_sparse: False
QKA:
apply: true
level_indices: null
feature_inlier_thresh: -1
optimizer:
print_summary: false
QBA:
apply: true
level_indices: null
optimizer:
print_summary: false
refine_focal_length: false
refine_extra_params: false