LPX55 commited on
Commit
ba655de
·
verified ·
1 Parent(s): 9309ac4

chore: final config (hopefully)

Browse files
Files changed (1) hide show
  1. preprocessor.json +10 -0
preprocessor.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_normalize": true,
3
+ "do_resize": true,
4
+ "image_mean": [0.48145466, 0.4578275, 0.40821073],
5
+ "image_std": [0.26862954, 0.26130258, 0.27577711],
6
+ "resample": 3,
7
+ "size": 440,
8
+ "crop_size": 384
9
+ "crop_pct": 0.875
10
+ }