From 0713fd9784bbd0c67eb82df6f6e2c072a53e09e8 Mon Sep 17 00:00:00 2001
From: Alexey <AlexeyAB@users.noreply.github.com>
Date: Thu, 31 May 2018 11:20:19 +0000
Subject: [PATCH] Merge pull request #936 from IlyaOvodov/Fix_GrayScale_PR

---
 build/darknet/x64/densenet201_yolo.cfg |   31 +++++++++++--------------------
 1 files changed, 11 insertions(+), 20 deletions(-)

diff --git a/build/darknet/x64/densenet201_yolo.cfg b/build/darknet/x64/densenet201_yolo.cfg
index 579b3e4..2c78ec5 100644
--- a/build/darknet/x64/densenet201_yolo.cfg
+++ b/build/darknet/x64/densenet201_yolo.cfg
@@ -1,30 +1,21 @@
 [net]
-# Training
 batch=64
-subdivisions=32
-
-# Testing
-#batch=1
-#subdivisions=1
-
+subdivisions=8
 height=416
 width=416
-#max_crop=448
 channels=3
 momentum=0.9
 decay=0.0005
-
-burn_in=1000
-learning_rate=0.1
-policy=poly
-power=4
-max_batches=1600000
-
-angle=7
+angle=0
+saturation = 1.5
+exposure = 1.5
 hue=.1
-saturation=.75
-exposure=.75
-aspect=.75
+
+learning_rate=0.0001
+max_batches = 45000
+policy=steps
+steps=100,25000,35000
+scales=10,.1,.1
 
 [convolutional]
 batch_normalize=1
@@ -1935,7 +1926,7 @@
 
 [route]
 layers=-1,-3
-
+#stopbackward=1
 
 
 [convolutional]

--
Gitblit v1.10.0