Cheaple commited on
Commit
50087dd
1 Parent(s): 5968b63

Upload DeformableDetrForObjectDetection

Browse files
Files changed (2) hide show
  1. config.json +56 -0
  2. pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "SenseTime/deformable-detr-with-box-refine",
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
+ "bbox_cost": 5,
13
+ "bbox_loss_coefficient": 5,
14
+ "class_cost": 1,
15
+ "d_model": 256,
16
+ "decoder_attention_heads": 8,
17
+ "decoder_ffn_dim": 1024,
18
+ "decoder_layerdrop": 0.0,
19
+ "decoder_layers": 6,
20
+ "decoder_n_points": 4,
21
+ "dice_loss_coefficient": 1,
22
+ "dilation": false,
23
+ "dropout": 0.1,
24
+ "encoder_attention_heads": 8,
25
+ "encoder_ffn_dim": 1024,
26
+ "encoder_layerdrop": 0.0,
27
+ "encoder_layers": 6,
28
+ "encoder_n_points": 4,
29
+ "eos_coefficient": 0.1,
30
+ "focal_alpha": 0.25,
31
+ "giou_cost": 2,
32
+ "giou_loss_coefficient": 2,
33
+ "id2label": {
34
+ "0": "LABEL_0"
35
+ },
36
+ "init_std": 0.02,
37
+ "init_xavier_std": 1.0,
38
+ "is_encoder_decoder": true,
39
+ "label2id": {
40
+ "LABEL_0": 0
41
+ },
42
+ "mask_loss_coefficient": 1,
43
+ "max_position_embeddings": 1024,
44
+ "model_type": "deformable_detr",
45
+ "num_channels": 3,
46
+ "num_feature_levels": 4,
47
+ "num_queries": 300,
48
+ "position_embedding_type": "sine",
49
+ "torch_dtype": "float32",
50
+ "transformers_version": "4.27.0.dev0",
51
+ "two_stage": false,
52
+ "two_stage_num_proposals": 300,
53
+ "use_pretrained_backbone": true,
54
+ "use_timm_backbone": true,
55
+ "with_box_refine": true
56
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c0fecd58c63b0b0969c35801a7e404f4d9b2969e105706c71e84be7dfbf1f220
3
+ size 163467393