-
Notifications
You must be signed in to change notification settings - Fork 101
/
RightEyeOuterCorner.cfg
31 lines (31 loc) · 1.46 KB
/
RightEyeOuterCorner.cfg
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
RightEyeOuterCorner
{
landmark "right.eye.corner_outer"
type fiveStageCascade ; fiveStageCascade | single. If type is 'fiveStageCascade': provide a 'firstClassifier' and 'secondClassifier'. If type is 'single', provide a 'classifier'.
firstClassifier pwvm ; pwvm | prvm | psvm (Note: in the future, make distinction in code if probabilistic or not. For now, only support probabilistic.)
{
classifierFile C:/Users/Patrik/Documents/GitHub/config/WRVM/lx_hq64/lx_wvm_r0.013_c20_o8x8_n20l11t15_hcthr0.88-0.35,0.50-0.20/lx_wvm_r0.013_c20_o8x8_n20l11t15_hcthr0.88-0.35,0.50-0.20.mat
thresholdsFile C:/Users/Patrik/Documents/GitHub/config/WRVM/lx_hq64/lx_wvm_r0.013_c20_o8x8_n20l11t15_hcthr0.88-0.35,0.50-0.20/lx_wvm_r0.013_c20_o8x8_n20l11t15_hcthr0.88-0.35,0.50-0.20--lx_ts_thres_0.005.mat
}
secondClassifier psvm
{
classifierFile C:/Users/Patrik/Documents/GitHub/config/WRVM/lx_hq64/lx_wvm_r0.013_c20_o8x8_n20l11t15_hcthr0.88-0.35,0.50-0.20/lx_wvm_r0.013_c20_o8x8_n20l11t15_hcthr0.88-0.35,0.50-0.20.mat
thresholdsFile C:/Users/Patrik/Documents/GitHub/config/WRVM/lx_hq64/lx_wvm_r0.013_c20_o8x8_n20l11t15_hcthr0.88-0.35,0.50-0.20/lx_wvm_r0.013_c20_o8x8_n20l11t15_hcthr0.88-0.35,0.50-0.20--lx_ts_thres_0.005.mat
}
pyramid
{
minScaleFactor 0.5
maxScaleFactor 0.7
incrementalScaleFactor 0.9 ; (0.09, 0.25, 0.9) are default values that are nearly the same as the old (90, 9, 0.9) setting
patch
{
width 24
height 24
}
}
overlapElimination
{
dist 5.0
ratio 0.0
}
}