IMvision12 commited on
Commit
7a590e5
·
verified ·
1 Parent(s): cf351d6

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.sam2",
5
+ "preprocessor_class": "SAM2ImageProcessor",
6
+ "variant": "sam2_hiera_small",
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
+ }