CoolFace
Modelpublic

windgrin/c1

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes2downloads
preprocessor_config.json27 linesDownload Raw Back to root
1{2  "do_convert_rgb": true,3  "do_normalize": true,4  "do_pad": 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": "MllamaImageProcessor",13  "image_std": [14    0.26862954,15    0.26130258,16    0.2757771117  ],18  "max_image_tiles": 4,19  "processor_class": "MllamaProcessor",20  "resample": 2,21  "rescale_factor": 0.00392156862745098,22  "size": {23    "height": 560,24    "width": 56025  }26}27