lrqlrqlrq commited on
Commit
38b83a7
1 Parent(s): 0a31685

feature_extractor 500*400

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_rescale": true,
4
+ "do_resize": true,
5
+ "image_processor_type": "ViTImageProcessor",
6
+ "resample": 3,
7
+ "rescale_factor": 0.00392156862745098,
8
+ "size": {
9
+ "height": 400,
10
+ "width": 500
11
+ }
12
+ }