-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathparams.yaml
95 lines (87 loc) · 2.19 KB
/
params.yaml
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
models:
type1:
width: 250
height: 50
net_chanels: 1
fill_color: 255
letters: '$$.0123456789abcdefghijklmnopqrstuvwxy'
ctc_input_length: 61
max_label_length: 7
model_path: 'data/models/type1/model.json'
type3:
width: 200
height: 60
net_chanels: 3
fill_color: 255
letters: " #$$'+,-0123456789abcdefghijklmnopqrstuvwxyz"
ctc_input_length: 48
max_label_length: 8
model_path: 'data/models/type3/model.json'
type4:
width: 190
height: 50
net_chanels: 3
fill_color: 255
letters: '123456789abcdefghijklmnpqrstuvwxyz'
ctc_input_length: 12
max_label_length: 7
model_path: 'data/models/type4/model.json'
type5:
width: 160
height: 90
net_chanels: 3
fill_color: 255
letters: '23456789abcdegikpqsvxyz'
ctc_input_length: 16
max_label_length: 7
model_path: 'data/models/type5/model.json'
type6:
width: 95
height: 40
net_chanels: 3
fill_color: 255
letters: " !'+,.0123456789;[abcdefghijklmnopqrstuvwxyzóабвгдежзийклмнопрстуфхцчшщъыьэюяєі"
ctc_input_length: 16
max_label_length: 7
model_path: 'data/models/type6/model.json'
type7:
width: 100
height: 60
net_chanels: 3
fill_color: 255
letters: '23456789abcdegikpqsvxyz'
ctc_input_length: 24
max_label_length: 7
model_path: 'data/models/type7/model.json'
type8:
width: 100
height: 60
net_chanels: 3
fill_color: 255
letters: ' 0123456789^abcdefghijklmnopqrstuvwxyzавл'
ctc_input_length: 24
max_label_length: 9
model_path: 'data/models/type8/model.json'
recaptcha:
width: 95
height: 95
net_chanels: 3
fill_color: 255
classes:
- Bicycle
- Bridge
- Bus
- Car
- Chimney
- Crosswalk
- Hydrant
- Motorcycle
- Mountain
- Palm
- Stairs
- Taxi
- Tractor
- Traffic Light
- Boat
- Parking Meters
model_path: 'data/models/recaptcha/model.json'