CoolFace
Modelpublic

BuroIdentidadDigital/Ine_ReversoV2

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes9downloads
preprocessor_config.json45 linesDownload Raw Back to root
1{2  "_valid_processor_keys": [3    "images",4    "do_resize",5    "size",6    "resample",7    "do_thumbnail",8    "do_align_long_axis",9    "do_pad",10    "random_padding",11    "do_rescale",12    "rescale_factor",13    "do_normalize",14    "image_mean",15    "image_std",16    "return_tensors",17    "data_format",18    "input_data_format"19  ],20  "do_align_long_axis": false,21  "do_normalize": true,22  "do_pad": true,23  "do_rescale": true,24  "do_resize": true,25  "do_thumbnail": true,26  "image_mean": [27    0.5,28    0.5,29    0.530  ],31  "image_processor_type": "DonutImageProcessor",32  "image_std": [33    0.5,34    0.5,35    0.536  ],37  "processor_class": "DonutProcessor",38  "resample": 2,39  "rescale_factor": 0.00392156862745098,40  "size": [41    960,42    128043  ]44}45