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
533e7a37
Commit
533e7a37
authored
Mar 10, 2019
by
Davis King
Browse files
updated release notes
parent
ffce4af6
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
1 deletion
+26
-1
docs/docs/release_notes.xml
docs/docs/release_notes.xml
+26
-1
No files found.
docs/docs/release_notes.xml
View file @
533e7a37
...
@@ -11,6 +11,31 @@
...
@@ -11,6 +11,31 @@
<!-- ************************************************************************************** -->
<!-- ************************************************************************************** -->
<current>
<current>
New Features and Improvements:
- Added weighted labels to loss_binary_log layer
- Added padding argument support for Python compute_face_descriptor methods
- Added pointwise_divide function
- Added U-net style skip connections to the semantic-segmentation example
- Exposed dlib::chinese_whispers() directly in Python API.
- Added python api that generates desciptor(s) from the aligned image(s)
- Added support for CUDA 10.1
- Dlib's python install process always automatically enables all supported features.
So --yes
<
option
>
was removed as it would do nothing.
- Added --box-images to imglab
Non-Backwards Compatible Changes:
Bug fixes:
- Fixed build errors on some systems or buggy compilers.
- Workaround for bug in cudaStreamSynchronize() causing hanging in some rare cases.
- Fixed broken CUDA memcpy overload.
- Fixed CMake not finding cusolver in CUDA 10.1.
</current>
<!-- ************************************************************************************** -->
<old
name=
"19.15"
date=
"Sep 29, 2018"
>
New Features and Improvements:
New Features and Improvements:
- Allow 64bit seeds for murmur hash.
- Allow 64bit seeds for murmur hash.
- Some code paths are a little faster.
- Some code paths are a little faster.
...
@@ -25,7 +50,7 @@ Bug fixes:
...
@@ -25,7 +50,7 @@ Bug fixes:
- Fixed is_image_type template always reporting false. This also caused
- Fixed is_image_type template always reporting false. This also caused
have_same_dimensions() to be uncallable for images, so that's fixed now too.
have_same_dimensions() to be uncallable for images, so that's fixed now too.
</
current
>
</
old
>
<!-- ************************************************************************************** -->
<!-- ************************************************************************************** -->
...
...
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