CoolFace
Modelpublic

microsoft/swinv2-base-patch4-window16-256

sourceHugging Faceapache-2.0updated 4y agoView on Hugging Face
6likes851downloads
preprocessor_config.json18 linesDownload Raw Back to root
1{2  "do_normalize": true,3  "do_resize": true,4  "feature_extractor_type": "ViTFeatureExtractor",5  "image_mean": [6    0.485,7    0.456,8    0.4069  ],10  "image_std": [11    0.229,12    0.224,13    0.22514  ],15  "resample": 3,16  "size": 25617}18