From 591331f941192dda40e8211f626d7906e6fe8b27 Mon Sep 17 00:00:00 2001 From: Davis King Date: Sat, 14 Dec 2019 14:07:20 -0500 Subject: [PATCH] updated docs --- docs/docs/main_menu.xml | 8 ++++++++ docs/docs/ml.xml | 2 ++ docs/docs/release_notes.xml | 25 ++++++++++++++++++++++++- 3 files changed, 34 insertions(+), 1 deletion(-) diff --git a/docs/docs/main_menu.xml b/docs/docs/main_menu.xml index bbd91f975..7ec492519 100644 --- a/docs/docs/main_menu.xml +++ b/docs/docs/main_menu.xml @@ -256,6 +256,14 @@ Deep Learning Semantic Segmentation dnn_semantic_segmentation_ex.cpp.html + + Deep Learning Instance Segmentation + dnn_instance_segmentation_ex.cpp.html + + + Deep Learning Instance Segmentation Trainer + dnn_instance_segmentation_train_ex.cpp.html + Deep Learning Vehicle Detection dnn_mmod_find_cars_ex.cpp.html diff --git a/docs/docs/ml.xml b/docs/docs/ml.xml index e2c337bd6..3811876d5 100644 --- a/docs/docs/ml.xml +++ b/docs/docs/ml.xml @@ -541,6 +541,8 @@ Davis E. King. New Features and Improvements: - Make dlib.full_object_detection take list of dlib.point or dlib.points. - CMake scripts will automatically include the Intel MKL's iomp dll in the @@ -35,7 +58,7 @@ Bug fixes: - Various improvements to CMake built scripts to handle unusual system configurations. - Fixed bug in multi-GPU training of semantic segmentation models. - +