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
70225783
Commit
70225783
authored
Jan 21, 2018
by
Davis King
Browse files
updated docs
parent
842acd69
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
docs/docs/release_notes.xml
docs/docs/release_notes.xml
+12
-0
No files found.
docs/docs/release_notes.xml
View file @
70225783
...
@@ -12,10 +12,22 @@
...
@@ -12,10 +12,22 @@
<current>
<current>
New Features and Improvements:
New Features and Improvements:
- Switched the Python API from Boost.Python to pybind11. This means Python
users don't need to install Boost anymore, making building dlib's Python API
much easier.
- Made the sparse version of svd_fast() use multiple CPU cores.
- Changed the behavior of imglab's --flip option. It will now attempt to
adjust any object part labels so that the flipped dataset has the same
average part layout as the source dataset. There is also a new --flip-basic
option that behaves like the old --flip. However, most people flipping a
dataset with part annotations will want to use --flip. For more details
see: http://blog.dlib.net/2018/01/correctly-mirroring-datasets.html
Non-Backwards Compatible Changes:
Non-Backwards Compatible Changes:
- Removed std::auto_ptr from dlib's old (and depreciated) smart pointers.
Bug fixes:
Bug fixes:
- Fixed global_optimization.py not working in Python 3.
</current>
</current>
...
...
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