CoolFace
Modelpublic

OpenGVLab/InternVL3_5-1B-HF

sourceHugging Faceapache-2.0updated 1y agoView on Hugging Face
7likes12kdownloads
preprocessor_config.json35 linesDownload Raw Back to root
1{2  "crop_size": null,3  "crop_to_patches": false,4  "data_format": "channels_first",5  "default_to_square": true,6  "device": null,7  "do_center_crop": null,8  "do_convert_rgb": true,9  "do_normalize": true,10  "do_rescale": true,11  "do_resize": true,12  "image_mean": [13    0.485,14    0.456,15    0.40616  ],17  "image_processor_type": "GotOcr2ImageProcessorFast",18  "image_std": [19    0.229,20    0.224,21    0.22522  ],23  "input_data_format": null,24  "max_patches": 12,25  "min_patches": 1,26  "processor_class": "InternVLProcessor",27  "resample": 3,28  "rescale_factor": 0.00392156862745098,29  "return_tensors": null,30  "size": {31    "height": 448,32    "width": 44833  }34}35