IMvision12 commited on
Commit
ffe13fc
·
verified ·
1 Parent(s): 444608a

Upload kf_preprocessor.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. kf_preprocessor.json +21 -0
kf_preprocessor.json ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "library_name": "kerasformers",
3
+ "preprocessor_module": "kerasformers.models.mobilevitv2",
4
+ "preprocessor_class": "MobileViTV2ImageProcessor",
5
+ "variant": null,
6
+ "size": {
7
+ "shortest_edge": 544
8
+ },
9
+ "crop_size": {
10
+ "height": 512,
11
+ "width": 512
12
+ },
13
+ "resample": "bilinear",
14
+ "do_resize": true,
15
+ "do_center_crop": true,
16
+ "do_rescale": true,
17
+ "rescale_factor": 0.00392156862745098,
18
+ "do_flip_channel_order": true,
19
+ "return_tensor": true,
20
+ "data_format": null
21
+ }