surya_tablerec / preprocessor_config.json
vikp's picture
Upload processor
ec8e278 verified
raw
history blame contribute delete
No virus
891 Bytes
{
"_valid_processor_keys": [
"images",
"do_resize",
"size",
"resample",
"do_thumbnail",
"do_align_long_axis",
"do_pad",
"random_padding",
"do_rescale",
"rescale_factor",
"do_normalize",
"image_mean",
"image_std",
"return_tensors",
"data_format",
"input_data_format"
],
"do_align_long_axis": true,
"do_normalize": false,
"do_pad": false,
"do_rescale": false,
"do_resize": false,
"do_thumbnail": false,
"image_mean": [
0.5,
0.5,
0.5
],
"image_processor_type": "SuryaImageProcessor",
"image_std": [
0.5,
0.5,
0.5
],
"max_size": {
"height": 640,
"width": 640
},
"patch_size": [
4,
4
],
"processor_class": "SuryaProcessor",
"resample": 2,
"rescale_factor": 0.00392156862745098,
"size": {
"height": 2560,
"width": 1920
},
"train": false
}