kd13 commited on
Commit
ea570b1
·
verified ·
1 Parent(s): 706eae7

Update preprocessor_config.json

Browse files
Files changed (1) hide show
  1. preprocessor_config.json +12 -1
preprocessor_config.json CHANGED
@@ -1 +1,12 @@
1
-
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "image_processor_type": "ViTImageProcessor",
3
+ "do_resize": true,
4
+ "size": {"shortest_edge": 256},
5
+ "do_center_crop": true,
6
+ "crop_size": {"height": 224, "width": 224},
7
+ "do_rescale": true,
8
+ "rescale_factor": 0.00392156862745098,
9
+ "do_normalize": true,
10
+ "image_mean": [0.5, 0.5, 0.5],
11
+ "image_std": [0.5, 0.5, 0.5]
12
+ }