CoolFace
Modelpublic

beyoru/Orbit

sourceHugging Facemitupdated 1mo agoView on Hugging Face
0likes89downloads
processor_config.json61 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    "merge_size": 2,19    "patch_size": 16,20    "resample": 3,21    "rescale_factor": 0.00392156862745098,22    "size": {23      "longest_edge": 16777216,24      "shortest_edge": 6553625    },26    "temporal_patch_size": 227  },28  "processor_class": "Qwen3VLProcessor",29  "video_processor": {30    "do_convert_rgb": true,31    "do_normalize": true,32    "do_rescale": true,33    "do_resize": true,34    "do_sample_frames": true,35    "fps": 2,36    "image_mean": [37      0.5,38      0.5,39      0.540    ],41    "image_std": [42      0.5,43      0.5,44      0.545    ],46    "max_frames": 768,47    "merge_size": 2,48    "min_frames": 4,49    "patch_size": 16,50    "resample": 3,51    "rescale_factor": 0.00392156862745098,52    "return_metadata": false,53    "size": {54      "longest_edge": 25165824,55      "shortest_edge": 409656    },57    "temporal_patch_size": 2,58    "video_processor_type": "Qwen3VLVideoProcessor"59  }60}61