File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
samples/dnn/face_detector Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -892,7 +892,7 @@ layer {
892
892
}
893
893
convolution_param {
894
894
num_output: 128
895
- pad: 0
895
+ pad: 1
896
896
kernel_size: 3
897
897
stride: 1
898
898
weight_filler {
@@ -958,7 +958,7 @@ layer {
958
958
}
959
959
convolution_param {
960
960
num_output: 128
961
- pad: 0
961
+ pad: 1
962
962
kernel_size: 3
963
963
stride: 1
964
964
weight_filler {
@@ -1786,4 +1786,4 @@ layer {
1786
1786
keep_top_k: 200
1787
1787
confidence_threshold: 0.01
1788
1788
}
1789
- }
1789
+ }
Original file line number Diff line number Diff line change @@ -917,7 +917,7 @@ layer {
917
917
}
918
918
convolution_param {
919
919
num_output: 128
920
- pad: 0
920
+ pad: 1
921
921
kernel_size: 3
922
922
stride: 1
923
923
weight_filler {
@@ -983,7 +983,7 @@ layer {
983
983
}
984
984
convolution_param {
985
985
num_output: 128
986
- pad: 0
986
+ pad: 1
987
987
kernel_size: 3
988
988
stride: 1
989
989
weight_filler {
@@ -1827,4 +1827,4 @@ layer {
1827
1827
overlap_threshold: 0.5
1828
1828
evaluate_difficult_gt: false
1829
1829
}
1830
- }
1830
+ }
Original file line number Diff line number Diff line change @@ -1020,7 +1020,7 @@ layer {
1020
1020
}
1021
1021
convolution_param {
1022
1022
num_output: 128
1023
- pad: 0
1023
+ pad: 1
1024
1024
kernel_size: 3
1025
1025
stride: 1
1026
1026
weight_filler {
@@ -1086,7 +1086,7 @@ layer {
1086
1086
}
1087
1087
convolution_param {
1088
1088
num_output: 128
1089
- pad: 0
1089
+ pad: 1
1090
1090
kernel_size: 3
1091
1091
stride: 1
1092
1092
weight_filler {
@@ -1895,4 +1895,4 @@ layer {
1895
1895
ignore_cross_boundary_bbox: false
1896
1896
mining_type: MAX_NEGATIVE
1897
1897
}
1898
- }
1898
+ }
You can’t perform that action at this time.
0 commit comments