-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathzju.ini
144 lines (120 loc) · 2.5 KB
/
zju.ini
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
[Global]
# 0 == Time based random
randomSeed = 0
evalDir = /home/licheng/Snake-SLAM/B7/eval_out/
out_file_prefix = trajectory
num_tracking_threads = 4
async = false
async_lba = false
start_paused = false
keep_valid_depth_image = false
keep_all_frame_data = false
[Input]
# 0 = Mono
# 1 = RGBD
# 2 = Stereo
inputType = 0
# 0 = PRIMESENSE
# 1 = RAW_DATASET
# 2 = TUM-RGBD
# 3 = ZJU
# 4 = EUROC
# 5 = KITTI
# 6 = SCANNET
sensorTypeId = 3
voc_file = /home/licheng/Snake-SLAM/ORBvoc.minibow
[FeatureDetector]
fd_features = 1000
fd_levels = 4
fd_iniThFAST = 20
fd_minThFAST = 7
fd_scale_factor = 1.200000
fd_threads = 2
fd_bufferToFile = false
fd_drawDebugImage = false
fd_gpu = false
fd_relaxed_stereo = true
[Tracking]
kfi_target_matches = 150
th_map = 100
initialization_quality = 1
[Dataset]
playback_fps = 100
dir = /home/licheng/Snake-SLAM/B7
startFrame = 0
maxFrames = -1
multiThreadedLoad = true
preload = true
normalize_timestamps = true
ground_truth_time_offset = 0.000000
[saiga]
# Multiple search pathes must be separated by '!'.
# Example:
# shaderDirectory = shader!/usr/local/share/saiga/shader!somepath/asdf/shader
shaderDirectory = shader/!/home/dari/Projects/saiga/shader
textureDirectory = textures/
modelDirectory = models/
fontDirectory = fonts/
dataDirectory = data/
mainThreadName = Saiga::main
logging = false
verbose_logging = 0
logging_enabled = false
[Viewer]
enabled = false
KeyFrameSize = 0.020000
KeyFrameLineWidth = 2.000000
GraphLineWidth = 2.000000
PointSize = 4.000000
CameraLineWidth = 3.000000
renderInput = true
renderPoints = true
renderCurrentCam = true
renderKeyframes = true
renderFrames = false
renderEdges = true
renderVelocity = false
smoothCamera = true
renderGUI = true
followCamera = true
[window]
name = Saiga
width = 1280
height = 720
fullscreen = false
borderless = false
alwaysOnTop = false
resizeAble = true
vsync = false
[imgui]
enable = true
font = SourceSansPro-Regular.ttf
fontSize = 18
fontBrightness = 2.000000
# Available Themes:
# 0-Saiga, 1-ImGuiDefault
theme = 0
[opengl]
debug = true
assertAtError = false
forwardCompatible = false
versionMajor = 3
versionMinor = 2
# One of the following: 'ANY' 'CORE' 'COMPATIBILITY'
profile = CORE
[Rendering]
srgbWrites = true
[mainloop]
updatesPerSecond = 10
framesPerSecond = 10
mainLoopInfoTime = 60.000000
maxFrameSkip = 0
parallelUpdate = false
catchUp = false
printInfoMsg = false
[IMU]
enable_imu = true
weight_gyro_optimization = 0.50000
weight_gyro_tracking = 0.50000
weight_acc_optimization = 0.050000
weight_acc_tracking = 0.050000