File size: 1,659 Bytes
3c6c7ff |
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 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 |
{
"_name_or_path": "facebook/mask2former-swin-tiny-ade-semantic",
"activation_function": "relu",
"architectures": [
"Mask2FormerForUniversalSegmentation"
],
"backbone": null,
"backbone_config": {
"architectures": [
"SwinForImageClassification"
],
"depths": [
2,
2,
6,
2
],
"drop_path_rate": 0.3,
"model_type": "swin",
"out_features": [
"stage1",
"stage2",
"stage3",
"stage4"
],
"out_indices": [
1,
2,
3,
4
],
"path_norm": true,
"torch_dtype": "float32"
},
"backbone_kwargs": null,
"class_weight": 2.0,
"common_stride": 4,
"decoder_layers": 10,
"dice_weight": 5.0,
"dim_feedforward": 2048,
"dropout": 0.0,
"encoder_feedforward_dim": 1024,
"encoder_layers": 6,
"enforce_input_proj": false,
"enforce_input_projection": false,
"feature_size": 256,
"feature_strides": [
4,
8,
16,
32
],
"hidden_dim": 256,
"id2label": {
"0": "unlabeled",
"1": "top",
"2": "base",
"3": "sem-background"
},
"ignore_value": 255,
"importance_sample_ratio": 0.75,
"init_std": 0.02,
"init_xavier_std": 1.0,
"mask_feature_size": 256,
"mask_weight": 5.0,
"model_type": "mask2former",
"no_object_weight": 0.1,
"num_attention_heads": 8,
"num_hidden_layers": 10,
"num_queries": 100,
"output_auxiliary_logits": null,
"oversample_ratio": 3.0,
"pre_norm": false,
"torch_dtype": "float32",
"train_num_points": 12544,
"transformers_version": "4.45.0.dev0",
"use_auxiliary_loss": true,
"use_pretrained_backbone": false,
"use_timm_backbone": false
}
|