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 +