VideoLLaMA3-2B-Image / preprocessor_config.json
ClownRat's picture
Upload processor
0c5b101 verified
raw
history blame
596 Bytes
{
"auto_map": {
"AutoImageProcessor": "image_processing_videollama3.Videollama3ImageProcessor",
"AutoProcessor": "processing_videollama3.Videollama3Qwen2Processor"
},
"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,
"processor_class": "Videollama3Qwen2Processor",
"resample": 3,
"rescale_factor": 0.00392156862745098
}