forked from aeterna-lux/baboon-tracking
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yml
48 lines (38 loc) · 957 Bytes
/
config.yml
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
input: './data/input.mp4'
output: './output/output.mp4'
mask_output: './output/mask.mp4'
preprocess:
kernel_size: 5
motion_detector:
history_frames: 4
registration:
good_match_percent: 0.27
ransac_max_error: 4.96
ssc_num_ret_points: 10001
ssc_tolerence: 0.13
quantize_frames:
scale_factor: 8
noise_reduction:
erode_kernel_size: 6
dilate_kernel_size: 24
combine_kernel_size: 14
hysteresis:
required_motion_observations: 1
required_no_motion_observations: 4
group_filter:
size: 1
min_size_filter:
min_size: 5
dead_reckoning:
dist_threshold: 30
same_region_threshold: 0.3
motion_detector_stages:
HysteresisFilter:
order: 0
enabled: 1
GroupFilter:
order: 1
enabled: 0
DilateErodeFilter:
order: 2
enabled: 1