hugpv commited on
Commit
59a7808
·
1 Parent(s): 82fa839

initial commit

Browse files
Files changed (1) hide show
  1. algo_cfgs_all.json +51 -0
algo_cfgs_all.json ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "compare": {
3
+ "x_thresh": 512,
4
+ "n_nearest_lines": 3
5
+ },
6
+ "attach": {},
7
+ "segment": {},
8
+ "split": {},
9
+ "stretch": {
10
+ "stretch_bounds": [
11
+ 0.9,
12
+ 1.1
13
+ ],
14
+ "offset_bounds": [
15
+ -50,
16
+ 50
17
+ ]
18
+ },
19
+ "slice": {
20
+ "x_thresh": 192,
21
+ "y_thresh": 32,
22
+ "w_thresh": 32,
23
+ "n_thresh": 90
24
+
25
+ },
26
+ "warp": {},
27
+ "chain": {
28
+ "x_thresh": 192,
29
+ "y_thresh": 55
30
+ },
31
+ "regress": {
32
+ "slope_bounds": [
33
+ -0.1,
34
+ 0.1
35
+ ],
36
+ "offset_bounds": [
37
+ -50,
38
+ 50
39
+ ],
40
+ "std_bounds": [
41
+ 1,
42
+ 20
43
+ ]
44
+ },
45
+ "cluster": {},
46
+ "merge": {
47
+ "y_thresh": 32,
48
+ "gradient_thresh": 0.1,
49
+ "error_thresh": 20
50
+ }
51
+ }