CoolFace
Modelpublic

JosephusCheung/ACertainModel

sourceHugging Facecreativeml-openrail-mupdated 4y agoView on Hugging Face
159likes211downloads
preprocessor_config.json21 linesDownload Raw Back to feature_extractor
1{2  "crop_size": 224,3  "do_center_crop": true,4  "do_convert_rgb": true,5  "do_normalize": true,6  "do_resize": true,7  "feature_extractor_type": "CLIPFeatureExtractor",8  "image_mean": [9    0.48145466,10    0.4578275,11    0.4082107312  ],13  "image_std": [14    0.26862954,15    0.26130258,16    0.2757771117  ],18  "resample": 3,19  "size": 22420}21