CoolFace
Modelpublic

TomasFAV/Pix2StructCzechInvoiceV0123

sourceHugging Faceapache-2.0updated 6mo agoView on Hugging Face
0likes16downloads
processor_config.json20 linesDownload Raw Back to root
1{2  "image_processor": {3    "data_format": "channels_first",4    "do_convert_rgb": true,5    "do_normalize": true,6    "image_processor_type": "Pix2StructImageProcessorFast",7    "is_vqa": true,8    "max_patches": 2048,9    "patch_size": {10      "height": 16,11      "width": 1612    },13    "size": {14      "height": 2338,15      "width": 165416    }17  },18  "processor_class": "Pix2StructProcessor"19}20