CoolFace
Modelpublic

philschmid/donut-base-sroie

sourceHugging Facemitupdated 4y agoView on Hugging Face
3likes145downloads
preprocessor_config.json25 linesDownload Raw Back to root
1{2  "do_align_long_axis": false,3  "do_normalize": true,4  "do_pad": true,5  "do_resize": true,6  "do_thumbnail": true,7  "feature_extractor_type": "DonutFeatureExtractor",8  "image_mean": [9    0.5,10    0.5,11    0.512  ],13  "image_std": [14    0.5,15    0.5,16    0.517  ],18  "processor_class": "DonutProcessor",19  "resample": 2,20  "size": [21    720,22    96023  ]24}25