CoolFace
Modelpublic

xwk123/sft_appdelta_gui_agent

sourceHugging Faceotherupdated 3mo agoView on Hugging Face
0likes8downloads
processor_config.json64 linesDownload Raw Back to root
1{2  "image_processor": {3    "rescale_factor": 0.00392156862745098,4    "image_std": [5      0.5,6      0.5,7      0.58    ],9    "do_normalize": true,10    "do_rescale": true,11    "resample": 3,12    "size": {13      "longest_edge": 16777216,14      "shortest_edge": 6553615    },16    "temporal_patch_size": 2,17    "merge_size": 2,18    "do_convert_rgb": true,19    "do_resize": true,20    "image_mean": [21      0.5,22      0.5,23      0.524    ],25    "image_processor_type": "Qwen2VLImageProcessorFast",26    "data_format": "channels_first",27    "patch_size": 1628  },29  "processor_class": "Qwen3VLProcessor",30  "video_processor": {31    "rescale_factor": 0.00392156862745098,32    "image_std": [33      0.5,34      0.5,35      0.536    ],37    "do_normalize": true,38    "size": {39      "longest_edge": 25165824,40      "shortest_edge": 409641    },42    "video_processor_type": "Qwen3VLVideoProcessor",43    "return_metadata": false,44    "do_resize": true,45    "fps": 2,46    "data_format": "channels_first",47    "patch_size": 16,48    "do_rescale": true,49    "resample": 3,50    "temporal_patch_size": 2,51    "max_frames": 768,52    "merge_size": 2,53    "do_convert_rgb": true,54    "do_sample_frames": true,55    "image_mean": [56      0.5,57      0.5,58      0.559    ],60    "min_frames": 4,61    "default_to_square": true62  }63}64