Abuzaid01 commited on
Commit
337b1e1
·
verified ·
1 Parent(s): 4257b83

Update preprocessor_config.json

Browse files
Files changed (1) hide show
  1. preprocessor_config.json +10 -1
preprocessor_config.json CHANGED
@@ -1 +1,10 @@
1
- {"image_processor_type": "ImageProcessor", "do_normalize": true, "do_resize": true, "size": 224, "image_mean": [0.485, 0.456, 0.406], "image_std": [0.229, 0.224, 0.225]}
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_normalize": true,
3
+ "do_resize": true,
4
+ "size": 224,
5
+ "resample": 2,
6
+ "do_center_crop": false,
7
+ "image_mean": [0.485, 0.456, 0.406],
8
+ "image_std": [0.229, 0.224, 0.225],
9
+ "image_processor_type": "ResNetImageProcessor"
10
+ }