b09501048 commited on
Commit
acc1133
1 Parent(s): 2e3ec43

Training in progress, epoch 0

Browse files
config.json CHANGED
@@ -1,9 +1,9 @@
1
  {
2
- "_name_or_path": "microsoft/conditional-detr-resnet-50",
3
  "activation_dropout": 0.0,
4
  "activation_function": "relu",
5
  "architectures": [
6
- "ConditionalDetrForObjectDetection"
7
  ],
8
  "attention_dropout": 0.0,
9
  "auxiliary_loss": false,
@@ -20,8 +20,8 @@
20
  },
21
  "bbox_cost": 5,
22
  "bbox_loss_coefficient": 5,
23
- "class_cost": 2,
24
- "cls_loss_coefficient": 2,
25
  "d_model": 256,
26
  "decoder_attention_heads": 8,
27
  "decoder_ffn_dim": 2048,
@@ -34,7 +34,7 @@
34
  "encoder_ffn_dim": 2048,
35
  "encoder_layerdrop": 0.0,
36
  "encoder_layers": 6,
37
- "focal_alpha": 0.25,
38
  "giou_cost": 2,
39
  "giou_loss_coefficient": 2,
40
  "id2label": {
@@ -80,10 +80,10 @@
80
  },
81
  "mask_loss_coefficient": 1,
82
  "max_position_embeddings": 1024,
83
- "model_type": "conditional_detr",
84
  "num_channels": 3,
85
  "num_hidden_layers": 6,
86
- "num_queries": 300,
87
  "position_embedding_type": "sine",
88
  "scale_embedding": false,
89
  "torch_dtype": "float32",
 
1
  {
2
+ "_name_or_path": "facebook/detr-resnet-50",
3
  "activation_dropout": 0.0,
4
  "activation_function": "relu",
5
  "architectures": [
6
+ "DetrForObjectDetection"
7
  ],
8
  "attention_dropout": 0.0,
9
  "auxiliary_loss": false,
 
20
  },
21
  "bbox_cost": 5,
22
  "bbox_loss_coefficient": 5,
23
+ "class_cost": 1,
24
+ "classifier_dropout": 0.0,
25
  "d_model": 256,
26
  "decoder_attention_heads": 8,
27
  "decoder_ffn_dim": 2048,
 
34
  "encoder_ffn_dim": 2048,
35
  "encoder_layerdrop": 0.0,
36
  "encoder_layers": 6,
37
+ "eos_coefficient": 0.1,
38
  "giou_cost": 2,
39
  "giou_loss_coefficient": 2,
40
  "id2label": {
 
80
  },
81
  "mask_loss_coefficient": 1,
82
  "max_position_embeddings": 1024,
83
+ "model_type": "detr",
84
  "num_channels": 3,
85
  "num_hidden_layers": 6,
86
+ "num_queries": 100,
87
  "position_embedding_type": "sine",
88
  "scale_embedding": false,
89
  "torch_dtype": "float32",
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2c85d84e9da2b6a45dd47838ca770a51c1865510f53f0692653619255957da22
3
- size 174092132
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:42d8246ac86ef48a23c944cbeaaf436757ecb929afaaa93dc6f59225d6e4431a
3
+ size 166511280
preprocessor_config.json CHANGED
@@ -10,20 +10,20 @@
10
  0.456,
11
  0.406
12
  ],
13
- "image_processor_type": "ConditionalDetrImageProcessor",
14
  "image_std": [
15
  0.229,
16
  0.224,
17
  0.225
18
  ],
19
  "pad_size": {
20
- "height": 480,
21
- "width": 480
22
  },
23
  "resample": 2,
24
  "rescale_factor": 0.00392156862745098,
25
  "size": {
26
- "max_height": 480,
27
- "max_width": 480
28
  }
29
  }
 
10
  0.456,
11
  0.406
12
  ],
13
+ "image_processor_type": "DetrImageProcessor",
14
  "image_std": [
15
  0.229,
16
  0.224,
17
  0.225
18
  ],
19
  "pad_size": {
20
+ "height": 600,
21
+ "width": 600
22
  },
23
  "resample": 2,
24
  "rescale_factor": 0.00392156862745098,
25
  "size": {
26
+ "max_height": 600,
27
+ "max_width": 600
28
  }
29
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8dadc4d0ac336f84692fdf446f1c74142e49970d3b582b76b5622120791a1869
3
  size 5176
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:11da154c8c6cce30927d2d1a302de7fd8c200c99b0ac38cf9dba5137bb6a1050
3
  size 5176