layoutlmv3-base-mpdocvqa/preprocessor_config.json

21 lines
321 B
JSON
Raw Normal View History

2023-02-21 07:57:14 +00:00
{
"apply_ocr": false,
"do_normalize": true,
"do_resize": true,
"feature_extractor_type": "LayoutLMv3FeatureExtractor",
"image_mean": [
0.5,
0.5,
0.5
],
"image_std": [
0.5,
0.5,
0.5
],
"ocr_lang": null,
"processor_class": "LayoutLMv3Processor",
"resample": 2,
"size": 224
}