pix2struct-large/preprocessor_config.json

13 lines
249 B
JSON
Raw Normal View History

2024-09-25 16:28:31 +08:00
{
"do_convert_rgb": true,
"do_normalize": true,
"image_processor_type": "Pix2StructImageProcessor",
"is_vqa": true,
"max_patches": 4096,
"patch_size": {
"height": 16,
"width": 16
},
"processor_class": "Pix2StructProcessor"
}