CoolFace
Modelpublic

optimum-intel-internal-testing/tiny-open-clip-model

sourceHugging Faceupdated 11mo agoView on Hugging Face
0likes10kdownloads
preprocessor_config.json20 linesDownload Raw Back to root
1{2  "crop_size": 224,3  "do_center_crop": true,4  "do_normalize": true,5  "do_resize": true,6  "feature_extractor_type": "CLIPFeatureExtractor",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": 22419}20