Training in progress, step 200
Browse files- config.json +69 -0
- model.safetensors +3 -0
- preprocessor_config.json +47 -0
- runs/May18_22-43-34_19d3c55adc46/events.out.tfevents.1716072217.19d3c55adc46.901.0 +3 -0
- runs/May18_22-43-34_19d3c55adc46/events.out.tfevents.1716072329.19d3c55adc46.901.1 +3 -0
- runs/May18_22-43-34_19d3c55adc46/events.out.tfevents.1716072374.19d3c55adc46.901.2 +3 -0
- runs/May18_22-43-34_19d3c55adc46/events.out.tfevents.1716072478.19d3c55adc46.901.3 +3 -0
- training_args.bin +3 -0
config.json
ADDED
|
@@ -0,0 +1,69 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+
"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": 1,
|
| 24 |
+
"classifier_dropout": 0.0,
|
| 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 |
+
"eos_coefficient": 0.1,
|
| 38 |
+
"giou_cost": 2,
|
| 39 |
+
"giou_loss_coefficient": 2,
|
| 40 |
+
"id2label": {
|
| 41 |
+
"0": "Coverall",
|
| 42 |
+
"1": "Face_Shield",
|
| 43 |
+
"2": "Gloves",
|
| 44 |
+
"3": "Goggles",
|
| 45 |
+
"4": "Mask"
|
| 46 |
+
},
|
| 47 |
+
"init_std": 0.02,
|
| 48 |
+
"init_xavier_std": 1.0,
|
| 49 |
+
"is_encoder_decoder": true,
|
| 50 |
+
"label2id": {
|
| 51 |
+
"Coverall": 0,
|
| 52 |
+
"Face_Shield": 1,
|
| 53 |
+
"Gloves": 2,
|
| 54 |
+
"Goggles": 3,
|
| 55 |
+
"Mask": 4
|
| 56 |
+
},
|
| 57 |
+
"mask_loss_coefficient": 1,
|
| 58 |
+
"max_position_embeddings": 1024,
|
| 59 |
+
"model_type": "detr",
|
| 60 |
+
"num_channels": 3,
|
| 61 |
+
"num_hidden_layers": 6,
|
| 62 |
+
"num_queries": 100,
|
| 63 |
+
"position_embedding_type": "sine",
|
| 64 |
+
"scale_embedding": false,
|
| 65 |
+
"torch_dtype": "float32",
|
| 66 |
+
"transformers_version": "4.42.0.dev0",
|
| 67 |
+
"use_pretrained_backbone": true,
|
| 68 |
+
"use_timm_backbone": true
|
| 69 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b34da71f891e7a23349b3d83739727d1267dd456896a5176222f12b2648ef7ad
|
| 3 |
+
size 166498936
|
preprocessor_config.json
ADDED
|
@@ -0,0 +1,47 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+
"pad_size",
|
| 18 |
+
"format",
|
| 19 |
+
"return_tensors",
|
| 20 |
+
"data_format",
|
| 21 |
+
"input_data_format"
|
| 22 |
+
],
|
| 23 |
+
"do_convert_annotations": true,
|
| 24 |
+
"do_normalize": true,
|
| 25 |
+
"do_pad": true,
|
| 26 |
+
"do_rescale": true,
|
| 27 |
+
"do_resize": true,
|
| 28 |
+
"format": "coco_detection",
|
| 29 |
+
"image_mean": [
|
| 30 |
+
0.485,
|
| 31 |
+
0.456,
|
| 32 |
+
0.406
|
| 33 |
+
],
|
| 34 |
+
"image_processor_type": "DetrImageProcessor",
|
| 35 |
+
"image_std": [
|
| 36 |
+
0.229,
|
| 37 |
+
0.224,
|
| 38 |
+
0.225
|
| 39 |
+
],
|
| 40 |
+
"pad_size": null,
|
| 41 |
+
"resample": 2,
|
| 42 |
+
"rescale_factor": 0.00392156862745098,
|
| 43 |
+
"size": {
|
| 44 |
+
"longest_edge": 1333,
|
| 45 |
+
"shortest_edge": 800
|
| 46 |
+
}
|
| 47 |
+
}
|
runs/May18_22-43-34_19d3c55adc46/events.out.tfevents.1716072217.19d3c55adc46.901.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:093707bfd7fe76e83f50e2e1f7db9b588ff6eff15c7c29f81fc633c481f7ece1
|
| 3 |
+
size 5695
|
runs/May18_22-43-34_19d3c55adc46/events.out.tfevents.1716072329.19d3c55adc46.901.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:db2e4c00b4d01bbac9a02ca22b0cf3a6d195a4c5bc6de5fcbb1755a118ecfe8d
|
| 3 |
+
size 5695
|
runs/May18_22-43-34_19d3c55adc46/events.out.tfevents.1716072374.19d3c55adc46.901.2
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:80c4a9e6369227708b227986c8b97ec107c0a5a4f688163ffad058747a6b25f2
|
| 3 |
+
size 5695
|
runs/May18_22-43-34_19d3c55adc46/events.out.tfevents.1716072478.19d3c55adc46.901.3
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2b8c356e87732e21ffd85179314c52249ebe96906d01ab51cbaba38356f2fc9e
|
| 3 |
+
size 6531
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e0c90d8f05c2460cc1fe464c57a85601f4cdb004abef0df3cdd1f9b496dbf5a4
|
| 3 |
+
size 5112
|