donut_ocr-vqa-200k / preprocessor_config.json
ndtran's picture
Update preprocessor_config.json (#1)
d32a141
raw
history blame contribute delete
424 Bytes
{
"do_align_long_axis": false,
"do_normalize": true,
"do_pad": true,
"do_rescale": true,
"do_resize": true,
"do_thumbnail": true,
"image_mean": [
0.5,
0.5,
0.5
],
"feature_extractor_type": "DonutFeatureExtractor",
"image_std": [
0.5,
0.5,
0.5
],
"processor_class": "DonutProcessor",
"resample": 2,
"rescale_factor": 0.00392156862745098,
"size": [
600,
800
]
}