LZpenguin commited on
Commit
e74f158
1 Parent(s): 9e62edf
Files changed (1) hide show
  1. preprocessor_config.json +11 -0
preprocessor_config.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_convert_rgb": true,
3
+ "do_normalize": true,
4
+ "image_processor_type": "Pix2StructImageProcessor",
5
+ "max_patches": 2048,
6
+ "patch_size": {
7
+ "height": 16,
8
+ "width": 16
9
+ },
10
+ "processor_class": "Pix2StructProcessor"
11
+ }