Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
D
dlib
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
钟尚武
dlib
Commits
cf3f157e
Commit
cf3f157e
authored
Sep 17, 2017
by
Davis King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated docs
parent
02248a2f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
2 deletions
+14
-2
imaging.xml
docs/docs/imaging.xml
+3
-1
ml.xml
docs/docs/ml.xml
+6
-1
stylesheet.xsl
docs/docs/stylesheet.xsl
+5
-0
No files found.
docs/docs/imaging.xml
View file @
cf3f157e
...
...
@@ -51,7 +51,9 @@
<h2>
Object Detection
</h2>
If you want to create object detectors then try the
<a
href=
"#scan_fhog_pyramid"
>
scan_fhog_pyramid
</a>
tool first. It is quite
easy to use and train and will, in many cases, give excellent results.
easy to use and train and will, in many cases, give excellent results. If that
doesn't give good results then try the more powerful
<a
href=
"ml.html#loss_mmod_"
>
convolutional neural network
</a>
based detector.
</p>
</body>
...
...
docs/docs/ml.xml
View file @
cf3f157e
...
...
@@ -720,7 +720,12 @@ Davis E. King. <a href="http://jmlr.csail.mit.edu/papers/volume10/king09a/king09
<blockquote><a
href=
"http://arxiv.org/abs/1502.00046"
>
Max-Margin Object Detection
</a>
by Davis E. King.
</blockquote>
This means you use this loss if you want to detect the locations of objects
in images.
in images. For example, here are some videos that uses loss_mmod to find cars:
<center><youtube
src=
"https://www.youtube.com/embed/4B3bzmxMAZU"
/></center>
<br/>
<center><youtube
src=
"https://www.youtube.com/embed/OHbJ7HhbG74"
/></center>
</description>
<examples>
<example>
dnn_mmod_ex.cpp.html
</example>
...
...
docs/docs/stylesheet.xsl
View file @
cf3f157e
...
...
@@ -656,6 +656,11 @@
<br/>
<xsl:apply-templates/>
</xsl:template>
<xsl:template
match=
"youtube"
>
<iframe
width=
"900"
height=
"506"
src=
"{@src}"
frameborder=
"0"
allowfullscreen=
'1'
></iframe>
</xsl:template>
<xsl:template
match=
"a"
>
<a
href=
"{@href}"
>
<xsl:apply-templates/>
...
...
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