PellelNitram commited on
Commit
2c0482e
·
verified ·
1 Parent(s): 1595ea4

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +27 -0
config.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_name": "word_detector",
3
+ "input_size": {
4
+ "height": 448,
5
+ "width": 448
6
+ },
7
+ "output_size": {
8
+ "height": 224,
9
+ "width": 224
10
+ },
11
+ "fg_cc_threshold": 0.5,
12
+ "fg_cc_max_num": 1000,
13
+ "normalization": {
14
+ "scale": 255.0,
15
+ "shift": -0.5
16
+ },
17
+ "map_ordering": {
18
+ "SEG_WORD": 0,
19
+ "SEG_SURROUNDING": 1,
20
+ "SEG_BACKGROUND": 2,
21
+ "GEO_TOP": 3,
22
+ "GEO_BOTTOM": 4,
23
+ "GEO_LEFT": 5,
24
+ "GEO_RIGHT": 6,
25
+ "NUM_MAPS": 7
26
+ }
27
+ }