FormVLM-v0.1 / preprocessor_config.json
jbarrow's picture
Upload folder using huggingface_hub
e0b8cda verified
raw
history blame contribute delete
631 Bytes
{
"crop_size": null,
"data_format": "channels_first",
"default_to_square": true,
"device": null,
"disable_grouping": null,
"do_center_crop": null,
"do_convert_rgb": true,
"do_normalize": true,
"do_pad": null,
"do_rescale": null,
"do_resize": null,
"image_mean": null,
"image_processor_type": "Kosmos2_5ImageProcessorFast",
"image_std": null,
"input_data_format": null,
"max_patches": 4096,
"pad_size": null,
"patch_size": {
"height": 16,
"width": 16
},
"processor_class": "Kosmos2_5Processor",
"resample": null,
"rescale_factor": null,
"return_tensors": null,
"size": null
}