mertincesu commited on
Commit
4c42b1a
·
verified ·
1 Parent(s): 6c6669e

Create preprocessor_config.json

Browse files
Files changed (1) hide show
  1. preprocessor_config.json +12 -0
preprocessor_config.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_normalize": true,
3
+ "do_resize": true,
4
+ "image_processor_type": "MobileNetV2ImageProcessor",
5
+ "image_mean": [0.485, 0.456, 0.406],
6
+ "image_std": [0.229, 0.224, 0.225],
7
+ "resample": 3,
8
+ "size": {
9
+ "height": 160,
10
+ "width": 160
11
+ }
12
+ }