CoolFace
Modelpublic

Mantis-VL/mfuyu_llava50k

sourceHugging Facemitupdated 3y agoView on Hugging Face
0likes25downloads
preprocessor_config.json25 linesDownload Raw Back to root
1{2  "do_normalize": true,3  "do_pad": true,4  "do_rescale": true,5  "do_resize": true,6  "image_mean": 0.5,7  "image_processor_type": "FuyuImageProcessor",8  "image_std": 0.5,9  "padding_mode": "constant",10  "padding_value": 1.0,11  "patch_size": {12    "height": 30,13    "width": 3014  },15  "processor_class": "MFuyuProcessor",16  "resample": 2,17  "rescale_factor": 0.00392156862745098,18  "size": {19    "height": 1080,20    "width": 192021  },22  "target_height": 1080,23  "target_width": 192024}25