updated docs

This commit is contained in:
Davis King 2017-08-26 17:31:24 -04:00
parent 51eae2ba07
commit 238febcc7a
3 changed files with 22 additions and 0 deletions

View File

@ -1730,6 +1730,8 @@
<examples>
<example>random_cropper_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>
</component>

View File

@ -224,6 +224,14 @@
<name>Deep Face Recognition</name>
<link>dnn_face_recognition_ex.cpp.html</link>
</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>
<name>Deep Learning Face Detection</name>
<link>dnn_mmod_face_detection_ex.cpp.html</link>

View File

@ -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_train_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_dog_hipsterizer.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
<example>dnn_imagenet_ex.cpp.html</example>
<example>dnn_imagenet_train_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_on_images_ex.cpp.html</example>
</examples>
@ -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_train_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_on_images_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
</description>
<examples>
<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_dog_hipsterizer.cpp.html</example>
</examples>
@ -715,6 +723,8 @@ Davis E. King. <a href="http://jmlr.csail.mit.edu/papers/volume10/king09a/king09
</description>
<examples>
<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_dog_hipsterizer.cpp.html</example>
</examples>
@ -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>train_object_detector.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>
</component>