IMvision12 commited on
Commit
64cdfad
·
verified ·
1 Parent(s): bb0418a

Upload kf_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. kf_config.json +54 -0
kf_config.json ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "library_name": "kerasformers",
3
+ "kerasformers_version": "1.1.3",
4
+ "model_module": "kerasformers.models.sam2",
5
+ "model_class": "SAM2PromptableSegment",
6
+ "variant": "sam2_hiera_base_plus",
7
+ "weights": "model.weights.h5",
8
+ "model_type": "sam2",
9
+ "hidden_dim": 112,
10
+ "blocks_per_stage": [
11
+ 2,
12
+ 3,
13
+ 16,
14
+ 3
15
+ ],
16
+ "embed_dim_per_stage": [
17
+ 112,
18
+ 224,
19
+ 448,
20
+ 896
21
+ ],
22
+ "num_attention_heads_per_stage": [
23
+ 2,
24
+ 4,
25
+ 8,
26
+ 16
27
+ ],
28
+ "window_size_per_stage": [
29
+ 8,
30
+ 4,
31
+ 14,
32
+ 7
33
+ ],
34
+ "global_attention_blocks": [
35
+ 12,
36
+ 16,
37
+ 20
38
+ ],
39
+ "backbone_channel_list": [
40
+ 896,
41
+ 448,
42
+ 224,
43
+ 112
44
+ ],
45
+ "window_pos_embed_bg_size": [
46
+ 14,
47
+ 14
48
+ ],
49
+ "num_multimask_outputs": 3,
50
+ "include_box_input": false,
51
+ "include_mask_input": false,
52
+ "multimask_output": true,
53
+ "image_size": 1024
54
+ }