Skip to content

Commit

Permalink
update yolo to v4 and new training
Browse files Browse the repository at this point in the history
  • Loading branch information
cracker0dks committed Jan 22, 2023
1 parent 531443c commit 4092a2c
Show file tree
Hide file tree
Showing 284 changed files with 160 additions and 7,586 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6,993 changes: 3 additions & 6,990 deletions JDownloader 2.0/tools/offlineCaptchaSolver/darknet64/bad.list

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

This file was deleted.

This file was deleted.

Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file modified JDownloader 2.0/tools/offlineCaptchaSolver/darknet64/temp.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 0 additions & 2 deletions JDownloader 2.0/tools/offlineCaptchaSolver/darknet64/test.bat

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#subdivisions=1
# Training
batch=64
subdivisions=16
subdivisions=2
width=416
height=416
channels=3
Expand All @@ -15,24 +15,41 @@ saturation = 1.5
exposure = 1.5
hue=.1

learning_rate=0.001
learning_rate=0.00261
burn_in=1000
max_batches = 124000
policy=steps
steps=99200,111600
steps=89600,100800
scales=.1,.1

[convolutional]
batch_normalize=1
filters=16
filters=32
size=3
stride=1
stride=2
pad=1
activation=leaky

[maxpool]
size=2
[convolutional]
batch_normalize=1
filters=64
size=3
stride=2
pad=1
activation=leaky

[convolutional]
batch_normalize=1
filters=64
size=3
stride=1
pad=1
activation=leaky

[route]
layers=-1
groups=2
group_id=1

[convolutional]
batch_normalize=1
Expand All @@ -42,18 +59,28 @@ stride=1
pad=1
activation=leaky

[maxpool]
size=2
stride=2
[convolutional]
batch_normalize=1
filters=32
size=3
stride=1
pad=1
activation=leaky

[route]
layers = -1,-2

[convolutional]
batch_normalize=1
filters=64
size=3
size=1
stride=1
pad=1
activation=leaky

[route]
layers = -6,-1

[maxpool]
size=2
stride=2
Expand All @@ -66,6 +93,41 @@ stride=1
pad=1
activation=leaky

[route]
layers=-1
groups=2
group_id=1

[convolutional]
batch_normalize=1
filters=64
size=3
stride=1
pad=1
activation=leaky

[convolutional]
batch_normalize=1
filters=64
size=3
stride=1
pad=1
activation=leaky

[route]
layers = -1,-2

[convolutional]
batch_normalize=1
filters=128
size=1
stride=1
pad=1
activation=leaky

[route]
layers = -6,-1

[maxpool]
size=2
stride=2
Expand All @@ -78,31 +140,54 @@ stride=1
pad=1
activation=leaky

[maxpool]
size=2
stride=2
[route]
layers=-1
groups=2
group_id=1

[convolutional]
batch_normalize=1
filters=512
filters=128
size=3
stride=1
pad=1
activation=leaky

[convolutional]
batch_normalize=1
filters=128
size=3
stride=1
pad=1
activation=leaky

[route]
layers = -1,-2

[convolutional]
batch_normalize=1
filters=256
size=1
stride=1
pad=1
activation=leaky

[route]
layers = -6,-1

[maxpool]
size=2
stride=1
stride=2

[convolutional]
batch_normalize=1
filters=1024
filters=512
size=3
stride=1
pad=1
activation=leaky

###########
##################################

[convolutional]
batch_normalize=1
Expand Down Expand Up @@ -135,9 +220,16 @@ anchors = 10,14, 23,27, 37,58, 81,82, 135,169, 344,319
classes=62
num=6
jitter=.3
scale_x_y = 1.05
cls_normalizer=1.0
iou_normalizer=0.07
iou_loss=ciou
ignore_thresh = .7
truth_thresh = 1
random=1
random=0
resize=1.5
nms_kind=greedynms
beta_nms=0.6

[route]
layers = -4
Expand All @@ -154,7 +246,7 @@ activation=leaky
stride=2

[route]
layers = -1, 8
layers = -1, 23

[convolutional]
batch_normalize=1
Expand All @@ -177,6 +269,13 @@ anchors = 10,14, 23,27, 37,58, 81,82, 135,169, 344,319
classes=62
num=6
jitter=.3
scale_x_y = 1.05
cls_normalizer=1.0
iou_normalizer=0.07
iou_loss=ciou
ignore_thresh = .7
truth_thresh = 1
random=1
random=0
resize=1.5
nms_kind=greedynms
beta_nms=0.6
Binary file not shown.
Binary file not shown.
53 changes: 0 additions & 53 deletions JDownloader 2.0/tools/offlineCaptchaSolver/dbimg/cr.html

This file was deleted.

61 changes: 0 additions & 61 deletions JDownloader 2.0/tools/offlineCaptchaSolver/dbimg/create.js

This file was deleted.

Loading

0 comments on commit 4092a2c

Please sign in to comment.