CoolFace
Modelpublic

OEvortex/HelpingAI-Vision

sourceHugging Faceotherupdated 3y agoView on Hugging Face
6likes36downloads
preprocessor_config.json26 linesDownload Raw Back to root
1{2  "auto_map": {3    "AutoProcessor": "processing_llava.LlavaProcessor",4    "AutoImageProcessor": "processing_llava.MultiCropImageProcessor"5  },6  "do_normalize": true,7  "do_rescale": true,8  "do_resize": true,9  "image_mean": [10    0.5,11    0.5,12    0.513  ],14  "image_std": [15    0.5,16    0.5,17    0.518  ],19  "resample": 3,20  "rescale_factor": 0.00392156862745098,21  "size": {22    "height": 384,23    "width": 38424  }25}26