wendys-llc commited on
Commit
6ad5f2d
·
verified ·
1 Parent(s): 5ae3ade

Upload preprocessor_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. preprocessor_config.json +5 -2
preprocessor_config.json CHANGED
@@ -1,9 +1,10 @@
1
  {
2
- "image_processor_type": "CheckboxImageProcessor",
3
  "size": {
4
  "height": 128,
5
  "width": 128
6
  },
 
7
  "image_mean": [
8
  0.485,
9
  0.456,
@@ -13,5 +14,7 @@
13
  0.229,
14
  0.224,
15
  0.225
16
- ]
 
 
17
  }
 
1
  {
2
+ "do_resize": true,
3
  "size": {
4
  "height": 128,
5
  "width": 128
6
  },
7
+ "do_normalize": true,
8
  "image_mean": [
9
  0.485,
10
  0.456,
 
14
  0.229,
15
  0.224,
16
  0.225
17
+ ],
18
+ "do_rescale": true,
19
+ "rescale_factor": 0.00392156862745098
20
  }