secemp9 commited on
Commit
dbdc221
·
verified ·
1 Parent(s): 3126adf

Upload 7 files

Browse files
.gitattributes CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ captchasad_best.weights filter=lfs diff=lfs merge=lfs -text
captchasad.cfg ADDED
@@ -0,0 +1,349 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # DarkMark v1.10.18-1 output for Darknet
2
+ # Project .... /home/secemp9/captchasad
3
+ # Config ..... /home/secemp9/captchasad/captchasad.cfg
4
+ # Template ... /opt/darknet/cfg/yolov4-tiny-3l.cfg
5
+ # Username ... secemp9@secemp9-Super-Server
6
+ # Timestamp .. Sat 2025-02-15 19:44:07 CET
7
+ #
8
+ # WARNING: If you re-generate the darknet files for this project you'll
9
+ # lose any customizations you are about to make in this file!
10
+ #
11
+
12
+ [net]
13
+ # Testing
14
+ #batch=1
15
+ #subdivisions=1
16
+ # Training
17
+ batch=1
18
+ subdivisions=1
19
+ width=352
20
+ height=256
21
+ channels=3
22
+ momentum=0.9
23
+ decay=0.0005
24
+ angle=0
25
+ saturation=1.500000
26
+ exposure=1.500000
27
+ hue=0.100000
28
+
29
+ learning_rate=0.002610
30
+ burn_in=1000
31
+ max_batches=4000
32
+ policy=steps
33
+ steps=3200,3600
34
+ scales=.1,.1
35
+ cutmix=0
36
+ flip=1
37
+ max_chart_loss=4.000000
38
+ mixup=1
39
+ mosaic=0
40
+ use_cuda_graph=0
41
+
42
+ [convolutional]
43
+ batch_normalize=1
44
+ filters=32
45
+ size=3
46
+ stride=2
47
+ pad=1
48
+ activation=leaky
49
+
50
+ [convolutional]
51
+ batch_normalize=1
52
+ filters=64
53
+ size=3
54
+ stride=2
55
+ pad=1
56
+ activation=leaky
57
+
58
+ [convolutional]
59
+ batch_normalize=1
60
+ filters=64
61
+ size=3
62
+ stride=1
63
+ pad=1
64
+ activation=leaky
65
+
66
+ [route]
67
+ layers=-1
68
+ groups=2
69
+ group_id=1
70
+
71
+ [convolutional]
72
+ batch_normalize=1
73
+ filters=32
74
+ size=3
75
+ stride=1
76
+ pad=1
77
+ activation=leaky
78
+
79
+ [convolutional]
80
+ batch_normalize=1
81
+ filters=32
82
+ size=3
83
+ stride=1
84
+ pad=1
85
+ activation=leaky
86
+
87
+ [route]
88
+ layers = -1,-2
89
+
90
+ [convolutional]
91
+ batch_normalize=1
92
+ filters=64
93
+ size=1
94
+ stride=1
95
+ pad=1
96
+ activation=leaky
97
+
98
+ [route]
99
+ layers = -6,-1
100
+
101
+ [maxpool]
102
+ size=2
103
+ stride=2
104
+
105
+ [convolutional]
106
+ batch_normalize=1
107
+ filters=128
108
+ size=3
109
+ stride=1
110
+ pad=1
111
+ activation=leaky
112
+
113
+ [route]
114
+ layers=-1
115
+ groups=2
116
+ group_id=1
117
+
118
+ [convolutional]
119
+ batch_normalize=1
120
+ filters=64
121
+ size=3
122
+ stride=1
123
+ pad=1
124
+ activation=leaky
125
+
126
+ [convolutional]
127
+ batch_normalize=1
128
+ filters=64
129
+ size=3
130
+ stride=1
131
+ pad=1
132
+ activation=leaky
133
+
134
+ [route]
135
+ layers = -1,-2
136
+
137
+ [convolutional]
138
+ batch_normalize=1
139
+ filters=128
140
+ size=1
141
+ stride=1
142
+ pad=1
143
+ activation=leaky
144
+
145
+ [route]
146
+ layers = -6,-1
147
+
148
+ [maxpool]
149
+ size=2
150
+ stride=2
151
+
152
+ [convolutional]
153
+ batch_normalize=1
154
+ filters=256
155
+ size=3
156
+ stride=1
157
+ pad=1
158
+ activation=leaky
159
+
160
+ [route]
161
+ layers=-1
162
+ groups=2
163
+ group_id=1
164
+
165
+ [convolutional]
166
+ batch_normalize=1
167
+ filters=128
168
+ size=3
169
+ stride=1
170
+ pad=1
171
+ activation=leaky
172
+
173
+ [convolutional]
174
+ batch_normalize=1
175
+ filters=128
176
+ size=3
177
+ stride=1
178
+ pad=1
179
+ activation=leaky
180
+
181
+ [route]
182
+ layers = -1,-2
183
+
184
+ [convolutional]
185
+ batch_normalize=1
186
+ filters=256
187
+ size=1
188
+ stride=1
189
+ pad=1
190
+ activation=leaky
191
+
192
+ [route]
193
+ layers = -6,-1
194
+
195
+ [maxpool]
196
+ size=2
197
+ stride=2
198
+
199
+ [convolutional]
200
+ batch_normalize=1
201
+ filters=512
202
+ size=3
203
+ stride=1
204
+ pad=1
205
+ activation=leaky
206
+
207
+ ##################################
208
+
209
+ [convolutional]
210
+ batch_normalize=1
211
+ filters=256
212
+ size=1
213
+ stride=1
214
+ pad=1
215
+ activation=leaky
216
+
217
+ [convolutional]
218
+ batch_normalize=1
219
+ filters=512
220
+ size=3
221
+ stride=1
222
+ pad=1
223
+ activation=leaky
224
+
225
+ [convolutional]
226
+ size=1
227
+ stride=1
228
+ pad=1
229
+ filters=18
230
+ activation=linear
231
+
232
+
233
+
234
+ [yolo]
235
+ mask = 6,7,8
236
+ anchors = 12, 16, 19, 36, 40, 28, 36, 75, 76, 55, 72, 146, 142, 110, 192, 243, 459, 401
237
+ classes=1
238
+ num=9
239
+ jitter=.3
240
+ scale_x_y = 1.05
241
+ cls_normalizer=1.0
242
+ iou_normalizer=0.07
243
+ iou_loss=ciou
244
+ ignore_thresh = .7
245
+ truth_thresh = 1
246
+ random=0
247
+ resize=1.5
248
+ nms_kind=greedynms
249
+ beta_nms=0.6
250
+
251
+ [route]
252
+ layers = -4
253
+
254
+ [convolutional]
255
+ batch_normalize=1
256
+ filters=128
257
+ size=1
258
+ stride=1
259
+ pad=1
260
+ activation=leaky
261
+
262
+ [upsample]
263
+ stride=2
264
+
265
+ [route]
266
+ layers = -1, 23
267
+
268
+ [convolutional]
269
+ batch_normalize=1
270
+ filters=256
271
+ size=3
272
+ stride=1
273
+ pad=1
274
+ activation=leaky
275
+
276
+ [convolutional]
277
+ size=1
278
+ stride=1
279
+ pad=1
280
+ filters=18
281
+ activation=linear
282
+
283
+ [yolo]
284
+ mask = 3,4,5
285
+ anchors = 12, 16, 19, 36, 40, 28, 36, 75, 76, 55, 72, 146, 142, 110, 192, 243, 459, 401
286
+ classes=1
287
+ num=9
288
+ jitter=.3
289
+ scale_x_y = 1.05
290
+ cls_normalizer=1.0
291
+ iou_normalizer=0.07
292
+ iou_loss=ciou
293
+ ignore_thresh = .7
294
+ truth_thresh = 1
295
+ random=0
296
+ resize=1.5
297
+ nms_kind=greedynms
298
+ beta_nms=0.6
299
+
300
+
301
+ [route]
302
+ layers = -3
303
+
304
+ [convolutional]
305
+ batch_normalize=1
306
+ filters=64
307
+ size=1
308
+ stride=1
309
+ pad=1
310
+ activation=leaky
311
+
312
+ [upsample]
313
+ stride=2
314
+
315
+ [route]
316
+ layers = -1, 15
317
+
318
+ [convolutional]
319
+ batch_normalize=1
320
+ filters=128
321
+ size=3
322
+ stride=1
323
+ pad=1
324
+ activation=leaky
325
+
326
+ [convolutional]
327
+ size=1
328
+ stride=1
329
+ pad=1
330
+ filters=18
331
+ activation=linear
332
+
333
+ [yolo]
334
+ mask = 0,1,2
335
+ anchors = 12, 16, 19, 36, 40, 28, 36, 75, 76, 55, 72, 146, 142, 110, 192, 243, 459, 401
336
+ classes=1
337
+ num=9
338
+ jitter=.3
339
+ scale_x_y = 1.05
340
+ cls_normalizer=1.0
341
+ iou_normalizer=0.07
342
+ iou_loss=ciou
343
+ ignore_thresh = .7
344
+ truth_thresh = 1
345
+ random=0
346
+ resize=1.5
347
+ nms_kind=greedynms
348
+ beta_nms=0.6
349
+
captchasad.data ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ classes = 1
2
+ train = /home/secemp9/captchasad/captchasad_train.txt
3
+ valid = /home/secemp9/captchasad/captchasad_valid.txt
4
+ names = /home/secemp9/captchasad/captchasad.names
5
+ backup = /home/secemp9/captchasad
captchasad.names ADDED
@@ -0,0 +1 @@
 
 
1
+ captcha
captchasad_best.weights ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:061a4429c85bfb929975504fdb599c7eb7dc88a6081c2615010f64ed547fa567
3
+ size 24483948
yolov4_1_3_256_352_static.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4dfa2902acb46f2ea96c19fb164ed6d8fc86072f25646ba0ce96e9f66d690175
3
+ size 24523814
yolov4_1_3_256_352_static_float16.tflite ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:554e3a45480b1b52395d28e9c09adff06ac24f4b7a95a95ca1b64beee1fb82f2
3
+ size 12568480
yolov4_1_3_256_352_static_float32.tflite ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b8ac2503af749cc676869fac4a64e808559f2638c1d27a1d9134fab860b6d45a
3
+ size 25059288