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 {
}
convolution_param {
num_output: 128
pad: 0
pad: 1
kernel_size: 3
stride: 1
weight_filler {
......@@ -958,7 +958,7 @@ layer {
}
convolution_param {
num_output: 128
pad: 0
pad: 1
kernel_size: 3
stride: 1
weight_filler {
......@@ -1786,4 +1786,4 @@ layer {
keep_top_k: 200
confidence_threshold: 0.01
}
}
\ No newline at end of file
}
......@@ -917,7 +917,7 @@ layer {
}
convolution_param {
num_output: 128
pad: 0
pad: 1
kernel_size: 3
stride: 1
weight_filler {
......@@ -983,7 +983,7 @@ layer {
}
convolution_param {
num_output: 128
pad: 0
pad: 1
kernel_size: 3
stride: 1
weight_filler {
......@@ -1827,4 +1827,4 @@ layer {
overlap_threshold: 0.5
evaluate_difficult_gt: false
}
}
\ No newline at end of file
}
......@@ -1020,7 +1020,7 @@ layer {
}
convolution_param {
num_output: 128
pad: 0
pad: 1
kernel_size: 3
stride: 1
weight_filler {
......@@ -1086,7 +1086,7 @@ layer {
}
convolution_param {
num_output: 128
pad: 0
pad: 1
kernel_size: 3
stride: 1
weight_filler {
......@@ -1895,4 +1895,4 @@ layer {
ignore_cross_boundary_bbox: false
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