tiny-processor-glm_image / preprocessor_config.json
hf-transformers-bot's picture
Upload folder using huggingface_hub
9aaff22 verified
Raw
History Blame Contribute Delete
449 Bytes
{
"min_pixels": 144,
"max_pixels": 324,
"do_rescale": true,
"do_normalize": true,
"do_resize": true,
"patch_size": 4,
"temporal_patch_size": 1,
"merge_size": 1,
"image_mean": [
0.5,
0.5,
0.5
],
"image_std": [
0.5,
0.5,
0.5
],
"image_processor_type": "GlmImageImageProcessor",
"processor_class": "GlmImageProcessor",
"resample": 3,
"rescale_factor": 0.00392156862745098
}