IMvision12 commited on
Commit
f57c975
·
verified ·
1 Parent(s): 205e829

Upload kf_preprocessor.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. kf_preprocessor.json +19 -0
kf_preprocessor.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "library_name": "kerasformers",
3
+ "kerasformers_version": "1.1.3",
4
+ "preprocessor_module": "kerasformers.models.sam",
5
+ "preprocessor_class": "SAMImageProcessor",
6
+ "variant": "sam_vit_base",
7
+ "target_length": 1024,
8
+ "image_mean": [
9
+ 0.485,
10
+ 0.456,
11
+ 0.406
12
+ ],
13
+ "image_std": [
14
+ 0.229,
15
+ 0.224,
16
+ 0.225
17
+ ],
18
+ "data_format": null
19
+ }