File size: 453 Bytes
bd27421
d6043d9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
bd27421
d6043d9
 
 
bd27421
d6043d9
bd27421
d6043d9
 
 
bd27421
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
{
  "image_size": 224,
  "mean": [
    0.485,
    0.456,
    0.406
  ],
  "std": [
    0.229,
    0.224,
    0.225
  ],
  "center_crop_shortest": true,
  "whiteout_header": false,
  "whiteout_fraction": 0.15,
  "class_names": [
    "Complex Table",
    "Simple Table",
    "Visual - Essential",
    "Visual - Supportive"
  ],
  "threshold": 0.5,
  "image_required_classes": [
    "Complex Table",
    "Visual - Essential"
  ]
}