Training in progress, step 10
Browse files- config.json +57 -0
- model.safetensors +3 -0
- preprocessor_config.json +45 -0
- runs/May19_14-09-26_d38b8e12f709/events.out.tfevents.1716127771.d38b8e12f709.432.0 +3 -0
- runs/May19_14-12-09_d38b8e12f709/events.out.tfevents.1716127933.d38b8e12f709.432.1 +3 -0
- runs/May19_14-12-33_d38b8e12f709/events.out.tfevents.1716127959.d38b8e12f709.432.2 +3 -0
- training_args.bin +3 -0
config.json
ADDED
@@ -0,0 +1,57 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "facebook/detr-resnet-50-dc5",
|
3 |
+
"activation_dropout": 0.0,
|
4 |
+
"activation_function": "relu",
|
5 |
+
"architectures": [
|
6 |
+
"DetrForObjectDetection"
|
7 |
+
],
|
8 |
+
"attention_dropout": 0.0,
|
9 |
+
"auxiliary_loss": false,
|
10 |
+
"backbone": "resnet50",
|
11 |
+
"backbone_config": null,
|
12 |
+
"backbone_kwargs": null,
|
13 |
+
"bbox_cost": 5,
|
14 |
+
"bbox_loss_coefficient": 5,
|
15 |
+
"class_cost": 1,
|
16 |
+
"classifier_dropout": 0.0,
|
17 |
+
"d_model": 256,
|
18 |
+
"decoder_attention_heads": 8,
|
19 |
+
"decoder_ffn_dim": 2048,
|
20 |
+
"decoder_layerdrop": 0.0,
|
21 |
+
"decoder_layers": 6,
|
22 |
+
"dice_loss_coefficient": 1,
|
23 |
+
"dilation": true,
|
24 |
+
"dropout": 0.1,
|
25 |
+
"encoder_attention_heads": 8,
|
26 |
+
"encoder_ffn_dim": 2048,
|
27 |
+
"encoder_layerdrop": 0.0,
|
28 |
+
"encoder_layers": 6,
|
29 |
+
"eos_coefficient": 0.1,
|
30 |
+
"giou_cost": 2,
|
31 |
+
"giou_loss_coefficient": 2,
|
32 |
+
"id2label": {
|
33 |
+
"0": "head",
|
34 |
+
"1": "helmet",
|
35 |
+
"2": "person"
|
36 |
+
},
|
37 |
+
"init_std": 0.02,
|
38 |
+
"init_xavier_std": 1.0,
|
39 |
+
"is_encoder_decoder": true,
|
40 |
+
"label2id": {
|
41 |
+
"head": 0,
|
42 |
+
"helmet": 1,
|
43 |
+
"person": 2
|
44 |
+
},
|
45 |
+
"mask_loss_coefficient": 1,
|
46 |
+
"max_position_embeddings": 1024,
|
47 |
+
"model_type": "detr",
|
48 |
+
"num_channels": 3,
|
49 |
+
"num_hidden_layers": 6,
|
50 |
+
"num_queries": 100,
|
51 |
+
"position_embedding_type": "sine",
|
52 |
+
"scale_embedding": false,
|
53 |
+
"torch_dtype": "float32",
|
54 |
+
"transformers_version": "4.40.2",
|
55 |
+
"use_pretrained_backbone": true,
|
56 |
+
"use_timm_backbone": true
|
57 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0d61bc64733ee4f4fcd4daa2365c25057e8f07ee19bb04131f4a0636e3e0fe22
|
3 |
+
size 166496880
|
preprocessor_config.json
ADDED
@@ -0,0 +1,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_valid_processor_keys": [
|
3 |
+
"images",
|
4 |
+
"annotations",
|
5 |
+
"return_segmentation_masks",
|
6 |
+
"masks_path",
|
7 |
+
"do_resize",
|
8 |
+
"size",
|
9 |
+
"resample",
|
10 |
+
"do_rescale",
|
11 |
+
"rescale_factor",
|
12 |
+
"do_normalize",
|
13 |
+
"do_convert_annotations",
|
14 |
+
"image_mean",
|
15 |
+
"image_std",
|
16 |
+
"do_pad",
|
17 |
+
"format",
|
18 |
+
"return_tensors",
|
19 |
+
"data_format",
|
20 |
+
"input_data_format"
|
21 |
+
],
|
22 |
+
"do_convert_annotations": true,
|
23 |
+
"do_normalize": true,
|
24 |
+
"do_pad": true,
|
25 |
+
"do_rescale": true,
|
26 |
+
"do_resize": true,
|
27 |
+
"format": "coco_detection",
|
28 |
+
"image_mean": [
|
29 |
+
0.485,
|
30 |
+
0.456,
|
31 |
+
0.406
|
32 |
+
],
|
33 |
+
"image_processor_type": "DetrImageProcessor",
|
34 |
+
"image_std": [
|
35 |
+
0.229,
|
36 |
+
0.224,
|
37 |
+
0.225
|
38 |
+
],
|
39 |
+
"resample": 2,
|
40 |
+
"rescale_factor": 0.00392156862745098,
|
41 |
+
"size": {
|
42 |
+
"longest_edge": 1333,
|
43 |
+
"shortest_edge": 800
|
44 |
+
}
|
45 |
+
}
|
runs/May19_14-09-26_d38b8e12f709/events.out.tfevents.1716127771.d38b8e12f709.432.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8f8f106b3831fdfe46e6bb3a4157cf2d0fe48a13a8f8f6646c44326df8c26f31
|
3 |
+
size 5394
|
runs/May19_14-12-09_d38b8e12f709/events.out.tfevents.1716127933.d38b8e12f709.432.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:02b80fac65f78e784eb7e61a256fa6a19c7e7af8fe5918fce617ed97e0b913e7
|
3 |
+
size 4184
|
runs/May19_14-12-33_d38b8e12f709/events.out.tfevents.1716127959.d38b8e12f709.432.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:128fbe4c32ba5fc6b352ffc3f4a5d83fcbcfc4a44494c5e97836579edc613594
|
3 |
+
size 4184
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:59fe7f06ef63fd513851f2e7a57205f81819639139da92c098c4312b04a93516
|
3 |
+
size 4984
|