forked from cvg/pixel-perfect-sfm
-
Notifications
You must be signed in to change notification settings - Fork 1
/
dsift.yaml
51 lines (51 loc) · 1.25 KB
/
dsift.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
49
50
51
dense_features:
model:
name: "dsift"
rootsift: true
spatial_bin_size: 4
sparse : true
use_cache: false
max_edge : 2000
patch_size : 16
device: cuda
dtype: half
mapping:
dense_features: ${..dense_features}
KA:
apply: true
strategy: "featuremetric"
level_indices: null
max_kps_per_problem: 50
optimizer:
print_summary: false
bound: 4.0
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