1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 08:13:04 +04:00

Fix false positives of face detection network for large faces

This commit is contained in:
Dmitry Kurtaev
2019-07-22 12:18:57 +03:00
committed by Alexander Alekhin
parent ad092bf1ce
commit a2125594ea
4 changed files with 1817 additions and 4 deletions
+2 -2
View File
@@ -892,7 +892,7 @@ layer {
}
convolution_param {
num_output: 128
pad: 1
pad: 0
kernel_size: 3
stride: 1
weight_filler {
@@ -958,7 +958,7 @@ layer {
}
convolution_param {
num_output: 128
pad: 1
pad: 0
kernel_size: 3
stride: 1
weight_filler {
File diff suppressed because it is too large Load Diff