DungND1107 commited on
Commit
0dcecf0
·
verified ·
1 Parent(s): 59ed063

Upload preprocessor_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. preprocessor_config.json +13 -0
preprocessor_config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "mean": [
3
+ 0.485,
4
+ 0.456,
5
+ 0.406
6
+ ],
7
+ "std": [
8
+ 0.229,
9
+ 0.224,
10
+ 0.225
11
+ ],
12
+ "img_size": 224
13
+ }