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
cf3f157e
Commit
cf3f157e
authored
Sep 17, 2017
by
Davis King
Browse files
updated docs
parent
02248a2f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
2 deletions
+14
-2
docs/docs/imaging.xml
docs/docs/imaging.xml
+3
-1
docs/docs/ml.xml
docs/docs/ml.xml
+6
-1
docs/docs/stylesheet.xsl
docs/docs/stylesheet.xsl
+5
-0
No files found.
docs/docs/imaging.xml
View file @
cf3f157e
...
@@ -51,7 +51,9 @@
...
@@ -51,7 +51,9 @@
<h2>
Object Detection
</h2>
<h2>
Object Detection
</h2>
If you want to create object detectors then try the
If you want to create object detectors then try the
<a
href=
"#scan_fhog_pyramid"
>
scan_fhog_pyramid
</a>
tool first. It is quite
<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>
</p>
</body>
</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
...
@@ -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>
<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
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>
</description>
<examples>
<examples>
<example>
dnn_mmod_ex.cpp.html
</example>
<example>
dnn_mmod_ex.cpp.html
</example>
...
...
docs/docs/stylesheet.xsl
View file @
cf3f157e
...
@@ -656,6 +656,11 @@
...
@@ -656,6 +656,11 @@
<br/>
<br/>
<xsl:apply-templates/>
<xsl:apply-templates/>
</xsl:template>
</xsl:template>
<xsl:template
match=
"youtube"
>
<iframe
width=
"900"
height=
"506"
src=
"{@src}"
frameborder=
"0"
allowfullscreen=
'1'
></iframe>
</xsl:template>
<xsl:template
match=
"a"
>
<xsl:template
match=
"a"
>
<a
href=
"{@href}"
>
<a
href=
"{@href}"
>
<xsl:apply-templates/>
<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