HunyuanOCR / preprocessor_config.json
manaestras's picture
Update preprocessor_config.json
5a4e089 verified
raw
history blame
575 Bytes
{
"adaptor_patch_size": 2,
"max_image_size": 2048,
"hidden_size": 1152,
"num_hidden_layers": 27,
"min_image_size": 512,
"min_pixels": 262144,
"max_pixels": 4194304,
"sampling_fps": 0.5,
"max_frames": 100,
"video_compress": true,
"pad_seq_len": 32768,
"use_xrope": true,
"xdrope_section": [0.25, 0.25, 0.25, 0.25],
"image_mean": [
0.48145466,
0.4578275,
0.40821073
],
"image_std": [
0.26862954,
0.26130258,
0.27577711
],
"image_processor_type": "HunYuanVLImageProcessor",
"processor_class": "HunYuanVLProcessor"
}