From 522e2a220cf2beffd6283374a7756bf7c85749ad Mon Sep 17 00:00:00 2001
From: Joseph Redmon <pjreddie@gmail.com>
Date: Tue, 22 Sep 2015 23:36:57 +0000
Subject: [PATCH] hm

---
 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