File size: 1,054 Bytes
16180c3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
  "_name_or_path": "nielsr/efficientsam-tiny",
  "activation": "gelu",
  "architectures": [
    "SamModel"
  ],
  "decoder_max_num_input_points": 6,
  "decoder_num_heads": 8,
  "decoder_transformer_depth": 2,
  "decoder_transformer_mlp_dim": 2048,
  "decoder_upscaling_layer_dims": [
    64,
    32
  ],
  "encoder_depth": 12,
  "encoder_mlp_ratio": 4.0,
  "encoder_neck_dims": [
    256,
    256
  ],
  "encoder_num_heads": 3,
  "encoder_patch_embed_dim": 192,
  "encoder_patch_size": 16,
  "img_size": 1024,
  "initializer_range": 0.02,
  "iou_head_depth": 3,
  "iou_head_hidden_dim": 256,
  "mask_decoder_config": {
    "model_type": ""
  },
  "model_type": "sam",
  "normalization_type": "layer_norm",
  "normalize_before_activation": false,
  "num_multimask_outputs": 3,
  "pixel_mean": [
    0.485,
    0.456,
    0.406
  ],
  "pixel_std": [
    0.229,
    0.224,
    0.225
  ],
  "prompt_encoder_config": {
    "model_type": ""
  },
  "torch_dtype": "float32",
  "transformers_version": "4.37.2",
  "vision_config": {
    "model_type": ""
  }
}