From b1dddf02ccf8dcfaadee4e8a5ed8726725ec1b93 Mon Sep 17 00:00:00 2001
From: AlexeyAB <alexeyab84@gmail.com>
Date: Sun, 12 Aug 2018 23:43:45 +0000
Subject: [PATCH] Fixed AVX compiled bug

---
 build/darknet/x64/yolov3.cfg |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/build/darknet/x64/yolov3.cfg b/build/darknet/x64/yolov3.cfg
index 5f3ab62..b2dd2b8 100644
--- a/build/darknet/x64/yolov3.cfg
+++ b/build/darknet/x64/yolov3.cfg
@@ -1,10 +1,10 @@
 [net]
 # Testing
-batch=1
-subdivisions=1
+#batch=1
+#subdivisions=1
 # Training
-# batch=64
-# subdivisions=16
+batch=64
+subdivisions=16
 width=416
 height=416
 channels=3
@@ -610,7 +610,7 @@
 classes=80
 num=9
 jitter=.3
-ignore_thresh = .5
+ignore_thresh = .7
 truth_thresh = 1
 random=1
 
@@ -696,7 +696,7 @@
 classes=80
 num=9
 jitter=.3
-ignore_thresh = .5
+ignore_thresh = .7
 truth_thresh = 1
 random=1
 
@@ -783,7 +783,7 @@
 classes=80
 num=9
 jitter=.3
-ignore_thresh = .5
+ignore_thresh = .7
 truth_thresh = 1
 random=1
 

--
Gitblit v1.10.0