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
2a56ca8d
Commit
2a56ca8d
authored
Aug 09, 2013
by
Davis King
Browse files
updated release notes
parent
0d110bc4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
28 additions
and
6 deletions
+28
-6
docs/docs/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 @@
...
@@ -12,12 +12,34 @@
<current>
<current>
New Features:
New Features:
- Added Python interfaces to dlib's structural support vector machine solver and
Non-Backwards Compatible Changes:
Hungarian algorithm implementation.
- Added running_cross_covariance
Bug fixes:
- Added order_by_descending_distance()
- Added is_finite()
Other:
- 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>
</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