VL3-SigLIP-NaViT / preprocessor_config.json
ClownRat's picture
Upload processor
592e852 verified
raw
history blame contribute delete
473 Bytes
{
"auto_map": {
"AutoImageProcessor": "image_processing_videollama3.Videollama3ImageProcessor"
},
"do_convert_rgb": true,
"do_normalize": true,
"do_rescale": true,
"do_resize": true,
"image_mean": [
0.5,
0.5,
0.5
],
"image_processor_type": "Videollama3ImageProcessor",
"image_std": [
0.5,
0.5,
0.5
],
"max_tokens": 16384,
"min_tokens": 16,
"patch_size": 14,
"resample": 3,
"rescale_factor": 0.00392156862745098
}