File size: 402 Bytes
9caac02 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 |
{
"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"
}
|