sarashina2.2-ocr / preprocessor_config.json
toshi-456's picture
Initial commit
be3a9b8
raw
history blame contribute delete
646 Bytes
{
"auto_map": {
"AutoProcessor": "processing_sarashina2_vision.Sarashina2VisionProcessor"
},
"do_convert_rgb": true,
"do_normalize": true,
"do_rescale": true,
"do_resize": true,
"image_mean": [
0.5,
0.5,
0.5
],
"image_processor_type": "Sarashina2VisionImageProcessor",
"image_std": [
0.5,
0.5,
0.5
],
"max_pixels": 2458624,
"merge_size": 2,
"min_pixels": 3136,
"patch_size": 14,
"processor_class": "Sarashina2VisionProcessor",
"resample": 2,
"rescale_factor": 0.00392156862745098,
"size": {
"longest_edge": 2458624,
"shortest_edge": 3136
},
"temporal_patch_size": 2
}