forked from PRBonn/refusion
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig-example.toml
More file actions
50 lines (43 loc) · 882 Bytes
/
config-example.toml
File metadata and controls
50 lines (43 loc) · 882 Bytes
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
[tsdf_options]
voxel_size = 0.01
num_buckets = 50000
bucket_size = 10
num_blocks = 500000
block_size = 8
max_sdf_weight = 64
truncation_distance = 0.1
max_sensor_depth = 5
min_sensor_depth = 0.1
[tracker_options]
max_iterations_per_level_0 = 6
max_iterations_per_level_1 = 3
max_iterations_per_level_2 = 2
downsample_0 = 4
downsample_1 = 2
downsample_2 = 1
min_increment = 0.0001
huber_constant = 0.02
regularization = 0.002
reconstruction_strategy = "optical_flow" # Should be one of "residual", "optical_flow" or "static"
output_mask_video = true
output_flow_video = true
[sensor]
cx = 319.5
cy = 239.5
fx = 525.0
fy = 525.0
rows = 480
cols = 640
depth_factor = 5000
[logging]
verbose = true
debug = false
writeLogsToFile = false
filepath = ""
[input]
streamFrames = false
[output]
outputMesh = true
outputResults = true
outputTimings = true
outputReprojectedVideo = true