CoolFace
Modelpublic

UnionStreet/Helios-Lynx-1.0

sourceHugging Faceapache-2.0updated 4mo agoView on Hugging Face
0likes10downloads
processor_config.json65 linesDownload Raw Back to root
1{2  "image_processor": {3    "do_convert_rgb": true,4    "do_normalize": true,5    "do_rescale": true,6    "do_resize": true,7    "image_mean": [8      0.5,9      0.5,10      0.511    ],12    "image_processor_type": "Qwen2VLImageProcessor",13    "image_std": [14      0.5,15      0.5,16      0.517    ],18    "max_pixels": 16777216,19    "merge_size": 2,20    "min_pixels": 65536,21    "patch_size": 16,22    "resample": 3,23    "rescale_factor": 0.00392156862745098,24    "size": {25      "longest_edge": 16777216,26      "shortest_edge": 6553627    },28    "temporal_patch_size": 229  },30  "processor_class": "Qwen3VLProcessor",31  "video_processor": {32    "data_format": "channels_first",33    "default_to_square": true,34    "do_convert_rgb": true,35    "do_normalize": true,36    "do_rescale": true,37    "do_resize": true,38    "do_sample_frames": true,39    "fps": 2,40    "image_mean": [41      0.5,42      0.5,43      0.544    ],45    "image_std": [46      0.5,47      0.5,48      0.549    ],50    "max_frames": 768,51    "merge_size": 2,52    "min_frames": 4,53    "patch_size": 16,54    "resample": 3,55    "rescale_factor": 0.00392156862745098,56    "return_metadata": false,57    "size": {58      "longest_edge": 25165824,59      "shortest_edge": 409660    },61    "temporal_patch_size": 2,62    "video_processor_type": "Qwen3VLVideoProcessor"63  }64}65