darknet/cfg/yolo.cfg

264 lines
2.7 KiB
INI
Raw Normal View History

2015-05-21 01:06:42 +08:00
[net]
2016-08-12 02:54:24 +08:00
batch=64
subdivisions=2
2015-05-21 01:06:42 +08:00
height=448
width=448
channels=3
momentum=0.9
decay=0.0005
2016-08-12 02:54:24 +08:00
learning_rate=0.0005
2015-09-10 03:48:40 +08:00
policy=steps
2015-11-10 03:31:39 +08:00
steps=200,400,600,20000,30000
scales=2.5,2,2,.1,.1
2015-11-04 11:23:17 +08:00
max_batches = 40000
2015-09-10 03:48:40 +08:00
2016-08-12 02:54:24 +08:00
[crop]
crop_width=448
crop_height=448
flip=0
angle=0
saturation = 1.5
exposure = 1.5
noadjust=1
2015-05-21 01:06:42 +08:00
[convolutional]
2016-08-12 02:54:24 +08:00
batch_normalize=1
2015-05-21 01:06:42 +08:00
filters=64
size=7
stride=2
pad=1
2015-11-04 11:23:17 +08:00
activation=leaky
[maxpool]
size=2
stride=2
2015-05-21 01:06:42 +08:00
[convolutional]
2016-08-12 02:54:24 +08:00
batch_normalize=1
2015-05-21 01:06:42 +08:00
filters=192
size=3
2015-11-04 11:23:17 +08:00
stride=1
2015-05-21 01:06:42 +08:00
pad=1
2015-11-04 11:23:17 +08:00
activation=leaky
[maxpool]
size=2
stride=2
2015-05-21 01:06:42 +08:00
[convolutional]
2016-08-12 02:54:24 +08:00
batch_normalize=1
2015-05-21 01:06:42 +08:00
filters=128
size=1
stride=1
pad=1
2015-11-04 11:23:17 +08:00
activation=leaky
2015-05-21 01:06:42 +08:00
[convolutional]
2016-08-12 02:54:24 +08:00
batch_normalize=1
2015-05-21 01:06:42 +08:00
filters=256
size=3
2015-11-04 11:23:17 +08:00
stride=1
2015-05-21 01:06:42 +08:00
pad=1
2015-11-04 11:23:17 +08:00
activation=leaky
2015-05-21 01:06:42 +08:00
[convolutional]
2016-08-12 02:54:24 +08:00
batch_normalize=1
2015-11-04 11:23:17 +08:00
filters=256
2015-05-21 01:06:42 +08:00
size=1
stride=1
pad=1
2015-11-04 11:23:17 +08:00
activation=leaky
2015-05-21 01:06:42 +08:00
[convolutional]
2016-08-12 02:54:24 +08:00
batch_normalize=1
2015-11-04 11:23:17 +08:00
filters=512
2015-05-21 01:06:42 +08:00
size=3
stride=1
pad=1
2015-11-04 11:23:17 +08:00
activation=leaky
[maxpool]
size=2
stride=2
2015-05-21 01:06:42 +08:00
[convolutional]
2016-08-12 02:54:24 +08:00
batch_normalize=1
2015-11-04 11:23:17 +08:00
filters=256
2015-05-21 01:06:42 +08:00
size=1
stride=1
pad=1
2015-11-04 11:23:17 +08:00
activation=leaky
2015-05-21 01:06:42 +08:00
[convolutional]
2016-08-12 02:54:24 +08:00
batch_normalize=1
2015-05-21 01:06:42 +08:00
filters=512
size=3
2015-11-04 11:23:17 +08:00
stride=1
2015-05-21 01:06:42 +08:00
pad=1
2015-11-04 11:23:17 +08:00
activation=leaky
2015-05-21 01:06:42 +08:00
[convolutional]
2016-08-12 02:54:24 +08:00
batch_normalize=1
2015-05-21 01:06:42 +08:00
filters=256
size=1
stride=1
pad=1
2015-11-04 11:23:17 +08:00
activation=leaky
2015-05-21 01:06:42 +08:00
[convolutional]
2016-08-12 02:54:24 +08:00
batch_normalize=1
2015-05-21 01:06:42 +08:00
filters=512
size=3
stride=1
pad=1
2015-11-04 11:23:17 +08:00
activation=leaky
2015-05-21 01:06:42 +08:00
[convolutional]
2016-08-12 02:54:24 +08:00
batch_normalize=1
2015-05-21 01:06:42 +08:00
filters=256
size=1
stride=1
pad=1
2015-11-04 11:23:17 +08:00
activation=leaky
2015-05-21 01:06:42 +08:00
[convolutional]
2016-08-12 02:54:24 +08:00
batch_normalize=1
2015-05-21 01:06:42 +08:00
filters=512
size=3
stride=1
pad=1
2015-11-04 11:23:17 +08:00
activation=leaky
2015-05-21 01:06:42 +08:00
[convolutional]
2016-08-12 02:54:24 +08:00
batch_normalize=1
2015-05-21 01:06:42 +08:00
filters=256
size=1
stride=1
pad=1
2015-11-04 11:23:17 +08:00
activation=leaky
2015-05-21 01:06:42 +08:00
[convolutional]
2016-08-12 02:54:24 +08:00
batch_normalize=1
2015-05-21 01:06:42 +08:00
filters=512
size=3
stride=1
pad=1
2015-11-04 11:23:17 +08:00
activation=leaky
2015-05-21 01:06:42 +08:00
[convolutional]
2016-08-12 02:54:24 +08:00
batch_normalize=1
2015-11-04 11:23:17 +08:00
filters=512
2015-05-21 01:06:42 +08:00
size=1
stride=1
pad=1
2015-11-04 11:23:17 +08:00
activation=leaky
2015-05-21 01:06:42 +08:00
[convolutional]
2016-08-12 02:54:24 +08:00
batch_normalize=1
2015-11-04 11:23:17 +08:00
filters=1024
2015-05-21 01:06:42 +08:00
size=3
stride=1
pad=1
2015-11-04 11:23:17 +08:00
activation=leaky
[maxpool]
size=2
stride=2
2015-05-21 01:06:42 +08:00
[convolutional]
2016-08-12 02:54:24 +08:00
batch_normalize=1
2015-11-04 11:23:17 +08:00
filters=512
2015-05-21 01:06:42 +08:00
size=1
stride=1
pad=1
2015-11-04 11:23:17 +08:00
activation=leaky
2015-05-21 01:06:42 +08:00
[convolutional]
2016-08-12 02:54:24 +08:00
batch_normalize=1
2015-05-21 01:06:42 +08:00
filters=1024
size=3
2015-11-04 11:23:17 +08:00
stride=1
2015-05-21 01:06:42 +08:00
pad=1
2015-11-04 11:23:17 +08:00
activation=leaky
2015-05-21 01:06:42 +08:00
[convolutional]
2016-08-12 02:54:24 +08:00
batch_normalize=1
2015-05-21 01:06:42 +08:00
filters=512
size=1
stride=1
pad=1
2015-11-04 11:23:17 +08:00
activation=leaky
2015-05-21 01:06:42 +08:00
[convolutional]
2016-08-12 02:54:24 +08:00
batch_normalize=1
2015-05-21 01:06:42 +08:00
filters=1024
size=3
stride=1
pad=1
2015-11-04 11:23:17 +08:00
activation=leaky
#######
2015-05-21 01:06:42 +08:00
[convolutional]
2016-08-12 02:54:24 +08:00
batch_normalize=1
2015-05-21 01:06:42 +08:00
size=3
stride=1
pad=1
filters=1024
2015-11-04 11:23:17 +08:00
activation=leaky
2015-05-21 01:06:42 +08:00
[convolutional]
2016-08-12 02:54:24 +08:00
batch_normalize=1
2015-05-21 01:06:42 +08:00
size=3
stride=2
pad=1
filters=1024
2015-11-04 11:23:17 +08:00
activation=leaky
2015-05-21 01:06:42 +08:00
[convolutional]
2016-08-12 02:54:24 +08:00
batch_normalize=1
2015-05-21 01:06:42 +08:00
size=3
stride=1
pad=1
filters=1024
2015-11-04 11:23:17 +08:00
activation=leaky
2015-05-21 01:06:42 +08:00
2015-06-10 02:17:46 +08:00
[convolutional]
2016-08-12 02:54:24 +08:00
batch_normalize=1
2015-06-10 02:17:46 +08:00
size=3
stride=1
pad=1
filters=1024
2015-11-04 11:23:17 +08:00
activation=leaky
2015-06-10 02:17:46 +08:00
2016-08-12 02:54:24 +08:00
[local]
size=3
stride=1
pad=1
filters=256
2015-11-04 11:23:17 +08:00
activation=leaky
2015-05-21 01:06:42 +08:00
2016-08-12 02:54:24 +08:00
[dropout]
probability=.5
2015-05-21 01:06:42 +08:00
[connected]
2016-08-12 02:54:24 +08:00
output= 1715
2015-11-04 11:23:17 +08:00
activation=linear
2015-05-21 01:06:42 +08:00
2015-11-10 03:31:39 +08:00
[detection]
2015-05-21 01:06:42 +08:00
classes=20
coords=4
2015-11-04 11:23:17 +08:00
rescore=1
side=7
2016-08-12 02:54:24 +08:00
num=3
2015-11-04 11:23:17 +08:00
softmax=0
sqrt=1
jitter=.2
object_scale=1
noobject_scale=.5
class_scale=1
coord_scale=5
2015-07-21 05:56:53 +08:00