Training in progress, epoch 1
Browse files
config.json
ADDED
|
@@ -0,0 +1,69 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "davidhajdu/dab-detr-resnet-50",
|
| 3 |
+
"activation_dropout": 0.0,
|
| 4 |
+
"activation_function": "prelu",
|
| 5 |
+
"architectures": [
|
| 6 |
+
"DabDetrForObjectDetection"
|
| 7 |
+
],
|
| 8 |
+
"attention_dropout": 0.0,
|
| 9 |
+
"auxiliary_loss": false,
|
| 10 |
+
"backbone": "resnet50",
|
| 11 |
+
"backbone_config": null,
|
| 12 |
+
"backbone_kwargs": {
|
| 13 |
+
"in_chans": 3,
|
| 14 |
+
"out_indices": [
|
| 15 |
+
1,
|
| 16 |
+
2,
|
| 17 |
+
3,
|
| 18 |
+
4
|
| 19 |
+
]
|
| 20 |
+
},
|
| 21 |
+
"bbox_cost": 5,
|
| 22 |
+
"bbox_loss_coefficient": 5,
|
| 23 |
+
"class_cost": 2,
|
| 24 |
+
"cls_loss_coefficient": 2,
|
| 25 |
+
"decoder_attention_heads": 8,
|
| 26 |
+
"decoder_ffn_dim": 2048,
|
| 27 |
+
"decoder_layers": 6,
|
| 28 |
+
"dropout": 0.1,
|
| 29 |
+
"encoder_attention_heads": 8,
|
| 30 |
+
"encoder_ffn_dim": 2048,
|
| 31 |
+
"encoder_layers": 6,
|
| 32 |
+
"focal_alpha": 0.25,
|
| 33 |
+
"giou_cost": 2,
|
| 34 |
+
"giou_loss_coefficient": 2,
|
| 35 |
+
"hidden_size": 256,
|
| 36 |
+
"id2label": {
|
| 37 |
+
"0": "Coverall",
|
| 38 |
+
"1": "Face_Shield",
|
| 39 |
+
"2": "Gloves",
|
| 40 |
+
"3": "Goggles",
|
| 41 |
+
"4": "Mask"
|
| 42 |
+
},
|
| 43 |
+
"init_std": 0.02,
|
| 44 |
+
"init_xavier_std": 1.0,
|
| 45 |
+
"initializer_bias_prior_prob": null,
|
| 46 |
+
"is_encoder_decoder": true,
|
| 47 |
+
"keep_query_pos": false,
|
| 48 |
+
"label2id": {
|
| 49 |
+
"Coverall": 0,
|
| 50 |
+
"Face_Shield": 1,
|
| 51 |
+
"Gloves": 2,
|
| 52 |
+
"Goggles": 3,
|
| 53 |
+
"Mask": 4
|
| 54 |
+
},
|
| 55 |
+
"model_type": "dab-detr",
|
| 56 |
+
"normalize_before": false,
|
| 57 |
+
"num_hidden_layers": 6,
|
| 58 |
+
"num_patterns": 0,
|
| 59 |
+
"num_queries": 300,
|
| 60 |
+
"query_dim": 4,
|
| 61 |
+
"random_refpoints_xy": false,
|
| 62 |
+
"sine_position_embedding_scale": null,
|
| 63 |
+
"temperature_height": 20,
|
| 64 |
+
"temperature_width": 20,
|
| 65 |
+
"torch_dtype": "float32",
|
| 66 |
+
"transformers_version": "4.48.0.dev0",
|
| 67 |
+
"use_pretrained_backbone": true,
|
| 68 |
+
"use_timm_backbone": true
|
| 69 |
+
}
|
preprocessor_config.json
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"do_convert_annotations": true,
|
| 3 |
+
"do_normalize": true,
|
| 4 |
+
"do_pad": false,
|
| 5 |
+
"do_rescale": true,
|
| 6 |
+
"do_resize": false,
|
| 7 |
+
"format": "coco_detection",
|
| 8 |
+
"image_mean": [
|
| 9 |
+
0.485,
|
| 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": null,
|
| 20 |
+
"resample": 2,
|
| 21 |
+
"rescale_factor": 0.00392156862745098,
|
| 22 |
+
"size": {
|
| 23 |
+
"longest_edge": 1333,
|
| 24 |
+
"shortest_edge": 800
|
| 25 |
+
}
|
| 26 |
+
}
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:64ddc0bfafda6f87cec84c4bb172a6507e2d0c05295a3c2b403e969889ee5fb7
|
| 3 |
+
size 175238922
|
runs/Dec21_16-31-11_e56c5aa4f345/events.out.tfevents.1734798674.e56c5aa4f345.1569.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ea767ea5b1bcf1129eb8137525f2d34e367b06eed95f5bd21422fe200b18f01d
|
| 3 |
+
size 7435
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:660d9b165be5a26df487cb089455bb8f89d81b27239a35a74088cb38256b9a7c
|
| 3 |
+
size 5368
|