wendys-llc commited on
Commit
b91569c
·
verified ·
1 Parent(s): bd13cf5

Upload processor

Browse files
Files changed (1) hide show
  1. preprocessor_config.json +19 -10
preprocessor_config.json CHANGED
@@ -1,20 +1,29 @@
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,
11
  0.406
12
  ],
 
13
  "image_std": [
14
- 0.229,
15
- 0.224,
16
- 0.225
17
  ],
18
- "do_rescale": true,
19
- "rescale_factor": 0.00392156862745098
20
- }
 
 
 
 
 
 
 
1
  {
2
+ "crop_size": {
3
+ "height": 289,
4
+ "width": 289
 
5
  },
6
+ "do_center_crop": false,
7
  "do_normalize": true,
8
+ "do_rescale": true,
9
+ "do_resize": true,
10
  "image_mean": [
11
  0.485,
12
  0.456,
13
  0.406
14
  ],
15
+ "image_processor_type": "EfficientNetImageProcessor",
16
  "image_std": [
17
+ 0.47853944,
18
+ 0.4732864,
19
+ 0.47434163
20
  ],
21
+ "include_top": true,
22
+ "resample": 0,
23
+ "rescale_factor": 0.00392156862745098,
24
+ "rescale_offset": false,
25
+ "size": {
26
+ "height": 224,
27
+ "width": 224
28
+ }
29
+ }