CoolFace
Modelpublic

jdopensource/JoyAI-VL-Interaction-INT4

sourceHugging Faceapache-2.0updated 2mo agoView on Hugging Face
6likes315downloads
processor_config.json65 linesDownload Raw Back to root
1{2  "image_processor": {3    "data_format": "channels_first",4    "default_to_square": true,5    "do_convert_rgb": true,6    "do_normalize": true,7    "do_rescale": true,8    "do_resize": true,9    "image_mean": [10      0.5,11      0.5,12      0.513    ],14    "image_processor_type": "Qwen2VLImageProcessor",15    "image_std": [16      0.5,17      0.5,18      0.519    ],20    "merge_size": 2,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