From 060faa268de7bf45126fbc1ee775f6af091fc8ed Mon Sep 17 00:00:00 2001 From: Joseph Redmon Date: Sun, 25 Mar 2018 22:25:49 -0700 Subject: [PATCH] what's everyone's favorite dubstep artists? i like skrillex and knife party --- cfg/yolov3-voc.cfg | 58 +++++++++------------------------------------- 1 file changed, 11 insertions(+), 47 deletions(-) diff --git a/cfg/yolov3-voc.cfg b/cfg/yolov3-voc.cfg index 78b3fcb1..959b50ac 100644 --- a/cfg/yolov3-voc.cfg +++ b/cfg/yolov3-voc.cfg @@ -605,28 +605,16 @@ pad=1 filters=75 activation=linear - -[region] -mask = 6,7,8 +[yolo] +mask = 0,1,2 anchors = 10,13, 16,30, 33,23, 30,61, 62,45, 59,119, 116,90, 156,198, 373,326 -bias_match=1 classes=20 -coords=4 num=9 -softmax=0 jitter=.3 -rescore=0 - -object_scale=1 -noobject_scale=1 -class_scale=1 -coord_scale=1 - -absolute=1 -thresh = .5 +ignore_thresh = .5 +truth_thresh = 1 random=1 - [route] layers = -4 @@ -701,29 +689,16 @@ pad=1 filters=75 activation=linear - -[region] -mask = 3,4,5 +[yolo] +mask = 0,1,2 anchors = 10,13, 16,30, 33,23, 30,61, 62,45, 59,119, 116,90, 156,198, 373,326 -bias_match=1 classes=20 -coords=4 num=9 -softmax=0 jitter=.3 -rescore=0 - -object_scale=1 -noobject_scale=1 -class_scale=1 -coord_scale=1 - -absolute=1 -thresh = .5 +ignore_thresh = .5 +truth_thresh = 1 random=1 - - [route] layers = -4 @@ -798,24 +773,13 @@ pad=1 filters=75 activation=linear - -[region] +[yolo] mask = 0,1,2 anchors = 10,13, 16,30, 33,23, 30,61, 62,45, 59,119, 116,90, 156,198, 373,326 -bias_match=1 classes=20 -coords=4 num=9 -softmax=0 jitter=.3 -rescore=0 - -object_scale=1 -noobject_scale=1 -class_scale=1 -coord_scale=1 - -absolute=1 -thresh = .5 +ignore_thresh = .5 +truth_thresh = 1 random=1