trocr-small / preprocessor_config.json
hieunguyen1053's picture
Upload processor
b37ddf4
raw
history blame contribute delete
504 Bytes
{
"crop_size": {
"height": 336,
"width": 336
},
"do_center_crop": false,
"do_normalize": true,
"do_rescale": true,
"do_resize": true,
"feature_extractor_type": "DeiTFeatureExtractor",
"image_mean": [
0.5,
0.5,
0.5
],
"image_processor_type": "DeiTFeatureExtractor",
"image_std": [
0.5,
0.5,
0.5
],
"processor_class": "TrOCRProcessor",
"resample": 2,
"rescale_factor": 0.00392156862745098,
"size": {
"height": 384,
"width": 384
}
}