vol-google-72903 / video_preprocessor_config.json
mlkit's picture
Duplicate from voltage2/albedo-qwen3.6-35b-google
ce20607
Raw
History Blame Contribute Delete
332 Bytes
{
"image_mean": [
0.5,
0.5,
0.5
],
"image_std": [
0.5,
0.5,
0.5
],
"merge_size": 2,
"patch_size": 16,
"processor_class": "Qwen3VLProcessor",
"size": {
"longest_edge": 25165824,
"shortest_edge": 4096
},
"temporal_patch_size": 2,
"video_processor_type": "Qwen3VLVideoProcessor"
}