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
289aece9
Commit
289aece9
authored
Feb 28, 2015
by
Davis King
Browse files
updated docs
parent
6a027f0a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
docs/docs/ml.xml
docs/docs/ml.xml
+4
-0
No files found.
docs/docs/ml.xml
View file @
289aece9
...
@@ -2994,6 +2994,10 @@ Davis E. King. <a href="http://jmlr.csail.mit.edu/papers/volume10/king09a/king09
...
@@ -2994,6 +2994,10 @@ Davis E. King. <a href="http://jmlr.csail.mit.edu/papers/volume10/king09a/king09
This object is a tool for learning to detect objects in images based on a set of labeled images.
This object is a tool for learning to detect objects in images based on a set of labeled images.
The training procedure produces an
<a
href=
"imaging.html#object_detector"
>
object_detector
</a>
which
The training procedure produces an
<a
href=
"imaging.html#object_detector"
>
object_detector
</a>
which
can be used to predict the locations of objects in new images.
can be used to predict the locations of objects in new images.
It learns the parameter vector by formulating the problem as a
<a
href=
"#structural_svm_problem"
>
structural SVM problem
</a>
.
The exact details of the method are described in the paper
<a
href=
"http://arxiv.org/abs/1502.00046"
>
Max-Margin Object Detection
</a>
by Davis E. King.
<p>
<p>
Note that this is just a convenience wrapper around the
Note that this is just a convenience wrapper around the
<a
href=
"#structural_svm_object_detection_problem"
>
structural_svm_object_detection_problem
</a>
<a
href=
"#structural_svm_object_detection_problem"
>
structural_svm_object_detection_problem
</a>
...
...
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