From d30bc0a4c0fc3f4fcf71667da3c915c49a638a69 Mon Sep 17 00:00:00 2001 From: jackson0223 <56762469+jackson0223@users.noreply.github.com> Date: Fri, 27 Mar 2020 02:05:33 +0800 Subject: [PATCH] Restore face detection train.prototxt from #9516 --- samples/dnn/face_detector/train.prototxt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/dnn/face_detector/train.prototxt b/samples/dnn/face_detector/train.prototxt index d2b8167ca9..0bba9cb32b 100644 --- a/samples/dnn/face_detector/train.prototxt +++ b/samples/dnn/face_detector/train.prototxt @@ -1020,7 +1020,7 @@ layer { } convolution_param { num_output: 128 - pad: 1 + pad: 0 kernel_size: 3 stride: 1 weight_filler { @@ -1600,7 +1600,7 @@ layer { } convolution_param { num_output: 16 - pad: 0 + pad: 1 kernel_size: 3 stride: 1 weight_filler {