Commit 03850008 authored by Dmitry Kurtaev's avatar Dmitry Kurtaev

Extra paddings for face detector layers

parent fc9e0314
...@@ -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 {
...@@ -1786,4 +1786,4 @@ layer { ...@@ -1786,4 +1786,4 @@ layer {
keep_top_k: 200 keep_top_k: 200
confidence_threshold: 0.01 confidence_threshold: 0.01
} }
} }
\ No newline at end of file
...@@ -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 {
...@@ -1827,4 +1827,4 @@ layer { ...@@ -1827,4 +1827,4 @@ layer {
overlap_threshold: 0.5 overlap_threshold: 0.5
evaluate_difficult_gt: false evaluate_difficult_gt: false
} }
} }
\ No newline at end of file
...@@ -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 {
...@@ -1895,4 +1895,4 @@ layer { ...@@ -1895,4 +1895,4 @@ layer {
ignore_cross_boundary_bbox: false ignore_cross_boundary_bbox: false
mining_type: MAX_NEGATIVE mining_type: MAX_NEGATIVE
} }
} }
\ No newline at end of file
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