hussamturjman commited on
Commit
3aa9741
·
1 Parent(s): 6c9e006

Upload DetrForObjectDetection

Browse files
Files changed (2) hide show
  1. config.json +48 -0
  2. pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "activation_dropout": 0.0,
3
+ "activation_function": "relu",
4
+ "architectures": [
5
+ "DetrForObjectDetection"
6
+ ],
7
+ "attention_dropout": 0.0,
8
+ "auxiliary_loss": false,
9
+ "backbone": "resnet50",
10
+ "bbox_cost": 5,
11
+ "bbox_loss_coefficient": 5,
12
+ "class_cost": 1,
13
+ "d_model": 256,
14
+ "decoder_attention_heads": 8,
15
+ "decoder_ffn_dim": 2048,
16
+ "decoder_layerdrop": 0.0,
17
+ "decoder_layers": 6,
18
+ "dice_loss_coefficient": 1,
19
+ "dilation": false,
20
+ "dropout": 0.1,
21
+ "encoder_attention_heads": 8,
22
+ "encoder_ffn_dim": 2048,
23
+ "encoder_layerdrop": 0.0,
24
+ "encoder_layers": 6,
25
+ "eos_coefficient": 0.1,
26
+ "giou_cost": 2,
27
+ "giou_loss_coefficient": 2,
28
+ "id2label": {
29
+ "0": "pan"
30
+ },
31
+ "init_std": 0.02,
32
+ "init_xavier_std": 1.0,
33
+ "is_encoder_decoder": true,
34
+ "label2id": {
35
+ "pan": 0
36
+ },
37
+ "mask_loss_coefficient": 1,
38
+ "max_position_embeddings": 1024,
39
+ "model_type": "detr",
40
+ "num_channels": 3,
41
+ "num_hidden_layers": 6,
42
+ "num_queries": 100,
43
+ "position_embedding_type": "sine",
44
+ "scale_embedding": false,
45
+ "torch_dtype": "float32",
46
+ "transformers_version": "4.23.1",
47
+ "use_pretrained_backbone": true
48
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0c7a817635c22fb1a8b8d525113f2c1ff8f0049ab6cd27b6ef3cc55ba28e9b21
3
+ size 166604821