CoolFace
Modelpublic

Xenova/mobileclip_s2

sourceHugging Faceotherupdated 1y agoView on Hugging Face
7likes482downloads
preprocessor_config.json18 linesDownload Raw Back to root
1{2  "crop_size": {3    "height": 256,4    "width": 2565  },6  "do_center_crop": true,7  "do_convert_rgb": true,8  "do_normalize": false,9  "do_rescale": true,10  "do_resize": true,11  "feature_extractor_type": "CLIPFeatureExtractor",12  "image_processor_type": "CLIPFeatureExtractor",13  "resample": 2,14  "rescale_factor": 0.00392156862745098,15  "size": {16    "shortest_edge": 25617  }18}