CoolFace
Modelpublic

sthui/SimpleSeg

sourceHugging Facemitupdated 8mo agoView on Hugging Face
0likes10downloads
preprocessor_config.json20 linesDownload Raw Back to root
1{2    "auto_map": {3        "AutoImageProcessor": "image_processing_kimi_vl.KimiVLImageProcessor",4        "AutoProcessor": "processing_kimi_vl.KimiVLProcessor"5    },6    "in_token_limit": 4096,7    "patch_size": 14,8    "num_pooled_tokens": 1024,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    "pad_input": true20}