hayatoshibahara
commited on
Commit
•
7a30a7f
1
Parent(s):
609133e
Training in progress, step 10
Browse files- config.json +66 -0
- model.safetensors +3 -0
- preprocessor_config.json +26 -0
- runs/Nov22_20-49-40_Ubuntu/events.out.tfevents.1732276181.Ubuntu.1145000.0 +3 -0
- runs/Nov22_20-49-54_Ubuntu/events.out.tfevents.1732276194.Ubuntu.1145000.1 +3 -0
- runs/Nov22_20-50-04_Ubuntu/events.out.tfevents.1732276204.Ubuntu.1145000.2 +3 -0
- runs/Nov22_20-50-11_Ubuntu/events.out.tfevents.1732276211.Ubuntu.1145000.3 +3 -0
- runs/Nov22_20-50-34_Ubuntu/events.out.tfevents.1732276234.Ubuntu.1145000.4 +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.46.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:fd631d71e2298f2bb76d3ba479a57915f51a7721246444deea222a11f7a733b0
|
3 |
+
size 166496880
|
preprocessor_config.json
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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": "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 |
+
}
|
runs/Nov22_20-49-40_Ubuntu/events.out.tfevents.1732276181.Ubuntu.1145000.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e5b8589b147f486d78155affc3b4ab38d8b9b776f9d406669527e1ca044333c4
|
3 |
+
size 4184
|
runs/Nov22_20-49-54_Ubuntu/events.out.tfevents.1732276194.Ubuntu.1145000.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e243c0b9380bead4134532f9c827d7e6ad071e93129ce267dd9fb4bf431133cc
|
3 |
+
size 4184
|
runs/Nov22_20-50-04_Ubuntu/events.out.tfevents.1732276204.Ubuntu.1145000.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9380ccceea5ca6caadf1717fbc374be2b1d4eab69a937f5d972ec25b78d4dfb9
|
3 |
+
size 4184
|
runs/Nov22_20-50-11_Ubuntu/events.out.tfevents.1732276211.Ubuntu.1145000.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c7b5abb83a2f4c64a87abb59409d86e7fc8a9a77834a90ad96d6e0df66471e32
|
3 |
+
size 4184
|
runs/Nov22_20-50-34_Ubuntu/events.out.tfevents.1732276234.Ubuntu.1145000.4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d0aede2438d72167811d4591ad103bb25792ddc8722a34a6a80062fe6dc6db7e
|
3 |
+
size 4184
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2d5cf239c5a49223ec1b3bc163e8af196b8676a9ee77a6fc43548aa9539ccd00
|
3 |
+
size 5304
|