Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
D
dlib
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
钟尚武
dlib
Commits
70225783
Commit
70225783
authored
Jan 22, 2018
by
Davis King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated docs
parent
842acd69
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
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 @@
<current>
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:
- Removed std::auto_ptr from dlib's old (and depreciated) smart pointers.
Bug fixes:
- Fixed global_optimization.py not working in Python 3.
</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