Training in progress, epoch 1
Browse files- config.json +67 -0
- model.safetensors +3 -0
- preprocessor_config.json +29 -0
- runs/Dec26_19-04-43_ip-10-90-0-154/events.out.tfevents.1735239886.ip-10-90-0-154.21323.0 +3 -0
- runs/Dec26_19-04-43_ip-10-90-0-154/events.out.tfevents.1735239933.ip-10-90-0-154.21323.1 +3 -0
- runs/Dec26_19-06-01_ip-10-90-0-154/events.out.tfevents.1735239983.ip-10-90-0-154.21323.2 +3 -0
- runs/Dec26_19-06-01_ip-10-90-0-154/events.out.tfevents.1735240078.ip-10-90-0-154.21323.3 +3 -0
- runs/Dec26_19-13-18_ip-10-90-0-154/events.out.tfevents.1735240400.ip-10-90-0-154.21256.0 +3 -0
- runs/Dec26_19-15-20_ip-10-90-0-154/events.out.tfevents.1735240527.ip-10-90-0-154.21256.1 +3 -0
- runs/Dec26_19-15-20_ip-10-90-0-154/events.out.tfevents.1735240592.ip-10-90-0-154.21256.2 +3 -0
- runs/Dec26_19-15-20_ip-10-90-0-154/events.out.tfevents.1735240626.ip-10-90-0-154.21256.3 +3 -0
- runs/Dec26_19-15-20_ip-10-90-0-154/events.out.tfevents.1735241284.ip-10-90-0-154.21256.4 +3 -0
- runs/Dec26_19-15-20_ip-10-90-0-154/events.out.tfevents.1735241349.ip-10-90-0-154.21256.5 +3 -0
- runs/Dec26_19-31-12_ip-10-90-0-154/events.out.tfevents.1735241472.ip-10-90-0-154.39617.0 +3 -0
- runs/Dec26_19-34-27_ip-10-90-0-154/events.out.tfevents.1735241671.ip-10-90-0-154.40018.0 +3 -0
- training_args.bin +3 -0
config.json
ADDED
@@ -0,0 +1,67 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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,
|
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 |
+
"d_model": 256,
|
26 |
+
"decoder_attention_heads": 8,
|
27 |
+
"decoder_ffn_dim": 2048,
|
28 |
+
"decoder_layerdrop": 0.0,
|
29 |
+
"decoder_layers": 6,
|
30 |
+
"dice_loss_coefficient": 1,
|
31 |
+
"dilation": false,
|
32 |
+
"dropout": 0.1,
|
33 |
+
"encoder_attention_heads": 8,
|
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": {
|
41 |
+
"0": "left",
|
42 |
+
"1": "right",
|
43 |
+
"2": "up",
|
44 |
+
"3": "down"
|
45 |
+
},
|
46 |
+
"init_std": 0.02,
|
47 |
+
"init_xavier_std": 1.0,
|
48 |
+
"is_encoder_decoder": true,
|
49 |
+
"label2id": {
|
50 |
+
"down": 3,
|
51 |
+
"left": 0,
|
52 |
+
"right": 1,
|
53 |
+
"up": 2
|
54 |
+
},
|
55 |
+
"mask_loss_coefficient": 1,
|
56 |
+
"max_position_embeddings": 1024,
|
57 |
+
"model_type": "conditional_detr",
|
58 |
+
"num_channels": 3,
|
59 |
+
"num_hidden_layers": 6,
|
60 |
+
"num_queries": 300,
|
61 |
+
"position_embedding_type": "sine",
|
62 |
+
"scale_embedding": false,
|
63 |
+
"torch_dtype": "float32",
|
64 |
+
"transformers_version": "4.47.1",
|
65 |
+
"use_pretrained_backbone": true,
|
66 |
+
"use_timm_backbone": true
|
67 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5552ec73e31ce7e90c6263589a5ee5fa1e68aa1052f17381760bdca53daeb847
|
3 |
+
size 174078768
|
preprocessor_config.json
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"do_convert_annotations": true,
|
3 |
+
"do_normalize": true,
|
4 |
+
"do_pad": true,
|
5 |
+
"do_rescale": true,
|
6 |
+
"do_resize": true,
|
7 |
+
"format": "coco_detection",
|
8 |
+
"image_mean": [
|
9 |
+
0.485,
|
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 |
+
}
|
runs/Dec26_19-04-43_ip-10-90-0-154/events.out.tfevents.1735239886.ip-10-90-0-154.21323.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0b6178d2c1e835735f4a2e2c83106bf3de6b900a4aaed90ff06fa4d8be34f0ff
|
3 |
+
size 5993
|
runs/Dec26_19-04-43_ip-10-90-0-154/events.out.tfevents.1735239933.ip-10-90-0-154.21323.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:db244a6897fa4b5d78eb6c94e59596b2947e5d0f510a5195dddc5f5d5f434e64
|
3 |
+
size 5993
|
runs/Dec26_19-06-01_ip-10-90-0-154/events.out.tfevents.1735239983.ip-10-90-0-154.21323.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:59bd70dc5a9b2076e8b2d45ec8575d2a2086af3500076fc86b72b8183563ecaf
|
3 |
+
size 5993
|
runs/Dec26_19-06-01_ip-10-90-0-154/events.out.tfevents.1735240078.ip-10-90-0-154.21323.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3954fbb03d60a13948898c9c18b952ea95982c76304d72706c9504e34dfbad71
|
3 |
+
size 22448
|
runs/Dec26_19-13-18_ip-10-90-0-154/events.out.tfevents.1735240400.ip-10-90-0-154.21256.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:522eb2243f3f5c752e2fcb6fa5d2c9b54213a90a4720962d3b80f8b46e6d48c6
|
3 |
+
size 5917
|
runs/Dec26_19-15-20_ip-10-90-0-154/events.out.tfevents.1735240527.ip-10-90-0-154.21256.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e61ea7b7157991beb2a2abe12514cb9e5f872c5adfcfe493dd93f27d676a9d0f
|
3 |
+
size 5917
|
runs/Dec26_19-15-20_ip-10-90-0-154/events.out.tfevents.1735240592.ip-10-90-0-154.21256.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2d382b76f80069dbb8ae6122f75dd8ee00ab12d99117aafde50ead7dbc278fe6
|
3 |
+
size 5917
|
runs/Dec26_19-15-20_ip-10-90-0-154/events.out.tfevents.1735240626.ip-10-90-0-154.21256.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:391cd4a1d3be381a85859e2475a40ff4d1bc1b2b8c37a5e3e774b1972d0dd925
|
3 |
+
size 5917
|
runs/Dec26_19-15-20_ip-10-90-0-154/events.out.tfevents.1735241284.ip-10-90-0-154.21256.4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c42c61a35687964904a96fe389803b802d13ae8091c939eb2654a52e03c7cede
|
3 |
+
size 5917
|
runs/Dec26_19-15-20_ip-10-90-0-154/events.out.tfevents.1735241349.ip-10-90-0-154.21256.5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e5f8fd86be42feef61ec0064f4a248c03fca6cb61ec3694c44e70737fb0fafc7
|
3 |
+
size 5917
|
runs/Dec26_19-31-12_ip-10-90-0-154/events.out.tfevents.1735241472.ip-10-90-0-154.39617.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:84e743df1cb3d77ca7315f3735157d891fd0b93cf829407079c62e4c718936b8
|
3 |
+
size 5917
|
runs/Dec26_19-34-27_ip-10-90-0-154/events.out.tfevents.1735241671.ip-10-90-0-154.40018.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:08d1c3c9e78e04eba5bd9889cdbd74ab7f0315c32f0c63cee1e73dc678b467e3
|
3 |
+
size 7210
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:37fd9c9b126c96f3d978223afefaeb88274d4ce2e105fea98ab278c8465ddad9
|
3 |
+
size 5368
|