CoolFace
Modelpublic

google/pix2struct-base

sourceHugging Faceapache-2.0updated 3y agoView on Hugging Face
80likes21kdownloads
preprocessor_config.json12 linesDownload Raw Back to root
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": 169  },10  "processor_class": "Pix2StructProcessor"11}12