File size: 451 Bytes
90e60f5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "library_name": "kerasformers",
  "kerasformers_version": "1.1.3",
  "preprocessor_module": "kerasformers.models.siglip2",
  "preprocessor_class": "SigLIP2ImageProcessor",
  "variant": "siglip2_base_p16_224",
  "image_resolution": 224,
  "mean": [
    0.5,
    0.5,
    0.5
  ],
  "std": [
    0.5,
    0.5,
    0.5
  ],
  "do_center_crop": true,
  "do_normalize": true,
  "do_resize": true,
  "data_format": "channels_last"
}