Training in progress, step 10
Browse files- config.json +66 -0
- model.safetensors +3 -0
- preprocessor_config.json +45 -0
- runs/Jun12_13-34-21_LEGION_PC/events.out.tfevents.1718179464.LEGION_PC.10964.0 +3 -0
- runs/Jun12_13-37-15_LEGION_PC/events.out.tfevents.1718179637.LEGION_PC.3164.0 +3 -0
- runs/Jun12_14-46-37_LEGION_PC/events.out.tfevents.1718183798.LEGION_PC.19116.0 +3 -0
- runs/Jun12_14-47-32_LEGION_PC/events.out.tfevents.1718183853.LEGION_PC.19116.1 +3 -0
- runs/Jun12_14-47-40_LEGION_PC/events.out.tfevents.1718183861.LEGION_PC.19116.2 +3 -0
- training_args.bin +3 -0
config.json
ADDED
@@ -0,0 +1,66 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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": {
|
13 |
+
"in_chans": 3,
|
14 |
+
"out_indices": [
|
15 |
+
1,
|
16 |
+
2,
|
17 |
+
3,
|
18 |
+
4
|
19 |
+
],
|
20 |
+
"output_stride": 16
|
21 |
+
},
|
22 |
+
"bbox_cost": 5,
|
23 |
+
"bbox_loss_coefficient": 5,
|
24 |
+
"class_cost": 1,
|
25 |
+
"classifier_dropout": 0.0,
|
26 |
+
"d_model": 256,
|
27 |
+
"decoder_attention_heads": 8,
|
28 |
+
"decoder_ffn_dim": 2048,
|
29 |
+
"decoder_layerdrop": 0.0,
|
30 |
+
"decoder_layers": 6,
|
31 |
+
"dice_loss_coefficient": 1,
|
32 |
+
"dilation": true,
|
33 |
+
"dropout": 0.1,
|
34 |
+
"encoder_attention_heads": 8,
|
35 |
+
"encoder_ffn_dim": 2048,
|
36 |
+
"encoder_layerdrop": 0.0,
|
37 |
+
"encoder_layers": 6,
|
38 |
+
"eos_coefficient": 0.1,
|
39 |
+
"giou_cost": 2,
|
40 |
+
"giou_loss_coefficient": 2,
|
41 |
+
"id2label": {
|
42 |
+
"0": "head",
|
43 |
+
"1": "helmet",
|
44 |
+
"2": "person"
|
45 |
+
},
|
46 |
+
"init_std": 0.02,
|
47 |
+
"init_xavier_std": 1.0,
|
48 |
+
"is_encoder_decoder": true,
|
49 |
+
"label2id": {
|
50 |
+
"head": 0,
|
51 |
+
"helmet": 1,
|
52 |
+
"person": 2
|
53 |
+
},
|
54 |
+
"mask_loss_coefficient": 1,
|
55 |
+
"max_position_embeddings": 1024,
|
56 |
+
"model_type": "detr",
|
57 |
+
"num_channels": 3,
|
58 |
+
"num_hidden_layers": 6,
|
59 |
+
"num_queries": 100,
|
60 |
+
"position_embedding_type": "sine",
|
61 |
+
"scale_embedding": false,
|
62 |
+
"torch_dtype": "float32",
|
63 |
+
"transformers_version": "4.41.2",
|
64 |
+
"use_pretrained_backbone": true,
|
65 |
+
"use_timm_backbone": true
|
66 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:649737c340acb783231d486a094dfc156b9a77b528d4fe0130a3387675db5765
|
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/Jun12_13-34-21_LEGION_PC/events.out.tfevents.1718179464.LEGION_PC.10964.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f57f53a809cf5ba80059c4656fc5a702b14997da702aa998dfbc2187336aa099
|
3 |
+
size 5635
|
runs/Jun12_13-37-15_LEGION_PC/events.out.tfevents.1718179637.LEGION_PC.3164.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:70f15ebb98ccab63cbe58d6dd6c6f631a10b4cec4916644aeceee8dc2b0b0e76
|
3 |
+
size 5635
|
runs/Jun12_14-46-37_LEGION_PC/events.out.tfevents.1718183798.LEGION_PC.19116.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:08e6118e0f1910339545167b2fc7ccdb9b3a61aa922229622605064a8f365244
|
3 |
+
size 5635
|
runs/Jun12_14-47-32_LEGION_PC/events.out.tfevents.1718183853.LEGION_PC.19116.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0d038c6326387e96037e6fda67f69a2e77e1f7022743f6e184de1e9929512e49
|
3 |
+
size 5635
|
runs/Jun12_14-47-40_LEGION_PC/events.out.tfevents.1718183861.LEGION_PC.19116.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:aec787960399ffad4b2718d1952bbf59053d4cecb07f37d65e18e114c18cbf92
|
3 |
+
size 5635
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:22acfd97bf75e0d439624fbd02f24f5771c3497d73d890ec1646783ee4e4bb1e
|
3 |
+
size 5112
|