ocr-2512
/
hub
/models--vikp--surya_det3
/snapshots
/467ee9ec33e6e6c5f73e57dbc1415b14032f5b95
/preprocessor_config.json
{ | |
"_valid_processor_keys": [ | |
"images", | |
"segmentation_maps", | |
"do_resize", | |
"size", | |
"resample", | |
"do_rescale", | |
"rescale_factor", | |
"do_normalize", | |
"image_mean", | |
"image_std", | |
"do_reduce_labels", | |
"return_tensors", | |
"data_format", | |
"input_data_format" | |
], | |
"do_normalize": true, | |
"do_reduce_labels": true, | |
"do_rescale": true, | |
"do_resize": true, | |
"image_mean": [ | |
0.485, | |
0.456, | |
0.406 | |
], | |
"image_processor_type": "SegformerImageProcessor", | |
"image_std": [ | |
0.229, | |
0.224, | |
0.225 | |
], | |
"resample": 2, | |
"rescale_factor": 0.00392156862745098, | |
"size": { | |
"height": 1200, | |
"width": 1200 | |
} | |
} | |