CoolFace
Modelpublic

MHamdan/model-book-covers

sourceHugging Faceupdated 4y agoView on Hugging Face
0likes15downloads
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    960,22    128023  ]24}25