ahmed792002 commited on
Commit
2608031
1 Parent(s): a161fd4

Create preprocessor_config.json

Browse files
Files changed (1) hide show
  1. preprocessor_config.json +7 -0
preprocessor_config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "size": 224,
3
+ "do_normalize": true,
4
+ "mean": [0.485, 0.456, 0.406],
5
+ "std": [0.229, 0.224, 0.225],
6
+ "image_processor_type": "ViTImageProcessor"
7
+ }