Wayne1227 commited on
Commit
6c99d2f
·
verified ·
1 Parent(s): 7d3b76d

Upload preprocessor_config.json

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