Commit 238febcc authored by Davis King's avatar Davis King

updated docs

parent 51eae2ba
...@@ -1730,6 +1730,8 @@ ...@@ -1730,6 +1730,8 @@
<examples> <examples>
<example>random_cropper_ex.cpp.html</example> <example>random_cropper_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>
</examples> </examples>
</component> </component>
......
...@@ -224,6 +224,14 @@ ...@@ -224,6 +224,14 @@
<name>Deep Face Recognition</name> <name>Deep Face Recognition</name>
<link>dnn_face_recognition_ex.cpp.html</link> <link>dnn_face_recognition_ex.cpp.html</link>
</item> </item>
<item>
<name>Deep Learning Vehicle Detection</name>
<link>dnn_mmod_find_cars_ex.cpp.html</link>
</item>
<item>
<name>Deep Learning Vehicle Detection Trainer</name>
<link>dnn_mmod_train_find_cars_ex.cpp.html</link>
</item>
<item> <item>
<name>Deep Learning Face Detection</name> <name>Deep Learning Face Detection</name>
<link>dnn_mmod_face_detection_ex.cpp.html</link> <link>dnn_mmod_face_detection_ex.cpp.html</link>
......
...@@ -490,6 +490,8 @@ Davis E. King. <a href="http://jmlr.csail.mit.edu/papers/volume10/king09a/king09 ...@@ -490,6 +490,8 @@ 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_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>
<example>dnn_metric_learning_ex.cpp.html</example> <example>dnn_metric_learning_ex.cpp.html</example>
...@@ -519,6 +521,8 @@ Davis E. King. <a href="http://jmlr.csail.mit.edu/papers/volume10/king09a/king09 ...@@ -519,6 +521,8 @@ 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_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>
</examples> </examples>
...@@ -541,6 +545,8 @@ Davis E. King. <a href="http://jmlr.csail.mit.edu/papers/volume10/king09a/king09 ...@@ -541,6 +545,8 @@ 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_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>
<example>dnn_face_recognition_ex.cpp.html</example> <example>dnn_face_recognition_ex.cpp.html</example>
...@@ -693,6 +699,8 @@ Davis E. King. <a href="http://jmlr.csail.mit.edu/papers/volume10/king09a/king09 ...@@ -693,6 +699,8 @@ Davis E. King. <a href="http://jmlr.csail.mit.edu/papers/volume10/king09a/king09
</description> </description>
<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_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>
</examples> </examples>
...@@ -715,6 +723,8 @@ Davis E. King. <a href="http://jmlr.csail.mit.edu/papers/volume10/king09a/king09 ...@@ -715,6 +723,8 @@ Davis E. King. <a href="http://jmlr.csail.mit.edu/papers/volume10/king09a/king09
</description> </description>
<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_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>
</examples> </examples>
...@@ -3494,6 +3504,8 @@ Davis E. King. <a href="http://jmlr.csail.mit.edu/papers/volume10/king09a/king09 ...@@ -3494,6 +3504,8 @@ 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>
</examples> </examples>
</component> </component>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment