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 |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/cfg/yolo.cfg b/cfg/yolo.cfg
index eef0b69..ab46729 100644
--- a/cfg/yolo.cfg
+++ b/cfg/yolo.cfg
@@ -4,10 +4,15 @@
 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