|
{ |
|
"_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": "" |
|
} |
|
} |
|
|