CoolFace
Modelpublic

Pluto-AI-Labs/Apollo-VL-Edge-3B

sourceHugging Faceapache-2.0updated 1mo agoView on Hugging Face
8likes310downloads
processor_config.json67 linesDownload Raw Back to root
1{2  "image_processor": {3    "data_format": "channels_first",4    "do_convert_rgb": true,5    "do_normalize": true,6    "do_rescale": true,7    "do_resize": true,8    "image_mean": [9      0.48145466,10      0.4578275,11      0.4082107312    ],13    "image_processor_type": "Qwen2VLImageProcessorFast",14    "image_std": [15      0.26862954,16      0.26130258,17      0.2757771118    ],19    "merge_size": 2,20    "patch_size": 14,21    "resample": 3,22    "rescale_factor": 0.00392156862745098,23    "size": {24      "longest_edge": 12845056,25      "shortest_edge": 313626    },27    "temporal_patch_size": 2,28    "max_pixels": 602112,29    "min_pixels": 313630  },31  "processor_class": "Qwen2_5_VLProcessor",32  "video_processor": {33    "data_format": "channels_first",34    "default_to_square": true,35    "do_convert_rgb": true,36    "do_normalize": true,37    "do_rescale": true,38    "do_resize": true,39    "do_sample_frames": false,40    "image_mean": [41      0.48145466,42      0.4578275,43      0.4082107344    ],45    "image_processor_type": "Qwen2VLImageProcessor",46    "image_std": [47      0.26862954,48      0.26130258,49      0.2757771150    ],51    "max_frames": 768,52    "merge_size": 2,53    "min_frames": 4,54    "patch_size": 14,55    "resample": 3,56    "rescale_factor": 0.00392156862745098,57    "return_metadata": false,58    "size": {59      "longest_edge": 12845056,60      "shortest_edge": 313661    },62    "temporal_patch_size": 2,63    "video_processor_type": "Qwen2VLVideoProcessor"64  },65  "max_pixels": 602112,66  "min_pixels": 313667}