Cosmos3-Edge-Policy-SO101-init / preprocessor_config.json
geonmin-kim's picture
Portable tokenizer resolution: processor_name -> repo id, add preprocessor_config.json
2663b92 verified
Raw
History Blame
279 Bytes
{
"image_processor_type": "Qwen2VLImageProcessor",
"processor_class": "Qwen3VLProcessor",
"do_resize": true,
"patch_size": 16,
"merge_size": 2,
"temporal_patch_size": 1,
"image_mean": [
0.5,
0.5,
0.5
],
"image_std": [
0.5,
0.5,
0.5
]
}