Vidit2003 commited on
Commit
02f6618
·
verified ·
1 Parent(s): c164b10

Upload preprocessor_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. preprocessor_config.json +10 -0
preprocessor_config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_normalize": false,
3
+ "do_resize": true,
4
+ "resample": 3,
5
+ "size": {
6
+ "height": 224,
7
+ "width": 224
8
+ },
9
+ "do_rescale": false
10
+ }