Skip to content

Commit

Permalink
Merge pull request opencv#16914 from jackson0223:patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
alalek committed Apr 28, 2020
2 parents 0daf055 + d30bc0a commit dc1b1f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions samples/dnn/face_detector/train.prototxt
Original file line number Diff line number Diff line change
Expand Up @@ -1020,7 +1020,7 @@ layer {
}
convolution_param {
num_output: 128
pad: 1
pad: 0
kernel_size: 3
stride: 1
weight_filler {
Expand Down Expand Up @@ -1600,7 +1600,7 @@ layer {
}
convolution_param {
num_output: 16
pad: 0
pad: 1
kernel_size: 3
stride: 1
weight_filler {
Expand Down

0 comments on commit dc1b1f2

Please sign in to comment.