File size: 963 Bytes
1eccabf |
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 55 56 |
{
"_commit_hash": "25c4d0d9954a8205951fab1265a85ee71f44a4b9",
"_name_or_path": "hustvl/vitmatte-small-distinctions-646",
"architectures": [
"VitMatteForImageMatting"
],
"backbone_config": {
"hidden_size": 384,
"image_size": 512,
"model_type": "vitdet",
"num_attention_heads": 6,
"num_channels": 4,
"out_features": [
"stage12"
],
"out_indices": [
12
],
"residual_block_indices": [
2,
5,
8,
11
],
"use_relative_position_embeddings": true,
"window_block_indices": [
0,
1,
3,
4,
6,
7,
9,
10
],
"window_size": 14
},
"batch_norm_eps": 1e-05,
"convstream_hidden_sizes": [
48,
96,
192
],
"fusion_hidden_sizes": [
256,
128,
64,
32
],
"hidden_size": 384,
"initializer_range": 0.02,
"model_type": "vitmatte",
"torch_dtype": "float32",
"transformers_version": null
}
|