darknet/cfg/darknet.cfg

121 lines
1.1 KiB
INI
Raw Normal View History

2015-08-17 19:00:12 +03:00
[net]
2018-08-15 20:59:59 +03:00
# Training
# batch=128
# subdivisions=1
# Testing
batch=1
subdivisions=1
height=256
width=256
2018-08-15 20:59:59 +03:00
min_crop=128
max_crop=448
2015-08-17 19:00:12 +03:00
channels=3
momentum=0.9
decay=0.0005
2015-09-17 00:12:10 +03:00
2018-08-15 20:59:59 +03:00
burn_in=1000
2016-05-07 02:25:16 +03:00
learning_rate=0.1
policy=poly
power=4
2018-08-15 20:59:59 +03:00
max_batches=800000
angle=7
hue=.1
saturation=.75
exposure=.75
aspect=.75
2015-08-17 19:00:12 +03:00
[convolutional]
2016-08-06 01:27:07 +03:00
batch_normalize=1
2015-08-17 19:00:12 +03:00
filters=16
size=3
stride=1
pad=1
activation=leaky
[maxpool]
2015-09-09 22:48:40 +03:00
size=2
2015-08-17 19:00:12 +03:00
stride=2
[convolutional]
2016-08-06 01:27:07 +03:00
batch_normalize=1
2015-08-17 19:00:12 +03:00
filters=32
size=3
stride=1
pad=1
activation=leaky
[maxpool]
2015-09-09 22:48:40 +03:00
size=2
2015-08-17 19:00:12 +03:00
stride=2
[convolutional]
2016-08-06 01:27:07 +03:00
batch_normalize=1
2015-08-17 19:00:12 +03:00
filters=64
size=3
stride=1
pad=1
activation=leaky
[maxpool]
2015-09-09 22:48:40 +03:00
size=2
2015-08-17 19:00:12 +03:00
stride=2
[convolutional]
2016-08-06 01:27:07 +03:00
batch_normalize=1
2015-08-17 19:00:12 +03:00
filters=128
size=3
stride=1
pad=1
activation=leaky
[maxpool]
2015-09-09 22:48:40 +03:00
size=2
2015-08-17 19:00:12 +03:00
stride=2
[convolutional]
2016-08-06 01:27:07 +03:00
batch_normalize=1
2015-08-17 19:00:12 +03:00
filters=256
size=3
stride=1
pad=1
activation=leaky
[maxpool]
2015-09-09 22:48:40 +03:00
size=2
2015-08-17 19:00:12 +03:00
stride=2
[convolutional]
2016-08-06 01:27:07 +03:00
batch_normalize=1
2015-08-17 19:00:12 +03:00
filters=512
size=3
stride=1
pad=1
activation=leaky
[maxpool]
2015-09-09 22:48:40 +03:00
size=2
2015-08-17 19:00:12 +03:00
stride=2
[convolutional]
2016-08-06 01:27:07 +03:00
batch_normalize=1
2015-08-17 19:00:12 +03:00
filters=1024
size=3
stride=1
pad=1
activation=leaky
2018-08-15 20:59:59 +03:00
[avgpool]
2016-08-06 01:27:07 +03:00
[convolutional]
filters=1000
size=1
stride=1
pad=1
2018-08-15 20:59:59 +03:00
activation=linear
2016-08-06 01:27:07 +03:00
2015-08-17 19:00:12 +03:00
[softmax]
2015-10-09 22:50:43 +03:00
groups=1
2015-08-17 19:00:12 +03:00