Xenova HF staff commited on
Commit
c235f08
1 Parent(s): 3ba9ad2

Update preprocessor_config.json

Browse files
Files changed (1) hide show
  1. preprocessor_config.json +2 -2
preprocessor_config.json CHANGED
@@ -3,7 +3,7 @@
3
  "do_rescale": true,
4
  "do_resize": true,
5
  "image_processor_type": "SiglipImageProcessor",
6
- "mean": [
7
  0.5,
8
  0.5,
9
  0.5
@@ -15,7 +15,7 @@
15
  "height": 224,
16
  "width": 224
17
  },
18
- "std": [
19
  0.5,
20
  0.5,
21
  0.5
 
3
  "do_rescale": true,
4
  "do_resize": true,
5
  "image_processor_type": "SiglipImageProcessor",
6
+ "image_mean": [
7
  0.5,
8
  0.5,
9
  0.5
 
15
  "height": 224,
16
  "width": 224
17
  },
18
+ "image_std": [
19
  0.5,
20
  0.5,
21
  0.5