jmgrodriguez commited on
Commit
0c2adb7
·
verified ·
1 Parent(s): 8a65481

Training in progress, epoch 1

Browse files
Files changed (4) hide show
  1. config.json +145 -0
  2. model.safetensors +3 -0
  3. preprocessor_config.json +29 -0
  4. training_args.bin +3 -0
config.json ADDED
@@ -0,0 +1,145 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "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
+ "N/A": 83,
52
+ "airplane": 5,
53
+ "apple": 53,
54
+ "backpack": 27,
55
+ "banana": 52,
56
+ "baseball bat": 39,
57
+ "baseball glove": 40,
58
+ "bear": 23,
59
+ "bed": 65,
60
+ "bench": 15,
61
+ "bicycle": 2,
62
+ "bird": 16,
63
+ "boat": 9,
64
+ "book": 84,
65
+ "bottle": 44,
66
+ "bowl": 51,
67
+ "broccoli": 56,
68
+ "bus": 6,
69
+ "cake": 61,
70
+ "car": 3,
71
+ "carrot": 57,
72
+ "cat": 17,
73
+ "cell phone": 77,
74
+ "chair": 62,
75
+ "clock": 85,
76
+ "couch": 63,
77
+ "cow": 21,
78
+ "cup": 47,
79
+ "dining table": 67,
80
+ "dog": 18,
81
+ "donut": 60,
82
+ "elephant": 22,
83
+ "fire hydrant": 11,
84
+ "fork": 48,
85
+ "frisbee": 34,
86
+ "giraffe": 25,
87
+ "hair drier": 89,
88
+ "handbag": 31,
89
+ "horse": 19,
90
+ "hot dog": 58,
91
+ "keyboard": 76,
92
+ "kite": 38,
93
+ "knife": 49,
94
+ "laptop": 73,
95
+ "microwave": 78,
96
+ "motorcycle": 4,
97
+ "mouse": 74,
98
+ "orange": 55,
99
+ "oven": 79,
100
+ "parking meter": 14,
101
+ "person": 1,
102
+ "pizza": 59,
103
+ "potted plant": 64,
104
+ "refrigerator": 82,
105
+ "remote": 75,
106
+ "sandwich": 54,
107
+ "scissors": 87,
108
+ "sheep": 20,
109
+ "sink": 81,
110
+ "skateboard": 41,
111
+ "skis": 35,
112
+ "snowboard": 36,
113
+ "spoon": 50,
114
+ "sports ball": 37,
115
+ "stop sign": 13,
116
+ "suitcase": 33,
117
+ "surfboard": 42,
118
+ "teddy bear": 88,
119
+ "tennis racket": 43,
120
+ "tie": 32,
121
+ "toaster": 80,
122
+ "toilet": 70,
123
+ "toothbrush": 90,
124
+ "traffic light": 10,
125
+ "train": 7,
126
+ "truck": 8,
127
+ "tv": 72,
128
+ "umbrella": 28,
129
+ "vase": 86,
130
+ "wine glass": 46,
131
+ "zebra": 24
132
+ },
133
+ "mask_loss_coefficient": 1,
134
+ "max_position_embeddings": 1024,
135
+ "model_type": "conditional_detr",
136
+ "num_channels": 3,
137
+ "num_hidden_layers": 6,
138
+ "num_queries": 300,
139
+ "position_embedding_type": "sine",
140
+ "scale_embedding": false,
141
+ "torch_dtype": "float32",
142
+ "transformers_version": "4.42.4",
143
+ "use_pretrained_backbone": true,
144
+ "use_timm_backbone": true
145
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0565cb8584c68af46925abe6bf1d7faac27fd41f2a00842c55ed1656d4700660
3
+ size 174079796
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
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ca89f6027713de5f0d77485088a1658b57230d641c5f3da7413fc394cabc6160
3
+ size 5304