CoolFace
Modelpublic

hf-tiny-model-private/tiny-random-MgpstrForSceneTextRecognition

sourceHugging Faceupdated 3y agoView on Hugging Face
0likes29downloads
preprocessor_config.json27 linesDownload Raw Back to root
1{2  "crop_size": [3    32,4    1285  ],6  "do_normalize": true,7  "do_rescale": true,8  "do_resize": true,9  "image_mean": [10    0.5,11    0.5,12    0.513  ],14  "image_processor_type": "ViTImageProcessor",15  "image_std": [16    0.5,17    0.5,18    0.519  ],20  "resample": 2,21  "rescale_factor": 0.00392156862745098,22  "size": {23    "height": 32,24    "width": 12825  }26}27