CoolFace
Modelpublic

hf-tiny-v2/tiny-random-PPDocLayoutV3ForObjectDetection

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