CoolFace
Modelpublic

microsoft/dit-base

sourceHugging Faceupdated 4y agoView on Hugging Face
33likes10kdownloads
preprocessor_config.json21 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": "BeitFeatureExtractor",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  "reduce_labels": false,18  "resample": 2,19  "size": 22420}21