CoolFace
Modelpublic

saifulbabo/math-captcha

sourceHugging Facemitupdated 3y agoView on Hugging Face
0likes6downloads
preprocessor_config.json20 linesDownload Raw Back to root
1{2  "crop_size": 224,3  "do_center_crop": false,4  "do_normalize": true,5  "do_resize": true,6  "feature_extractor_type": "DeiTFeatureExtractor",7  "image_mean": [8    0.5,9    0.5,10    0.511  ],12  "image_std": [13    0.5,14    0.5,15    0.516  ],17  "resample": 3,18  "size": 38419}20