Training in progress, step 10
Browse files- config.json +259 -0
- model.safetensors +3 -0
- preprocessor_config.json +26 -0
- runs/Nov16_01-04-33_af4746f504a6/events.out.tfevents.1731719075.af4746f504a6.120.0 +3 -0
- runs/Nov16_01-10-28_af4746f504a6/events.out.tfevents.1731719432.af4746f504a6.120.1 +3 -0
- runs/Nov16_01-16-39_af4746f504a6/events.out.tfevents.1731719802.af4746f504a6.120.2 +3 -0
- runs/Nov16_01-17-11_af4746f504a6/events.out.tfevents.1731719832.af4746f504a6.120.3 +3 -0
- runs/Nov16_01-28-32_af4746f504a6/events.out.tfevents.1731720513.af4746f504a6.120.4 +3 -0
- training_args.bin +3 -0
config.json
ADDED
@@ -0,0 +1,259 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "PekingU/rtdetr_r50vd",
|
3 |
+
"activation_dropout": 0.0,
|
4 |
+
"activation_function": "silu",
|
5 |
+
"anchor_image_size": null,
|
6 |
+
"architectures": [
|
7 |
+
"RTDetrForObjectDetection"
|
8 |
+
],
|
9 |
+
"attention_dropout": 0.0,
|
10 |
+
"auxiliary_loss": true,
|
11 |
+
"backbone": null,
|
12 |
+
"backbone_config": {
|
13 |
+
"model_type": "rt_detr_resnet",
|
14 |
+
"out_features": [
|
15 |
+
"stage2",
|
16 |
+
"stage3",
|
17 |
+
"stage4"
|
18 |
+
],
|
19 |
+
"out_indices": [
|
20 |
+
2,
|
21 |
+
3,
|
22 |
+
4
|
23 |
+
]
|
24 |
+
},
|
25 |
+
"backbone_kwargs": null,
|
26 |
+
"batch_norm_eps": 1e-05,
|
27 |
+
"box_noise_scale": 1.0,
|
28 |
+
"d_model": 256,
|
29 |
+
"decoder_activation_function": "relu",
|
30 |
+
"decoder_attention_heads": 8,
|
31 |
+
"decoder_ffn_dim": 1024,
|
32 |
+
"decoder_in_channels": [
|
33 |
+
256,
|
34 |
+
256,
|
35 |
+
256
|
36 |
+
],
|
37 |
+
"decoder_layers": 6,
|
38 |
+
"decoder_n_points": 4,
|
39 |
+
"disable_custom_kernels": true,
|
40 |
+
"dropout": 0.0,
|
41 |
+
"encode_proj_layers": [
|
42 |
+
2
|
43 |
+
],
|
44 |
+
"encoder_activation_function": "gelu",
|
45 |
+
"encoder_attention_heads": 8,
|
46 |
+
"encoder_ffn_dim": 1024,
|
47 |
+
"encoder_hidden_dim": 256,
|
48 |
+
"encoder_in_channels": [
|
49 |
+
512,
|
50 |
+
1024,
|
51 |
+
2048
|
52 |
+
],
|
53 |
+
"encoder_layers": 1,
|
54 |
+
"eos_coefficient": 0.0001,
|
55 |
+
"eval_size": null,
|
56 |
+
"feat_strides": [
|
57 |
+
8,
|
58 |
+
16,
|
59 |
+
32
|
60 |
+
],
|
61 |
+
"focal_loss_alpha": 0.75,
|
62 |
+
"focal_loss_gamma": 2.0,
|
63 |
+
"freeze_backbone_batch_norms": true,
|
64 |
+
"hidden_expansion": 1.0,
|
65 |
+
"id2label": {
|
66 |
+
"0": "person",
|
67 |
+
"1": "bicycle",
|
68 |
+
"2": "car",
|
69 |
+
"3": "motorbike",
|
70 |
+
"4": "aeroplane",
|
71 |
+
"5": "bus",
|
72 |
+
"6": "train",
|
73 |
+
"7": "truck",
|
74 |
+
"8": "boat",
|
75 |
+
"9": "traffic light",
|
76 |
+
"10": "fire hydrant",
|
77 |
+
"11": "stop sign",
|
78 |
+
"12": "parking meter",
|
79 |
+
"13": "bench",
|
80 |
+
"14": "bird",
|
81 |
+
"15": "cat",
|
82 |
+
"16": "dog",
|
83 |
+
"17": "horse",
|
84 |
+
"18": "sheep",
|
85 |
+
"19": "cow",
|
86 |
+
"20": "elephant",
|
87 |
+
"21": "bear",
|
88 |
+
"22": "zebra",
|
89 |
+
"23": "giraffe",
|
90 |
+
"24": "backpack",
|
91 |
+
"25": "umbrella",
|
92 |
+
"26": "handbag",
|
93 |
+
"27": "tie",
|
94 |
+
"28": "suitcase",
|
95 |
+
"29": "frisbee",
|
96 |
+
"30": "skis",
|
97 |
+
"31": "snowboard",
|
98 |
+
"32": "sports ball",
|
99 |
+
"33": "kite",
|
100 |
+
"34": "baseball bat",
|
101 |
+
"35": "baseball glove",
|
102 |
+
"36": "skateboard",
|
103 |
+
"37": "surfboard",
|
104 |
+
"38": "tennis racket",
|
105 |
+
"39": "bottle",
|
106 |
+
"40": "wine glass",
|
107 |
+
"41": "cup",
|
108 |
+
"42": "fork",
|
109 |
+
"43": "knife",
|
110 |
+
"44": "spoon",
|
111 |
+
"45": "bowl",
|
112 |
+
"46": "banana",
|
113 |
+
"47": "apple",
|
114 |
+
"48": "sandwich",
|
115 |
+
"49": "orange",
|
116 |
+
"50": "broccoli",
|
117 |
+
"51": "carrot",
|
118 |
+
"52": "hot dog",
|
119 |
+
"53": "pizza",
|
120 |
+
"54": "donut",
|
121 |
+
"55": "cake",
|
122 |
+
"56": "chair",
|
123 |
+
"57": "sofa",
|
124 |
+
"58": "pottedplant",
|
125 |
+
"59": "bed",
|
126 |
+
"60": "diningtable",
|
127 |
+
"61": "toilet",
|
128 |
+
"62": "tvmonitor",
|
129 |
+
"63": "laptop",
|
130 |
+
"64": "mouse",
|
131 |
+
"65": "remote",
|
132 |
+
"66": "keyboard",
|
133 |
+
"67": "cell phone",
|
134 |
+
"68": "microwave",
|
135 |
+
"69": "oven",
|
136 |
+
"70": "toaster",
|
137 |
+
"71": "sink",
|
138 |
+
"72": "refrigerator",
|
139 |
+
"73": "book",
|
140 |
+
"74": "clock",
|
141 |
+
"75": "vase",
|
142 |
+
"76": "scissors",
|
143 |
+
"77": "teddy bear",
|
144 |
+
"78": "hair drier",
|
145 |
+
"79": "toothbrush",
|
146 |
+
"80": "head",
|
147 |
+
"81": "helmet"
|
148 |
+
},
|
149 |
+
"initializer_bias_prior_prob": null,
|
150 |
+
"initializer_range": 0.01,
|
151 |
+
"is_encoder_decoder": true,
|
152 |
+
"label2id": {
|
153 |
+
"aeroplane": 4,
|
154 |
+
"apple": 47,
|
155 |
+
"backpack": 24,
|
156 |
+
"banana": 46,
|
157 |
+
"baseball bat": 34,
|
158 |
+
"baseball glove": 35,
|
159 |
+
"bear": 21,
|
160 |
+
"bed": 59,
|
161 |
+
"bench": 13,
|
162 |
+
"bicycle": 1,
|
163 |
+
"bird": 14,
|
164 |
+
"boat": 8,
|
165 |
+
"book": 73,
|
166 |
+
"bottle": 39,
|
167 |
+
"bowl": 45,
|
168 |
+
"broccoli": 50,
|
169 |
+
"bus": 5,
|
170 |
+
"cake": 55,
|
171 |
+
"car": 2,
|
172 |
+
"carrot": 51,
|
173 |
+
"cat": 15,
|
174 |
+
"cell phone": 67,
|
175 |
+
"chair": 56,
|
176 |
+
"clock": 74,
|
177 |
+
"cow": 19,
|
178 |
+
"cup": 41,
|
179 |
+
"diningtable": 60,
|
180 |
+
"dog": 16,
|
181 |
+
"donut": 54,
|
182 |
+
"elephant": 20,
|
183 |
+
"fire hydrant": 10,
|
184 |
+
"fork": 42,
|
185 |
+
"frisbee": 29,
|
186 |
+
"giraffe": 23,
|
187 |
+
"hair drier": 78,
|
188 |
+
"handbag": 26,
|
189 |
+
"head": 80,
|
190 |
+
"helmet": 81,
|
191 |
+
"horse": 17,
|
192 |
+
"hot dog": 52,
|
193 |
+
"keyboard": 66,
|
194 |
+
"kite": 33,
|
195 |
+
"knife": 43,
|
196 |
+
"laptop": 63,
|
197 |
+
"microwave": 68,
|
198 |
+
"motorbike": 3,
|
199 |
+
"mouse": 64,
|
200 |
+
"orange": 49,
|
201 |
+
"oven": 69,
|
202 |
+
"parking meter": 12,
|
203 |
+
"person": 0,
|
204 |
+
"pizza": 53,
|
205 |
+
"pottedplant": 58,
|
206 |
+
"refrigerator": 72,
|
207 |
+
"remote": 65,
|
208 |
+
"sandwich": 48,
|
209 |
+
"scissors": 76,
|
210 |
+
"sheep": 18,
|
211 |
+
"sink": 71,
|
212 |
+
"skateboard": 36,
|
213 |
+
"skis": 30,
|
214 |
+
"snowboard": 31,
|
215 |
+
"sofa": 57,
|
216 |
+
"spoon": 44,
|
217 |
+
"sports ball": 32,
|
218 |
+
"stop sign": 11,
|
219 |
+
"suitcase": 28,
|
220 |
+
"surfboard": 37,
|
221 |
+
"teddy bear": 77,
|
222 |
+
"tennis racket": 38,
|
223 |
+
"tie": 27,
|
224 |
+
"toaster": 70,
|
225 |
+
"toilet": 61,
|
226 |
+
"toothbrush": 79,
|
227 |
+
"traffic light": 9,
|
228 |
+
"train": 6,
|
229 |
+
"truck": 7,
|
230 |
+
"tvmonitor": 62,
|
231 |
+
"umbrella": 25,
|
232 |
+
"vase": 75,
|
233 |
+
"wine glass": 40,
|
234 |
+
"zebra": 22
|
235 |
+
},
|
236 |
+
"label_noise_ratio": 0.5,
|
237 |
+
"layer_norm_eps": 1e-05,
|
238 |
+
"learn_initial_query": false,
|
239 |
+
"matcher_alpha": 0.25,
|
240 |
+
"matcher_bbox_cost": 5.0,
|
241 |
+
"matcher_class_cost": 2.0,
|
242 |
+
"matcher_gamma": 2.0,
|
243 |
+
"matcher_giou_cost": 2.0,
|
244 |
+
"model_type": "rt_detr",
|
245 |
+
"normalize_before": false,
|
246 |
+
"num_denoising": 100,
|
247 |
+
"num_feature_levels": 3,
|
248 |
+
"num_queries": 300,
|
249 |
+
"positional_encoding_temperature": 10000,
|
250 |
+
"torch_dtype": "float32",
|
251 |
+
"transformers_version": "4.45.1",
|
252 |
+
"use_focal_loss": true,
|
253 |
+
"use_pretrained_backbone": false,
|
254 |
+
"use_timm_backbone": false,
|
255 |
+
"weight_loss_bbox": 5.0,
|
256 |
+
"weight_loss_giou": 2.0,
|
257 |
+
"weight_loss_vfl": 1.0,
|
258 |
+
"with_box_refine": true
|
259 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:49f6c30cdafe6d8db0a39652bfd996aee33062957ad8ab92a646111bc8f69df8
|
3 |
+
size 172192296
|
preprocessor_config.json
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"do_convert_annotations": true,
|
3 |
+
"do_normalize": false,
|
4 |
+
"do_pad": false,
|
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": "RTDetrImageProcessor",
|
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 |
+
"height": 640,
|
24 |
+
"width": 640
|
25 |
+
}
|
26 |
+
}
|
runs/Nov16_01-04-33_af4746f504a6/events.out.tfevents.1731719075.af4746f504a6.120.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a3bce736fb6eff32fbca2868d6f0da308c6434e659ccc4b125710ad889c17bdb
|
3 |
+
size 9657
|
runs/Nov16_01-10-28_af4746f504a6/events.out.tfevents.1731719432.af4746f504a6.120.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0d8a2654f4553fb3ca4b2bbc8027b8936142bcba3c928995fcc85ab527062ba0
|
3 |
+
size 9657
|
runs/Nov16_01-16-39_af4746f504a6/events.out.tfevents.1731719802.af4746f504a6.120.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c48694dea80dbc375ae41acd0cb8eb2eee30a04844f097b3cc22a2713acd8cbc
|
3 |
+
size 9657
|
runs/Nov16_01-17-11_af4746f504a6/events.out.tfevents.1731719832.af4746f504a6.120.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d2cf5f25742e622ab1fcd3acbc5a79e0d17261f67e0e6fd9e7f4deb7530f33d3
|
3 |
+
size 9657
|
runs/Nov16_01-28-32_af4746f504a6/events.out.tfevents.1731720513.af4746f504a6.120.4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6ea117cabe18a4c4dfa940fc7bc89438f704ea257e1e20d097d32afe4c332473
|
3 |
+
size 8280
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:12e179273845c6efc489e6d750683b9ecd33dff2eca63d2e656c5b12bad9dda6
|
3 |
+
size 5240
|