DocumentFigureClassifier-v2.0 / preprocessor_config.json
dolfim-ibm's picture
Create preprocessor_config.json (#1)
00cebdf verified
raw
history blame contribute delete
377 Bytes
{
"do_convert_rgb": null,
"do_normalize": true,
"do_rescale": true,
"do_resize": true,
"image_mean": [
0.485,
0.456,
0.406
],
"image_processor_type": "ViTImageProcessor",
"image_std": [
0.47853944,
0.4732864,
0.47434163
],
"resample": 2,
"rescale_factor": 0.00392156862745098,
"size": {
"height": 224,
"width": 224
}
}