POrg commited on
Commit
c17b526
·
verified ·
1 Parent(s): acbb8a2

Upload preprocessor_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. preprocessor_config.json +12 -20
preprocessor_config.json CHANGED
@@ -1,28 +1,20 @@
1
  {
 
 
 
 
 
2
  "crop_size": {
3
  "height": 224,
4
  "width": 224
5
  },
6
- "do_center_crop": false,
7
- "do_normalize": true,
8
- "do_reduce_labels": false,
9
- "do_rescale": true,
10
  "do_resize": true,
11
- "image_mean": [
12
- 0.5,
13
- 0.5,
14
- 0.5
15
- ],
16
- "image_processor_type": "BeitImageProcessor",
17
- "image_std": [
18
- 0.5,
19
- 0.5,
20
- 0.5
21
- ],
22
- "resample": 2,
23
  "rescale_factor": 0.00392156862745098,
24
- "size": {
25
- "height": 224,
26
- "width": 224
27
- }
 
 
28
  }
 
1
  {
2
+ "image_processor_type": "ViTImageProcessor",
3
+ "size": {
4
+ "height": 224,
5
+ "width": 224
6
+ },
7
  "crop_size": {
8
  "height": 224,
9
  "width": 224
10
  },
 
 
 
 
11
  "do_resize": true,
12
+ "do_rescale": true,
 
 
 
 
 
 
 
 
 
 
 
13
  "rescale_factor": 0.00392156862745098,
14
+ "do_normalize": true,
15
+ "image_mean": [0.5, 0.5, 0.5],
16
+ "image_std": [0.5, 0.5, 0.5],
17
+ "do_center_crop": false,
18
+ "do_reduce_labels": false,
19
+ "resample": 2
20
  }