trocr-base-handwritten / preprocessor_config.json
nielsr's picture
nielsr HF staff
Update preprocessor_config.json (#7)
9a8138a verified
raw
history blame
226 Bytes
{
"do_normalize": true,
"do_resize": true,
"image_processor_type": "ViTFeatureExtractor",
"image_mean": [
0.5,
0.5,
0.5
],
"image_std": [
0.5,
0.5,
0.5
],
"resample": 2,
"size": 384
}