Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
64ba66e1
"vscode:/vscode.git/clone" did not exist on "2c5b48ab60ed8ba01c04b9b2ba82df6527e8051b"
Unverified
Commit
64ba66e1
authored
Apr 27, 2020
by
Adrià Arrufat
Committed by
GitHub
Apr 27, 2020
Browse files
fix receptive field comment (#2070)
parent
8055b8d1
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
examples/dnn_mmod_ex.cpp
examples/dnn_mmod_ex.cpp
+1
-1
No files found.
examples/dnn_mmod_ex.cpp
View file @
64ba66e1
...
@@ -33,7 +33,7 @@ using namespace dlib;
...
@@ -33,7 +33,7 @@ using namespace dlib;
// convolutionally over an entire image pyramid. Think of it like a normal
// convolutionally over an entire image pyramid. Think of it like a normal
// sliding window classifier. This means you need to define a CNN that can look
// sliding window classifier. This means you need to define a CNN that can look
// at some part of an image and decide if it is an object of interest. In this
// at some part of an image and decide if it is an object of interest. In this
// example I've defined a CNN with a receptive field of a
little over
50x50
// example I've defined a CNN with a receptive field of a
pproximately
50x50
// pixels. This is reasonable for face detection since you can clearly tell if
// pixels. This is reasonable for face detection since you can clearly tell if
// a 50x50 image contains a face. Other applications may benefit from CNNs with
// a 50x50 image contains a face. Other applications may benefit from CNNs with
// different architectures.
// different architectures.
...
...
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