PaddleOCR-VL / preprocessor_config.json
xiaohei66's picture
To rename for future compatibility with transformers (#71)
a877c8c verified
raw
history blame contribute delete
641 Bytes
{
"auto_map": {
"AutoImageProcessor": "image_processing_paddleocr_vl.PaddleOCRVLImageProcessor",
"AutoProcessor": "processing_paddleocr_vl.PaddleOCRVLProcessor"
},
"do_convert_rgb": true,
"do_normalize": true,
"do_rescale": true,
"do_resize": true,
"image_mean": [
0.5,
0.5,
0.5
],
"image_processor_type": "PaddleOCRVLImageProcessor",
"image_std": [
0.5,
0.5,
0.5
],
"max_pixels": 2822400,
"merge_size": 2,
"min_pixels": 147384,
"patch_size": 14,
"processor_class": "PaddleOCRVLProcessor",
"resample": 3,
"rescale_factor": 0.00392156862745098,
"temporal_patch_size": 1
}