AiAdam commited on
Commit
e15c41a
1 Parent(s): 58e6d80

End of training

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "facebook/detr-resnet-50",
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
+ "bbox_cost": 5,
13
+ "bbox_loss_coefficient": 5,
14
+ "class_cost": 1,
15
+ "d_model": 256,
16
+ "decoder_attention_heads": 8,
17
+ "decoder_ffn_dim": 2048,
18
+ "decoder_layerdrop": 0.0,
19
+ "decoder_layers": 6,
20
+ "dice_loss_coefficient": 1,
21
+ "dilation": false,
22
+ "dropout": 0.1,
23
+ "encoder_attention_heads": 8,
24
+ "encoder_ffn_dim": 2048,
25
+ "encoder_layerdrop": 0.0,
26
+ "encoder_layers": 6,
27
+ "eos_coefficient": 0.1,
28
+ "giou_cost": 2,
29
+ "giou_loss_coefficient": 2,
30
+ "id2label": {
31
+ "0": "Coverall",
32
+ "1": "Face_Shield",
33
+ "2": "Gloves",
34
+ "3": "Goggles",
35
+ "4": "Mask"
36
+ },
37
+ "init_std": 0.02,
38
+ "init_xavier_std": 1.0,
39
+ "is_encoder_decoder": true,
40
+ "label2id": {
41
+ "Coverall": 0,
42
+ "Face_Shield": 1,
43
+ "Gloves": 2,
44
+ "Goggles": 3,
45
+ "Mask": 4
46
+ },
47
+ "mask_loss_coefficient": 1,
48
+ "max_position_embeddings": 1024,
49
+ "model_type": "detr",
50
+ "num_channels": 3,
51
+ "num_hidden_layers": 6,
52
+ "num_queries": 100,
53
+ "position_embedding_type": "sine",
54
+ "scale_embedding": false,
55
+ "torch_dtype": "float32",
56
+ "transformers_version": "4.26.1",
57
+ "use_pretrained_backbone": true,
58
+ "use_timm_backbone": true
59
+ }
preprocessor_config.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_normalize": true,
3
+ "do_pad": true,
4
+ "do_rescale": true,
5
+ "do_resize": true,
6
+ "format": "coco_detection",
7
+ "image_mean": [
8
+ 0.485,
9
+ 0.456,
10
+ 0.406
11
+ ],
12
+ "image_processor_type": "DetrImageProcessor",
13
+ "image_std": [
14
+ 0.229,
15
+ 0.224,
16
+ 0.225
17
+ ],
18
+ "resample": 2,
19
+ "rescale_factor": 0.00392156862745098,
20
+ "size": {
21
+ "longest_edge": 1333,
22
+ "shortest_edge": 800
23
+ }
24
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:42f45d7266d7df33220426cc328522f1af1a3be7c3010391f0f28fa411d35c21
3
+ size 166612773
runs/Mar07_09-32-13_4053d21f7b51/1678181553.595649/events.out.tfevents.1678181553.4053d21f7b51.126.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:09f6973682e11c3e5f0f16d4a1451f3e371f49f961a99581b3ca24fcbc4f3b7a
3
+ size 5703
runs/Mar07_09-32-13_4053d21f7b51/events.out.tfevents.1678181553.4053d21f7b51.126.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:247b5a0b2c73d7b033527349f4a62c96dbe332be993ae30efd54ae64babc48e5
3
+ size 4557
runs/Mar07_09-53-21_4053d21f7b51/1678182814.4417362/events.out.tfevents.1678182814.4053d21f7b51.126.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:43cb64dde199838741b0bdf658d74af50222cc9ad5789805614a23fed374fe97
3
+ size 5703
runs/Mar07_09-53-21_4053d21f7b51/events.out.tfevents.1678182814.4053d21f7b51.126.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1b10e492d0c01598a1442b51828097373eabf1f5853ddeb3390627e3fc1a9e60
3
+ size 4556
runs/Mar07_10-38-26_4053d21f7b51/1678185509.7167509/events.out.tfevents.1678185509.4053d21f7b51.17715.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f5666c0c4fc1397f24d39057693cc2c8fcf313b256635121b35689ffec7ab3cd
3
+ size 5703
runs/Mar07_10-38-26_4053d21f7b51/events.out.tfevents.1678185509.4053d21f7b51.17715.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2319fc2f89c6c935246bc676ed8948c5eac2d2bf82c6b23c801bf2f75c4395cd
3
+ size 4556
runs/Mar07_10-50-54_4053d21f7b51/1678186261.803912/events.out.tfevents.1678186261.4053d21f7b51.19723.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:185ac651e6f9188e90a07facbc900eaf3575dd9e836bc2a53e194b2999e96d10
3
+ size 5703
runs/Mar07_10-50-54_4053d21f7b51/events.out.tfevents.1678186261.4053d21f7b51.19723.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff2c3e7c06ece25d9b114719a2c5ec5833deb0c7c9d2f8924ca4d09b46c0947f
3
+ size 4557
runs/Mar07_10-58-22_4053d21f7b51/1678186705.7543635/events.out.tfevents.1678186705.4053d21f7b51.23280.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1fe4c728b078c94a4209ec5423c170794d68e1932aa02a18f1c1420c711bb41d
3
+ size 5703
runs/Mar07_10-58-22_4053d21f7b51/events.out.tfevents.1678186705.4053d21f7b51.23280.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d54cfe7b9efb23c25a34ace251559caa580ea0df49786c645146dae53e0fb318
3
+ size 5058
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a1f8ffc8a78c0793da36f9287e558a1411f3247790e20f4b9571f5794b2dd201
3
+ size 3515