Parveshiiii commited on
Commit
8e8626c
·
verified ·
1 Parent(s): 43e431c

Update preprocessor_config.json

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