ppocr-mlx / table_wired /preprocessor_config.json
jasonni2's picture
Upload folder using huggingface_hub
1e1b9bd verified
Raw
History Blame Contribute Delete
217 Bytes
{
"do_resize": true,
"size": {
"height": 512,
"width": 512
},
"do_normalize": true,
"image_mean": [0.485, 0.456, 0.406],
"image_std": [0.229, 0.224, 0.225],
"do_pad": true
}