File size: 410 Bytes
776ed6d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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

{
  "crop_size": {
    "height": 224,
    "width": 224
  },
  "do_center_crop": true, 
  "do_normalize": true, 
  "do_resize": true,
  "image_mean": [
    0.874729,
    0.805668,
    0.775503
  ],
  "model_type": "dinov2_with_registers",
  "image_processor_type": "BitImageProcessor",
  "image_std": [
    0.087585,
    0.095079,
    0.102132
  ],
  "resample": 3,
  "size": {
    "shortest_edge": 256
  }
}