From 8c5364f58569eaeb5582a4915b36b24fc5570c76 Mon Sep 17 00:00:00 2001
From: Joseph Redmon <pjreddie@gmail.com>
Date: Mon, 09 Nov 2015 19:31:39 +0000
Subject: [PATCH] New YOLO

---
 cfg/yolo.cfg |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/cfg/yolo.cfg b/cfg/yolo.cfg
index ee16726..a652f46 100644
--- a/cfg/yolo.cfg
+++ b/cfg/yolo.cfg
@@ -9,8 +9,8 @@
 
 learning_rate=0.001
 policy=steps
-steps=100,200,300,400,500,600,700,20000,30000
-scales=2,2,1.25,1.25,1.25,1.25,1.03,.1,.1
+steps=200,400,600,20000,30000
+scales=2.5,2,2,.1,.1
 max_batches = 40000
 
 [crop]
@@ -218,7 +218,7 @@
 output= 1470
 activation=linear
 
-[region]
+[detection]
 classes=20
 coords=4
 rescore=1

--
Gitblit v1.10.0