surya_layout / preprocessor_config.json
xiaoyao9184's picture
Add files using upload-large-folder tool
f911ff9 verified
raw
history blame contribute delete
419 Bytes
{
"do_convert_rgb": null,
"do_normalize": true,
"do_rescale": true,
"do_resize": false,
"image_mean": [
0.485,
0.456,
0.406
],
"image_processor_type": "ViTImageProcessor",
"image_std": [
0.229,
0.224,
0.225
],
"processor_class": "MultimodalFoundationProcessor",
"resample": 3,
"rescale_factor": 0.00392156862745098,
"size": {
"height": 1024,
"width": 256
}
}