From 60268dea8608567ecb3f7fe4132b6bc687a32c64 Mon Sep 17 00:00:00 2001 From: Constantin Wenger <constantin.wenger@googlemail.com> Date: Tue, 13 Aug 2019 20:42:38 +0000 Subject: [PATCH] scaled min size threshold down to 10k again from 100k because it won't work properly with lower res webcams --- 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