From 8468f19b741475059bbd0bc4db310ee05ea7e6fb Mon Sep 17 00:00:00 2001
From: SpeedProg <speedprog@googlemail.com>
Date: Thu, 02 Jan 2020 16:05:16 +0000
Subject: [PATCH] removed test files

---
 cfg/yolov3-custom.cfg |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/cfg/yolov3-custom.cfg b/cfg/yolov3-custom.cfg
index a1681e5..32fe34d 100644
--- a/cfg/yolov3-custom.cfg
+++ b/cfg/yolov3-custom.cfg
@@ -1,7 +1,7 @@
 [net]
 # Testing
-batch=8
-subdivisions=4
+batch=64
+subdivisions=32
 # Training
 # batch=64
 # subdivisions=16
@@ -17,7 +17,7 @@
 
 learning_rate=0.001
 burn_in=1000
-max_batches = 500200
+max_batches = 30000
 policy=steps
 steps=400000,450000
 scales=.1,.1
@@ -606,9 +606,9 @@
 
 [yolo]
 mask = 6,7,8
-anchors = 10,13,  16,30,  33,23,  30,61,  62,45,  59,119,  116,90,  156,198,  373,326
+anchors = 129.1513,150.1077, 104.9181,195.1675, 145.8067,186.4670, 127.9706,231.2296, 165.9494,221.8162, 162.4676,253.0225
 classes=1
-num=9
+num=6
 jitter=.3
 ignore_thresh = .7
 truth_thresh = 1
@@ -692,9 +692,9 @@
 
 [yolo]
 mask = 3,4,5
-anchors = 10,13,  16,30,  33,23,  30,61,  62,45,  59,119,  116,90,  156,198,  373,326
+anchors = 129.1513,150.1077, 104.9181,195.1675, 145.8067,186.4670, 127.9706,231.2296, 165.9494,221.8162, 162.4676,253.0225
 classes=1
-num=9
+num=6
 jitter=.3
 ignore_thresh = .7
 truth_thresh = 1
@@ -779,9 +779,9 @@
 
 [yolo]
 mask = 0,1,2
-anchors = 10,13,  16,30,  33,23,  30,61,  62,45,  59,119,  116,90,  156,198,  373,326
+anchors = 129.1513,150.1077, 104.9181,195.1675, 145.8067,186.4670, 127.9706,231.2296, 165.9494,221.8162, 162.4676,253.0225
 classes=1
-num=9
+num=6
 jitter=.3
 ignore_thresh = .7
 truth_thresh = 1

--
Gitblit v1.10.0