trocr-large-printed / preprocessor_config.json
rohit5895's picture
Update preprocessor_config.json
72e7767 verified
raw
history blame
No virus
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
}