CoolFace
Modelpublic

CNoureddine1/image-caption-generator

sourceHugging Faceupdated 5mo agoView on Hugging Face
0likes2downloads
processor_config.json28 linesDownload Raw Back to root
1{2  "image_processor": {3    "data_format": "channels_first",4    "do_convert_rgb": true,5    "do_normalize": true,6    "do_rescale": true,7    "do_resize": true,8    "image_mean": [9      0.48145466,10      0.4578275,11      0.4082107312    ],13    "image_processor_type": "BlipImageProcessorFast",14    "image_std": [15      0.26862954,16      0.26130258,17      0.2757771118    ],19    "resample": 3,20    "rescale_factor": 0.00392156862745098,21    "size": {22      "height": 384,23      "width": 38424    }25  },26  "processor_class": "BlipProcessor"27}28