Delete config.json
Browse files- config.json +0 -62
config.json
DELETED
|
@@ -1,62 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"_name_or_path": "SenseTime/deformable-detr",
|
| 3 |
-
"activation_dropout": 0.0,
|
| 4 |
-
"activation_function": "relu",
|
| 5 |
-
"architectures": [
|
| 6 |
-
"DeformableDetrForObjectDetection"
|
| 7 |
-
],
|
| 8 |
-
"attention_dropout": 0.0,
|
| 9 |
-
"auxiliary_loss": false,
|
| 10 |
-
"backbone": "resnet50",
|
| 11 |
-
"backbone_config": null,
|
| 12 |
-
"backbone_kwargs": null,
|
| 13 |
-
"bbox_cost": 5,
|
| 14 |
-
"bbox_loss_coefficient": 5,
|
| 15 |
-
"class_cost": 1,
|
| 16 |
-
"d_model": 256,
|
| 17 |
-
"decoder_attention_heads": 8,
|
| 18 |
-
"decoder_ffn_dim": 1024,
|
| 19 |
-
"decoder_layerdrop": 0.0,
|
| 20 |
-
"decoder_layers": 6,
|
| 21 |
-
"decoder_n_points": 4,
|
| 22 |
-
"dice_loss_coefficient": 1,
|
| 23 |
-
"dilation": false,
|
| 24 |
-
"disable_custom_kernels": false,
|
| 25 |
-
"dropout": 0.1,
|
| 26 |
-
"encoder_attention_heads": 8,
|
| 27 |
-
"encoder_ffn_dim": 1024,
|
| 28 |
-
"encoder_layerdrop": 0.0,
|
| 29 |
-
"encoder_layers": 6,
|
| 30 |
-
"encoder_n_points": 4,
|
| 31 |
-
"eos_coefficient": 0.1,
|
| 32 |
-
"focal_alpha": 0.25,
|
| 33 |
-
"giou_cost": 2,
|
| 34 |
-
"giou_loss_coefficient": 2,
|
| 35 |
-
"id2label": {
|
| 36 |
-
"0": "fire",
|
| 37 |
-
"1": "vehicle",
|
| 38 |
-
"2": "human"
|
| 39 |
-
},
|
| 40 |
-
"init_std": 0.02,
|
| 41 |
-
"init_xavier_std": 1.0,
|
| 42 |
-
"is_encoder_decoder": true,
|
| 43 |
-
"label2id": {
|
| 44 |
-
"fire": "0",
|
| 45 |
-
"human": "2",
|
| 46 |
-
"vehicle": "1"
|
| 47 |
-
},
|
| 48 |
-
"mask_loss_coefficient": 1,
|
| 49 |
-
"max_position_embeddings": 1024,
|
| 50 |
-
"model_type": "deformable_detr",
|
| 51 |
-
"num_channels": 3,
|
| 52 |
-
"num_feature_levels": 4,
|
| 53 |
-
"num_queries": 300,
|
| 54 |
-
"position_embedding_type": "sine",
|
| 55 |
-
"torch_dtype": "float32",
|
| 56 |
-
"transformers_version": "4.38.2",
|
| 57 |
-
"two_stage": false,
|
| 58 |
-
"two_stage_num_proposals": 300,
|
| 59 |
-
"use_pretrained_backbone": true,
|
| 60 |
-
"use_timm_backbone": true,
|
| 61 |
-
"with_box_refine": false
|
| 62 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|