centurio_qwen / preprocessor_config.json
Gregor's picture
Upload processor
9caac02 verified
raw
history blame contribute delete
402 Bytes
{
"auto_map": {
"AutoProcessor": "processing_centurio.CenturioProcessor"
},
"image_processor_type": "CenturioTimmImageProcessor",
"input_size": [
384,
384
],
"interpolation": "bicubic",
"mean": [
0.5,
0.5,
0.5
],
"processor_class": "CenturioProcessor",
"std": [
0.5,
0.5,
0.5
],
"tiling": 2,
"timm_model": "vit_so400m_patch14_siglip_384"
}