JuanJCalderonG commited on
Commit
6390c94
·
verified ·
1 Parent(s): f8fb7cf

Update preprocessor_config.json

Browse files
Files changed (1) hide show
  1. preprocessor_config.json +13 -7
preprocessor_config.json CHANGED
@@ -1,7 +1,13 @@
1
- {
2
- "size": [512, 512],
3
- "mean": [0.485, 0.456, 0.406],
4
- "std": [0.229, 0.224, 0.225],
5
- "normalize": true
6
- }
7
-
 
 
 
 
 
 
 
1
+ {
2
+ "image_size": 512,
3
+ "mean": [0.485, 0.456, 0.406],
4
+ "std": [0.229, 0.224, 0.225],
5
+ "size": 512,
6
+ "crop_size": 512,
7
+ "do_resize": true,
8
+ "do_center_crop": true,
9
+ "do_normalize": true,
10
+ "do_flip": false
11
+ }
12
+
13
+