CoolFace
Modelpublic

mlx-community/PaddleOCR-VL-8bit

sourceHugging Faceapache-2.0updated 8mo agoView on Hugging Face
3likes90downloads
processor_config.json47 linesDownload Raw Back to root
1{2  "image_processor": {3    "auto_map": {4      "AutoImageProcessor": "image_processing_paddleocr_vl.PaddleOCRVLImageProcessor",5      "AutoProcessor": "processing_paddleocr_vl.PaddleOCRVLProcessor"6    },7    "crop_size": null,8    "data_format": "channels_first",9    "device": null,10    "disable_grouping": null,11    "do_center_crop": null,12    "do_convert_rgb": true,13    "do_normalize": true,14    "do_pad": null,15    "do_rescale": true,16    "do_resize": true,17    "image_mean": [18      0.5,19      0.5,20      0.521    ],22    "image_processor_type": "PaddleOCRVLImageProcessorFast",23    "image_seq_length": null,24    "image_std": [25      0.5,26      0.5,27      0.528    ],29    "input_data_format": null,30    "max_pixels": 2822400,31    "merge_size": 2,32    "min_pixels": 147384,33    "pad_size": null,34    "patch_size": 14,35    "processor_class": "PaddleOCRVLProcessor",36    "resample": 3,37    "rescale_factor": 0.00392156862745098,38    "return_tensors": null,39    "size": {40      "longest_edge": 2822400,41      "shortest_edge": 14738442    },43    "temporal_patch_size": 144  },45  "processor_class": "PaddleOCRVLProcessor"46}47