Merge pull request #10216 from dkurt:dnn_face_detector_extra_paddings

pull/10240/head
Vadim Pisarevsky 7 years ago
commit 69830b1851
  1. 6
      samples/dnn/face_detector/deploy.prototxt
  2. 6
      samples/dnn/face_detector/test.prototxt
  3. 6
      samples/dnn/face_detector/train.prototxt

@ -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 {
} }
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 {
keep_top_k: 200 keep_top_k: 200
confidence_threshold: 0.01 confidence_threshold: 0.01
} }
} }

@ -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 {
} }
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 {
overlap_threshold: 0.5 overlap_threshold: 0.5
evaluate_difficult_gt: false evaluate_difficult_gt: false
} }
} }

@ -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 {
} }
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 {
ignore_cross_boundary_bbox: false ignore_cross_boundary_bbox: false
mining_type: MAX_NEGATIVE mining_type: MAX_NEGATIVE
} }
} }

Loading…
Cancel
Save