From f4a3d09a9d8361d17e63a3a5c44eca5ba9e7c76b Mon Sep 17 00:00:00 2001 From: Davis King Date: Sun, 22 Sep 2019 14:57:02 -0400 Subject: [PATCH] updated docs and release notes --- docs/docs/ml.xml | 17 +++++++++++++++++ docs/docs/release_notes.xml | 31 ++++++++++++++++++++++++++++++- docs/docs/term_index.xml | 4 +++- 3 files changed, 50 insertions(+), 2 deletions(-) diff --git a/docs/docs/ml.xml b/docs/docs/ml.xml index a38741fc9..e2c337bd6 100644 --- a/docs/docs/ml.xml +++ b/docs/docs/ml.xml @@ -126,6 +126,7 @@ Davis E. King. loss_mean_squared_multioutput dlib/dnn/loss_abstract.h.html#loss_mean_squared_multioutput_ + + loss_mean_squared_per_channel_and_pixel + dlib/dnn/loss_abstract.h.html#loss_mean_squared_per_channel_and_pixel_ + @@ -747,6 +752,18 @@ Davis E. King. dlib/dnn/input_abstract.h + + This input layer is just like input_rgb_image_pyramid + except it takes a grayscale image as input. + + + diff --git a/docs/docs/release_notes.xml b/docs/docs/release_notes.xml index 3e9badcbf..359a02fb7 100644 --- a/docs/docs/release_notes.xml +++ b/docs/docs/release_notes.xml @@ -11,6 +11,35 @@ +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 + output folder to reduce confusion for windows users who haven't added the + Intel MKL to their PATH. This avoids a dll not found error that would + otherwise result in that situation. + - load_jpeg() now supports loading from a memory buffer. + - Added input_grayscale_image_pyramid DNN input layer. + - Added loss_mean_squared_per_channel DNN input layer. + - Added methods for getting keyboard and mouse clicks to image_window's python API. + - Made pkg-config report all needed include and link settings to use dlib. + +Non-Backwards Compatible Changes: + +Bug fixes: + - Setting a point's y coordinate changed x instead, when done from Python. + This has been fixed. + - Fixed global_function_search's initialization being wrong if explicitly + given an empty list of initial function evaluations. + - Fixed compile time errors on some uncommon system configurations. + - Work around bugs in CUDA runtime on some systems. + - Various improvements to CMake built scripts to handle unusual system configurations. + - Fixed bug in multi-GPU training of semantic segmentation models. + + + + + + New Features and Improvements: - Added weighted labels to loss_binary_log layer. - Added padding option to Python compute_face_descriptor() methods. @@ -31,7 +60,7 @@ Bug fixes: - Fixed broken CUDA memcpy overload. - Fixed CMake not finding cusolver in CUDA 10.1. - + diff --git a/docs/docs/term_index.xml b/docs/docs/term_index.xml index d2d6c2fb0..f3849c85f 100644 --- a/docs/docs/term_index.xml +++ b/docs/docs/term_index.xml @@ -123,6 +123,7 @@ + @@ -134,7 +135,8 @@ - + +