From 55fbdd1007488b2e98dbe4b07cc798954b5e165f Mon Sep 17 00:00:00 2001 From: Joseph Redmon <pjreddie@gmail.com> Date: Wed, 23 Sep 2015 06:29:03 +0000 Subject: [PATCH] fixes to image --- cfg/yolo.cfg | 10 ++++++++-- 1 files changed, 8 insertions(+), 2 deletions(-) diff --git a/cfg/yolo.cfg b/cfg/yolo.cfg index ba44c4d..ab46729 100644 --- a/cfg/yolo.cfg +++ b/cfg/yolo.cfg @@ -1,13 +1,18 @@ [net] batch=64 -subdivisions=2 +subdivisions=64 height=448 width=448 channels=3 -learning_rate=0.01 +learning_rate=0.001 momentum=0.9 decay=0.0005 +policy=steps +steps=50, 5000 +scales=10, .1 +max_batches = 8000 + [crop] crop_width=448 crop_height=448 @@ -201,4 +206,5 @@ rescore=0 joint=0 objectness=1 +background=0 -- Gitblit v1.10.0