Commit 69830b18 authored by Vadim Pisarevsky's avatar Vadim Pisarevsky

Merge pull request #10216 from dkurt:dnn_face_detector_extra_paddings

parents fc9e0314 03850008
...@@ -892,7 +892,7 @@ layer { ...@@ -892,7 +892,7 @@ layer {
} }
convolution_param { convolution_param {
num_output: 128 num_output: 128
pad: 0 pad: 1
kernel_size: 3 kernel_size: 3
stride: 1 stride: 1
weight_filler { weight_filler {
...@@ -958,7 +958,7 @@ layer { ...@@ -958,7 +958,7 @@ layer {
} }
convolution_param { convolution_param {
num_output: 128 num_output: 128
pad: 0 pad: 1
kernel_size: 3 kernel_size: 3
stride: 1 stride: 1
weight_filler { weight_filler {
......
...@@ -917,7 +917,7 @@ layer { ...@@ -917,7 +917,7 @@ layer {
} }
convolution_param { convolution_param {
num_output: 128 num_output: 128
pad: 0 pad: 1
kernel_size: 3 kernel_size: 3
stride: 1 stride: 1
weight_filler { weight_filler {
...@@ -983,7 +983,7 @@ layer { ...@@ -983,7 +983,7 @@ layer {
} }
convolution_param { convolution_param {
num_output: 128 num_output: 128
pad: 0 pad: 1
kernel_size: 3 kernel_size: 3
stride: 1 stride: 1
weight_filler { weight_filler {
......
...@@ -1020,7 +1020,7 @@ layer { ...@@ -1020,7 +1020,7 @@ layer {
} }
convolution_param { convolution_param {
num_output: 128 num_output: 128
pad: 0 pad: 1
kernel_size: 3 kernel_size: 3
stride: 1 stride: 1
weight_filler { weight_filler {
...@@ -1086,7 +1086,7 @@ layer { ...@@ -1086,7 +1086,7 @@ layer {
} }
convolution_param { convolution_param {
num_output: 128 num_output: 128
pad: 0 pad: 1
kernel_size: 3 kernel_size: 3
stride: 1 stride: 1
weight_filler { weight_filler {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment