Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update yolov4-custom.cfg #8319

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions cfg/yolov4-custom.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
# Training
batch=64
subdivisions=16
width=608
height=608
width=416
height=416
channels=3
momentum=0.949
decay=0.0005
Expand All @@ -17,9 +17,9 @@ hue=.1

learning_rate=0.001
burn_in=1000
max_batches = 500500
max_batches = 2000
policy=steps
steps=400000,450000
steps=1600,1800
scales=.1,.1

#cutmix=1
Expand Down Expand Up @@ -960,14 +960,14 @@ activation=leaky
size=1
stride=1
pad=1
filters=255
filters=18
activation=linear


[yolo]
mask = 0,1,2
anchors = 12, 16, 19, 36, 40, 28, 36, 75, 76, 55, 72, 146, 142, 110, 192, 243, 459, 401
classes=80
classes=1
num=9
jitter=.3
ignore_thresh = .7
Expand Down Expand Up @@ -1048,14 +1048,14 @@ activation=leaky
size=1
stride=1
pad=1
filters=255
filters=18
activation=linear


[yolo]
mask = 3,4,5
anchors = 12, 16, 19, 36, 40, 28, 36, 75, 76, 55, 72, 146, 142, 110, 192, 243, 459, 401
classes=80
classes=1
num=9
jitter=.3
ignore_thresh = .7
Expand Down Expand Up @@ -1136,14 +1136,14 @@ activation=leaky
size=1
stride=1
pad=1
filters=255
filters=18
activation=linear


[yolo]
mask = 6,7,8
anchors = 12, 16, 19, 36, 40, 28, 36, 75, 76, 55, 72, 146, 142, 110, 192, 243, 459, 401
classes=80
classes=1
num=9
jitter=.3
ignore_thresh = .7
Expand Down