CoolFace
Modelpublic

DinoDave/BLIP_finetuned_spatial_relations

sourceHugging Facemitupdated 2y agoView on Hugging Face
0likes8downloads
preprocessor_config.json42 linesDownload Raw Back to root
1{2  "_valid_processor_keys": [3    "images",4    "do_resize",5    "size",6    "resample",7    "do_rescale",8    "rescale_factor",9    "do_normalize",10    "image_mean",11    "image_std",12    "do_convert_rgb",13    "return_tensors",14    "data_format",15    "input_data_format"16  ],17  "do_convert_rgb": true,18  "do_normalize": true,19  "do_pad": true,20  "do_rescale": true,21  "do_resize": true,22  "image_mean": [23    0.48145466,24    0.4578275,25    0.4082107326  ],27  "image_processor_type": "BlipImageProcessor",28  "image_std": [29    0.26862954,30    0.26130258,31    0.2757771132  ],33  "processor_class": "BlipProcessor",34  "resample": 3,35  "rescale_factor": 0.00392156862745098,36  "size": {37    "height": 384,38    "width": 38439  },40  "size_divisor": 3241}42