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
2a56ca8d
Commit
2a56ca8d
authored
Aug 09, 2013
by
Davis King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated release notes
parent
0d110bc4
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
28 additions
and
6 deletions
+28
-6
release_notes.xml
docs/docs/release_notes.xml
+28
-6
No files found.
docs/docs/release_notes.xml
View file @
2a56ca8d
...
...
@@ -12,12 +12,34 @@
<current>
New Features:
Non-Backwards Compatible Changes:
Bug fixes:
Other:
- Added Python interfaces to dlib's structural support vector machine solver and
Hungarian algorithm implementation.
- Added running_cross_covariance
- Added order_by_descending_distance()
- Added is_finite()
- Added the csv IO manipulator that lets you print a matrix in comma separated value
format.
Non-Backwards Compatible Changes:
- Changed the object detector testing functions to output average precision instead of
mean average precision.
- Added an option to weight the features from a hashed_feature_image relative to the
number of times they occur in an image. I also made it the default behavior to use
this relative weighting and changed the serialization format to accommodate this.
Bug fixes:
- Fixed typo in learn_platt_scaling(). The method wasn't using the exact prior
suggested by Platt's paper.
- Fixed a bug in running_scalar_covariance that caused the covariance() and
correlation() methods to output the wrong answer if the covariance was negative.
Other:
- Gave the image_window the ability to tie the mouse and keyboard events together such
that it is possible for a user to listen for both simultaneously.
- A number of changes were made to the structural_svm_problem's code which make it
significantly faster in some cases.
- Added Steven Van Ingelgem's patch to the HTTP server which makes operations on HTTP
headers case-insensitive.
</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