File size: 457 Bytes
94ce118
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "image_processor_type": "UnlimitedOcrImageProcessor",
  "do_convert_rgb": true,
  "do_resize": true,
  "resample": 3,
  "do_rescale": true,
  "rescale_factor": 0.00392156862745098,
  "do_normalize": true,
  "crop_to_patches": true,
  "min_patches": 2,
  "max_patches": 32,
  "tile_size": 640,
  "background_color": [127, 127, 127],
  "size": {
    "height": 1024,
    "width": 1024
  },
  "image_mean": [0.5, 0.5, 0.5],
  "image_std": [0.5, 0.5, 0.5]
}