File size: 535 Bytes
9875bc8 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 |
{
"auto_map": {
"AutoProcessor": "processing_lfm2_vl.Lfm2VlProcessor"
},
"do_convert_rgb": null,
"do_normalize": true,
"do_rescale": true,
"do_resize": false,
"image_mean": [
0.5,
0.5,
0.5
],
"image_processor_type": "Siglip2ImageProcessor",
"image_std": [
0.5,
0.5,
0.5
],
"input_data_format": "channels_last",
"max_num_patches": 1024,
"patch_size": 16,
"processor_class": "Lfm2VlProcessor",
"resample": 2,
"rescale_factor": 0.00392156862745098,
"return_tensors": "pt"
}
|