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
809f5683
Commit
809f5683
authored
Nov 06, 2017
by
Davis King
Browse files
updated docs
parent
14acae38
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
docs/docs/faq.xml
docs/docs/faq.xml
+6
-0
No files found.
docs/docs/faq.xml
View file @
809f5683
...
@@ -431,6 +431,12 @@ cross_validate_trainer_threaded(trainer,
...
@@ -431,6 +431,12 @@ cross_validate_trainer_threaded(trainer,
be detected by a single HOG detector. You will still need to manually review and clean the dataset after applying --cluster, but it makes
be detected by a single HOG detector. You will still need to manually review and clean the dataset after applying --cluster, but it makes
the process of splitting a dataset into coherent poses, from the point of view of HOG, a lot easier.
the process of splitting a dataset into coherent poses, from the point of view of HOG, a lot easier.
</p>
</p>
<p>
A related issue arises because HOG is a rigid template, which is that the boxes in your training data need to all have essentially the same
aspect ratio. For instance, a single HOG filter can't possibly detect objects that are both 100x50 pixels and 50x100 pixels. To do this you
would need to split your dataset into two parts, objects with a 2:1 aspect ratio and objects with a 1:2 aspect ratio and then train two separate
HOG detectors, one for each aspect ratio.
</p>
<p>
<p>
However, it should be emphasized that even using multiple HOG detectors will only get you so far. So at some point you should consider
However, it should be emphasized that even using multiple HOG detectors will only get you so far. So at some point you should consider
using a
<a
href=
"ml.html#loss_mmod_"
>
CNN based detection method
</a>
since CNNs can generally deal with arbitrary
using a
<a
href=
"ml.html#loss_mmod_"
>
CNN based detection method
</a>
since CNNs can generally deal with arbitrary
...
...
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