nielsr HF staff commited on
Commit
c8ab596
1 Parent(s): 4127d92

Upload GroundingDINOForObjectDetection

Browse files
Files changed (1) hide show
  1. config.json +1 -4
config.json CHANGED
@@ -41,7 +41,6 @@
41
  "decoder_ffn_dim": 2048,
42
  "decoder_layers": 6,
43
  "decoder_n_points": 4,
44
- "dice_loss_coefficient": 1,
45
  "dilation": false,
46
  "disable_custom_kernels": false,
47
  "dropout": 0.1,
@@ -50,14 +49,12 @@
50
  "encoder_ffn_dim": 2048,
51
  "encoder_layers": 6,
52
  "encoder_n_points": 4,
53
- "eos_coefficient": 0.1,
54
  "focal_alpha": 0.25,
55
  "fusion_dropout": 0.0,
56
  "fusion_droppath": 0.1,
57
  "giou_cost": 2,
58
  "giou_loss_coefficient": 2,
59
  "is_encoder_decoder": true,
60
- "mask_loss_coefficient": 1,
61
  "max_text_len": 256,
62
  "model_type": "grounding-dino",
63
  "num_channels": 3,
@@ -71,7 +68,7 @@
71
  },
72
  "text_enhancer_dropout": 0.0,
73
  "torch_dtype": "float32",
74
- "transformers_version": "4.33.0.dev0",
75
  "two_stage": true,
76
  "two_stage_bbox_embed_share": false,
77
  "two_stage_class_embed_share": false,
 
41
  "decoder_ffn_dim": 2048,
42
  "decoder_layers": 6,
43
  "decoder_n_points": 4,
 
44
  "dilation": false,
45
  "disable_custom_kernels": false,
46
  "dropout": 0.1,
 
49
  "encoder_ffn_dim": 2048,
50
  "encoder_layers": 6,
51
  "encoder_n_points": 4,
 
52
  "focal_alpha": 0.25,
53
  "fusion_dropout": 0.0,
54
  "fusion_droppath": 0.1,
55
  "giou_cost": 2,
56
  "giou_loss_coefficient": 2,
57
  "is_encoder_decoder": true,
 
58
  "max_text_len": 256,
59
  "model_type": "grounding-dino",
60
  "num_channels": 3,
 
68
  },
69
  "text_enhancer_dropout": 0.0,
70
  "torch_dtype": "float32",
71
+ "transformers_version": "4.35.0.dev0",
72
  "two_stage": true,
73
  "two_stage_bbox_embed_share": false,
74
  "two_stage_class_embed_share": false,