mirror of
https://github.com/opencv/opencv.git
synced 2025-06-07 17:44:04 +08:00
Restore face detection train.prototxt from #9516
This commit is contained in:
parent
0daf055fe6
commit
d30bc0a4c0
@ -1020,7 +1020,7 @@ layer {
|
|||||||
}
|
}
|
||||||
convolution_param {
|
convolution_param {
|
||||||
num_output: 128
|
num_output: 128
|
||||||
pad: 1
|
pad: 0
|
||||||
kernel_size: 3
|
kernel_size: 3
|
||||||
stride: 1
|
stride: 1
|
||||||
weight_filler {
|
weight_filler {
|
||||||
@ -1600,7 +1600,7 @@ layer {
|
|||||||
}
|
}
|
||||||
convolution_param {
|
convolution_param {
|
||||||
num_output: 16
|
num_output: 16
|
||||||
pad: 0
|
pad: 1
|
||||||
kernel_size: 3
|
kernel_size: 3
|
||||||
stride: 1
|
stride: 1
|
||||||
weight_filler {
|
weight_filler {
|
||||||
|
Loading…
Reference in New Issue
Block a user