Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
O
opencv
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
opencv
Commits
69830b18
Commit
69830b18
authored
Dec 04, 2017
by
Vadim Pisarevsky
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #10216 from dkurt:dnn_face_detector_extra_paddings
parents
fc9e0314
03850008
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
12 deletions
+9
-12
deploy.prototxt
samples/dnn/face_detector/deploy.prototxt
+3
-4
test.prototxt
samples/dnn/face_detector/test.prototxt
+3
-4
train.prototxt
samples/dnn/face_detector/train.prototxt
+3
-4
No files found.
samples/dnn/face_detector/deploy.prototxt
View file @
69830b18
...
...
@@ -892,7 +892,7 @@ layer {
}
convolution_param {
num_output: 128
pad:
0
pad:
1
kernel_size: 3
stride: 1
weight_filler {
...
...
@@ -958,7 +958,7 @@ layer {
}
convolution_param {
num_output: 128
pad:
0
pad:
1
kernel_size: 3
stride: 1
weight_filler {
...
...
@@ -1786,4 +1786,4 @@ layer {
keep_top_k: 200
confidence_threshold: 0.01
}
}
\ No newline at end of file
}
samples/dnn/face_detector/test.prototxt
View file @
69830b18
...
...
@@ -917,7 +917,7 @@ layer {
}
convolution_param {
num_output: 128
pad:
0
pad:
1
kernel_size: 3
stride: 1
weight_filler {
...
...
@@ -983,7 +983,7 @@ layer {
}
convolution_param {
num_output: 128
pad:
0
pad:
1
kernel_size: 3
stride: 1
weight_filler {
...
...
@@ -1827,4 +1827,4 @@ layer {
overlap_threshold: 0.5
evaluate_difficult_gt: false
}
}
\ No newline at end of file
}
samples/dnn/face_detector/train.prototxt
View file @
69830b18
...
...
@@ -1020,7 +1020,7 @@ layer {
}
convolution_param {
num_output: 128
pad:
0
pad:
1
kernel_size: 3
stride: 1
weight_filler {
...
...
@@ -1086,7 +1086,7 @@ layer {
}
convolution_param {
num_output: 128
pad:
0
pad:
1
kernel_size: 3
stride: 1
weight_filler {
...
...
@@ -1895,4 +1895,4 @@ layer {
ignore_cross_boundary_bbox: false
mining_type: MAX_NEGATIVE
}
}
\ No newline at end of file
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment