mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 15:23:05 +04:00
Fixes for OpenCV face detection network
This commit is contained in:
committed by
LaurentBerger
parent
97681d0607
commit
47c5ee5d9c
@@ -1784,7 +1784,7 @@ layer {
|
||||
}
|
||||
code_type: CENTER_SIZE
|
||||
keep_top_k: 200
|
||||
confidence_threshold: 0.2
|
||||
confidence_threshold: 0.01
|
||||
clip: 1
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1221,7 +1221,7 @@ node {
|
||||
attr {
|
||||
key: "padding"
|
||||
value {
|
||||
s: "SAME"
|
||||
s: "VALID"
|
||||
}
|
||||
}
|
||||
attr {
|
||||
@@ -1311,7 +1311,7 @@ node {
|
||||
attr {
|
||||
key: "padding"
|
||||
value {
|
||||
s: "SAME"
|
||||
s: "VALID"
|
||||
}
|
||||
}
|
||||
attr {
|
||||
@@ -2337,6 +2337,12 @@ node {
|
||||
i: 400
|
||||
}
|
||||
}
|
||||
attr {
|
||||
key: "clip"
|
||||
value {
|
||||
b: true
|
||||
}
|
||||
}
|
||||
}
|
||||
node {
|
||||
name: "reshape_before_softmax"
|
||||
|
||||
@@ -917,7 +917,7 @@ layer {
|
||||
}
|
||||
convolution_param {
|
||||
num_output: 128
|
||||
pad: 1
|
||||
pad: 0
|
||||
kernel_size: 3
|
||||
stride: 1
|
||||
weight_filler {
|
||||
@@ -983,7 +983,7 @@ layer {
|
||||
}
|
||||
convolution_param {
|
||||
num_output: 128
|
||||
pad: 1
|
||||
pad: 0
|
||||
kernel_size: 3
|
||||
stride: 1
|
||||
weight_filler {
|
||||
@@ -1810,6 +1810,7 @@ layer {
|
||||
code_type: CENTER_SIZE
|
||||
keep_top_k: 200
|
||||
confidence_threshold: 0.01
|
||||
clip: 1
|
||||
}
|
||||
}
|
||||
layer {
|
||||
|
||||
@@ -1086,7 +1086,7 @@ layer {
|
||||
}
|
||||
convolution_param {
|
||||
num_output: 128
|
||||
pad: 1
|
||||
pad: 0
|
||||
kernel_size: 3
|
||||
stride: 1
|
||||
weight_filler {
|
||||
@@ -1600,7 +1600,7 @@ layer {
|
||||
}
|
||||
convolution_param {
|
||||
num_output: 16
|
||||
pad: 1
|
||||
pad: 0
|
||||
kernel_size: 3
|
||||
stride: 1
|
||||
weight_filler {
|
||||
|
||||
Reference in New Issue
Block a user