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
b7786a28
"git@developer.sourcefind.cn:norm/vllm.git" did not exist on "3b41f16596e9981dac8df85b4eff00311abcfec3"
Commit
b7786a28
authored
Sep 16, 2017
by
Davis King
Browse files
updated docs
parent
d39b843d
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
19 additions
and
2 deletions
+19
-2
docs/docs/imaging.xml
docs/docs/imaging.xml
+3
-0
docs/docs/main_menu.xml
docs/docs/main_menu.xml
+8
-0
docs/docs/ml.xml
docs/docs/ml.xml
+8
-2
No files found.
docs/docs/imaging.xml
View file @
b7786a28
...
@@ -1713,6 +1713,9 @@
...
@@ -1713,6 +1713,9 @@
sub-windows, storing each into its own image. It also allows the user to
sub-windows, storing each into its own image. It also allows the user to
specify the scale and rotation for the chip.
specify the scale and rotation for the chip.
</description>
</description>
<examples>
<example>
face_landmark_detection_ex.cpp.html
</example>
</examples>
</component>
</component>
<!-- ************************************************************************* -->
<!-- ************************************************************************* -->
...
...
docs/docs/main_menu.xml
View file @
b7786a28
...
@@ -143,6 +143,10 @@
...
@@ -143,6 +143,10 @@
<item
nolink=
"true"
>
<item
nolink=
"true"
>
<name>
Examples: Python
</name>
<name>
Examples: Python
</name>
<sub>
<sub>
<item>
<name>
Face Clustering
</name>
<link>
face_clustering.py.html
</link>
</item>
<item>
<item>
<name>
Video Object Tracking
</name>
<name>
Video Object Tracking
</name>
<link>
correlation_tracker.py.html
</link>
<link>
correlation_tracker.py.html
</link>
...
@@ -232,6 +236,10 @@
...
@@ -232,6 +236,10 @@
<name>
Deep Learning Vehicle Detection
</name>
<name>
Deep Learning Vehicle Detection
</name>
<link>
dnn_mmod_find_cars_ex.cpp.html
</link>
<link>
dnn_mmod_find_cars_ex.cpp.html
</link>
</item>
</item>
<item>
<name>
Deep Learning Multi-Class Vehicle Detection
</name>
<link>
dnn_mmod_find_cars2_ex.cpp.html
</link>
</item>
<item>
<item>
<name>
Deep Learning Vehicle Detection Trainer
</name>
<name>
Deep Learning Vehicle Detection Trainer
</name>
<link>
dnn_mmod_train_find_cars_ex.cpp.html
</link>
<link>
dnn_mmod_train_find_cars_ex.cpp.html
</link>
...
...
docs/docs/ml.xml
View file @
b7786a28
...
@@ -491,6 +491,7 @@ Davis E. King. <a href="http://jmlr.csail.mit.edu/papers/volume10/king09a/king09
...
@@ -491,6 +491,7 @@ Davis E. King. <a href="http://jmlr.csail.mit.edu/papers/volume10/king09a/king09
<example>
dnn_imagenet_train_ex.cpp.html
</example>
<example>
dnn_imagenet_train_ex.cpp.html
</example>
<example>
dnn_mmod_ex.cpp.html
</example>
<example>
dnn_mmod_ex.cpp.html
</example>
<example>
dnn_mmod_find_cars_ex.cpp.html
</example>
<example>
dnn_mmod_find_cars_ex.cpp.html
</example>
<example>
dnn_mmod_find_cars2_ex.cpp.html
</example>
<example>
dnn_mmod_train_find_cars_ex.cpp.html
</example>
<example>
dnn_mmod_train_find_cars_ex.cpp.html
</example>
<example>
dnn_mmod_face_detection_ex.cpp.html
</example>
<example>
dnn_mmod_face_detection_ex.cpp.html
</example>
<example>
dnn_mmod_dog_hipsterizer.cpp.html
</example>
<example>
dnn_mmod_dog_hipsterizer.cpp.html
</example>
...
@@ -521,7 +522,6 @@ Davis E. King. <a href="http://jmlr.csail.mit.edu/papers/volume10/king09a/king09
...
@@ -521,7 +522,6 @@ Davis E. King. <a href="http://jmlr.csail.mit.edu/papers/volume10/king09a/king09
<example>
dnn_imagenet_ex.cpp.html
</example>
<example>
dnn_imagenet_ex.cpp.html
</example>
<example>
dnn_imagenet_train_ex.cpp.html
</example>
<example>
dnn_imagenet_train_ex.cpp.html
</example>
<example>
dnn_mmod_ex.cpp.html
</example>
<example>
dnn_mmod_ex.cpp.html
</example>
<example>
dnn_mmod_find_cars_ex.cpp.html
</example>
<example>
dnn_mmod_train_find_cars_ex.cpp.html
</example>
<example>
dnn_mmod_train_find_cars_ex.cpp.html
</example>
<example>
dnn_metric_learning_ex.cpp.html
</example>
<example>
dnn_metric_learning_ex.cpp.html
</example>
<example>
dnn_metric_learning_on_images_ex.cpp.html
</example>
<example>
dnn_metric_learning_on_images_ex.cpp.html
</example>
...
@@ -700,6 +700,7 @@ Davis E. King. <a href="http://jmlr.csail.mit.edu/papers/volume10/king09a/king09
...
@@ -700,6 +700,7 @@ Davis E. King. <a href="http://jmlr.csail.mit.edu/papers/volume10/king09a/king09
<examples>
<examples>
<example>
dnn_mmod_ex.cpp.html
</example>
<example>
dnn_mmod_ex.cpp.html
</example>
<example>
dnn_mmod_find_cars_ex.cpp.html
</example>
<example>
dnn_mmod_find_cars_ex.cpp.html
</example>
<example>
dnn_mmod_find_cars2_ex.cpp.html
</example>
<example>
dnn_mmod_train_find_cars_ex.cpp.html
</example>
<example>
dnn_mmod_train_find_cars_ex.cpp.html
</example>
<example>
dnn_mmod_face_detection_ex.cpp.html
</example>
<example>
dnn_mmod_face_detection_ex.cpp.html
</example>
<example>
dnn_mmod_dog_hipsterizer.cpp.html
</example>
<example>
dnn_mmod_dog_hipsterizer.cpp.html
</example>
...
@@ -724,6 +725,7 @@ Davis E. King. <a href="http://jmlr.csail.mit.edu/papers/volume10/king09a/king09
...
@@ -724,6 +725,7 @@ Davis E. King. <a href="http://jmlr.csail.mit.edu/papers/volume10/king09a/king09
<examples>
<examples>
<example>
dnn_mmod_ex.cpp.html
</example>
<example>
dnn_mmod_ex.cpp.html
</example>
<example>
dnn_mmod_find_cars_ex.cpp.html
</example>
<example>
dnn_mmod_find_cars_ex.cpp.html
</example>
<example>
dnn_mmod_find_cars2_ex.cpp.html
</example>
<example>
dnn_mmod_train_find_cars_ex.cpp.html
</example>
<example>
dnn_mmod_train_find_cars_ex.cpp.html
</example>
<example>
dnn_mmod_face_detection_ex.cpp.html
</example>
<example>
dnn_mmod_face_detection_ex.cpp.html
</example>
<example>
dnn_mmod_dog_hipsterizer.cpp.html
</example>
<example>
dnn_mmod_dog_hipsterizer.cpp.html
</example>
...
@@ -748,6 +750,7 @@ Davis E. King. <a href="http://jmlr.csail.mit.edu/papers/volume10/king09a/king09
...
@@ -748,6 +750,7 @@ Davis E. King. <a href="http://jmlr.csail.mit.edu/papers/volume10/king09a/king09
<example>
dnn_metric_learning_on_images_ex.cpp.html
</example>
<example>
dnn_metric_learning_on_images_ex.cpp.html
</example>
<example>
dnn_face_recognition_ex.cpp.html
</example>
<example>
dnn_face_recognition_ex.cpp.html
</example>
<example>
face_recognition.py.html
</example>
<example>
face_recognition.py.html
</example>
<example>
face_clustering.py.html
</example>
</examples>
</examples>
</component>
</component>
...
@@ -934,6 +937,10 @@ Davis E. King. <a href="http://jmlr.csail.mit.edu/papers/volume10/king09a/king09
...
@@ -934,6 +937,10 @@ Davis E. King. <a href="http://jmlr.csail.mit.edu/papers/volume10/king09a/king09
graph into groups. The method is able to automatically determine the number
graph into groups. The method is able to automatically determine the number
of clusters.
of clusters.
</description>
</description>
<examples>
<example>
dnn_face_recognition_ex.cpp.html
</example>
<example>
face_clustering.py.html
</example>
</examples>
</component>
</component>
...
@@ -3505,7 +3512,6 @@ Davis E. King. <a href="http://jmlr.csail.mit.edu/papers/volume10/king09a/king09
...
@@ -3505,7 +3512,6 @@ Davis E. King. <a href="http://jmlr.csail.mit.edu/papers/volume10/king09a/king09
<example>
object_detector_advanced_ex.cpp.html
</example>
<example>
object_detector_advanced_ex.cpp.html
</example>
<example>
train_object_detector.cpp.html
</example>
<example>
train_object_detector.cpp.html
</example>
<example>
dnn_mmod_ex.cpp.html
</example>
<example>
dnn_mmod_ex.cpp.html
</example>
<example>
dnn_mmod_find_cars_ex.cpp.html
</example>
<example>
dnn_mmod_train_find_cars_ex.cpp.html
</example>
<example>
dnn_mmod_train_find_cars_ex.cpp.html
</example>
</examples>
</examples>
...
...
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