From 467c6f066e7e40b961ffa8751d2cff2c86797977 Mon Sep 17 00:00:00 2001 From: libodi Date: Thu, 13 May 2021 11:58:07 +0800 Subject: [PATCH] 1 --- cfg/yolov3-voc.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cfg/yolov3-voc.cfg b/cfg/yolov3-voc.cfg index 08bdda6..1da403d 100644 --- a/cfg/yolov3-voc.cfg +++ b/cfg/yolov3-voc.cfg @@ -602,7 +602,7 @@ activation=leaky size=1 stride=1 pad=1 -filters=75 +filters=18 activation=linear [yolo] @@ -686,7 +686,7 @@ activation=leaky size=1 stride=1 pad=1 -filters=75 +filters=18 activation=linear [yolo] @@ -770,7 +770,7 @@ activation=leaky size=1 stride=1 pad=1 -filters=75 +filters=18 activation=linear [yolo] -- GitLab