From 891599b9e54e40dd09974663f1300bcedbb82235 Mon Sep 17 00:00:00 2001 From: Arun Ponnusamy Date: Wed, 19 Dec 2018 18:47:37 +0530 Subject: [PATCH] Update yolov3.cfg --- yolov3.cfg | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/yolov3.cfg b/yolov3.cfg index d41888e..938ffff 100644 --- a/yolov3.cfg +++ b/yolov3.cfg @@ -1,12 +1,12 @@ [net] # Testing -batch=1 -subdivisions=1 +# batch=1 +# subdivisions=1 # Training -# batch=64 -# subdivisions=16 -width=416 -height=416 +batch=64 +subdivisions=16 +width=608 +height=608 channels=3 momentum=0.9 decay=0.0005 @@ -785,4 +785,5 @@ num=9 jitter=.3 ignore_thresh = .7 truth_thresh = 1 -random=1 \ No newline at end of file +random=1 +