From 481b57a96a9ef29b112caec1bb3e17ffb043ceae Mon Sep 17 00:00:00 2001 From: Joseph Redmon <pjreddie@gmail.com> Date: Sun, 25 Sep 2016 06:12:54 +0000 Subject: [PATCH] So I have this new programming paradigm....... --- cfg/yolo.cfg | 16 +++++----------- 1 files changed, 5 insertions(+), 11 deletions(-) diff --git a/cfg/yolo.cfg b/cfg/yolo.cfg index 6876eff..c4f415c 100644 --- a/cfg/yolo.cfg +++ b/cfg/yolo.cfg @@ -1,11 +1,14 @@ [net] -batch=64 -subdivisions=2 +batch=1 +subdivisions=1 height=448 width=448 channels=3 momentum=0.9 decay=0.0005 +saturation=1.5 +exposure=1.5 +hue=.1 learning_rate=0.0005 policy=steps @@ -13,15 +16,6 @@ scales=2.5,2,2,.1,.1 max_batches = 40000 -[crop] -crop_width=448 -crop_height=448 -flip=0 -angle=0 -saturation = 1.5 -exposure = 1.5 -noadjust=1 - [convolutional] batch_normalize=1 filters=64 -- Gitblit v1.10.0