CoolFace
Modelpublic

hf-tiny-model-private/tiny-random-Blip2Model

sourceHugging Faceupdated 3y agoView on Hugging Face
0likes18downloads
preprocessor_config.json25 linesDownload Raw Back to root
1{2  "crop_size": 30,3  "do_convert_rgb": true,4  "do_normalize": true,5  "do_rescale": true,6  "do_resize": true,7  "image_mean": [8    0.48145466,9    0.4578275,10    0.4082107311  ],12  "image_processor_type": "BlipImageProcessor",13  "image_std": [14    0.26862954,15    0.26130258,16    0.2757771117  ],18  "resample": 3,19  "rescale_factor": 0.00392156862745098,20  "size": {21    "height": 30,22    "width": 3023  }24}25