CoolFace
Modelpublic

jiang-cc/AD-Copilot-Thinking

sourceHugging Faceupdated 6mo agoView on Hugging Face
3likes35downloads
preprocessor_config.json41 linesDownload Raw Back to root
1{2  "auto_map": {3    "AutoProcessor": "modeling_yangjian.YangJianProcessor"4  },5  "crop_size": null,6  "data_format": "channels_first",7  "default_to_square": true,8  "device": null,9  "disable_grouping": null,10  "do_center_crop": null,11  "do_convert_rgb": true,12  "do_normalize": true,13  "do_rescale": true,14  "do_resize": true,15  "image_mean": [16    0.48145466,17    0.4578275,18    0.4082107319  ],20  "image_processor_type": "Qwen2VLImageProcessorFast",21  "image_std": [22    0.26862954,23    0.26130258,24    0.2757771125  ],26  "input_data_format": null,27  "max_pixels": 12845056,28  "merge_size": 2,29  "min_pixels": 3136,30  "patch_size": 14,31  "processor_class": "YangJianProcessor",32  "resample": 3,33  "rescale_factor": 0.00392156862745098,34  "return_tensors": null,35  "size": {36    "longest_edge": 12845056,37    "shortest_edge": 313638  },39  "temporal_patch_size": 240}41