TaiVisionLM-base-v1 / preprocessor_config.json
benchang1110's picture
Upload processor
b48abc0 verified
raw
history blame
No virus
510 Bytes
{
"auto_map": {
"AutoProcessor": "processing_taivisionlm.TaiVisionProcessor"
},
"do_convert_rgb": null,
"do_normalize": true,
"do_rescale": true,
"do_resize": true,
"image_mean": [
0.5,
0.5,
0.5
],
"image_processor_type": "SiglipImageProcessor",
"image_seq_length": 196,
"image_std": [
0.5,
0.5,
0.5
],
"processor_class": "TaiVisionProcessor",
"resample": 3,
"rescale_factor": 0.00392156862745098,
"size": {
"height": 224,
"width": 224
}
}