cheque-field-regressor / preprocessor_config.json
jaganadhg's picture
Upload folder using huggingface_hub
e012a4a verified
Raw
History Blame Contribute Delete
249 Bytes
{
"do_normalize": true,
"do_resize": true,
"image_mean": [
0.485,
0.456,
0.406
],
"image_processor_type": "ChequeImageProcessor",
"image_std": [
0.229,
0.224,
0.225
],
"img_height": 512,
"img_width": 1024
}