Commit Graph

3925 Commits

Author SHA1 Message Date
Davis King
71b3605d5c clarified spec 2013-07-07 14:59:42 -04:00
Davis King
1c50321904 Improved svm struct interface a little more. Fixed a bug and added
non-negative weight learning support.
2013-07-07 13:16:23 -04:00
Davis King
cc9ff97a29 Cleaned up python svm struct code a little. 2013-07-07 12:28:31 -04:00
Davis King
d0a054f15a Added a sphinx python API page. 2013-07-05 14:56:51 -04:00
Davis King
5f874ce93f updated ignore list 2013-07-05 14:33:46 -04:00
Davis King
9f50ab67fb Added more stuff to example 2013-07-02 22:53:07 -04:00
Davis King
e1307b314b updated docs 2013-07-01 17:33:50 -04:00
Davis King
7f22ec06b8 Added order_by_descending_distance() 2013-07-01 17:31:21 -04:00
Davis King
2d034a58a0 Minor change to work with older versions of boost python. 2013-06-26 23:01:45 -04:00
Davis King
9bd149a65e updated docs 2013-06-26 22:45:29 -04:00
Davis King
89d96687a1 updated docs 2013-06-26 22:39:59 -04:00
Davis King
097b4eab22 Added initial version of structural svm python example program. 2013-06-26 22:34:29 -04:00
Davis King
a0fe7efc8f Added initial version of structural svm python bindings 2013-06-26 22:34:00 -04:00
Davis King
421e5bcd6f Added a dot() and slicing support to dlib.vector() 2013-06-26 21:45:57 -04:00
Davis King
20ed7ebeb8 Added missing license statements to the tops of these files. 2013-06-26 18:37:42 -04:00
Davis King
afe67a2bb0 Fixed typo in learn_platt_scaling(). The method wasn't using the exact prior
suggested by Platt's paper.
2013-06-23 14:58:51 -04:00
Davis King
f74ccbdabc Improved instructions for avoiding the black console window when using visual studio. 2013-06-22 22:49:36 -04:00
Davis King
094c357ae2 Changed code to avoid an unnecessary computation. 2013-06-22 21:43:13 -04:00
Davis King
24cb128534 updated release date 2013-06-21 17:34:48 -04:00
Davis King
d71b2a089b merged 2013-06-18 23:11:49 -04:00
Davis King
623c657c28 Upgraded the structural_svm_problem so that it collapses down excessively large
sparse vectors to avoid unnecessary RAM usage in this case.
2013-06-18 23:11:21 -04:00
Davis King
c3909170e8 updated example 2013-06-16 12:07:32 -04:00
Davis King
bc00d55eea Slightly simplified the dir_nav interface 2013-06-16 12:07:23 -04:00
Davis King
fcd7abffac clarified spec 2013-06-15 15:23:36 -04:00
Davis King
18d76ceb03 removed print statement 2013-06-15 15:20:32 -04:00
Davis King
1d86feaab1 Made the running covariance objects work with sparse vectors. 2013-06-15 15:20:03 -04:00
Davis King
ca6788677c clarified spec 2013-06-15 13:44:40 -04:00
Davis King
8ce9469a55 updated docs 2013-06-15 13:40:06 -04:00
Davis King
ec6be63e8d Added tests and slight refinements 2013-06-15 13:37:26 -04:00
Davis King
a0797fd132 Added running_cross_covariance. 2013-06-15 13:18:09 -04:00
Davis King
a44138d18d removed cruft 2013-06-13 22:35:53 -04:00
Davis King
45444ed65b updated release notes 2013-06-11 22:21:33 -04:00
Davis King
54d7150a0d Added clarifying comments. 2013-06-11 22:18:59 -04:00
Davis King
a2b6ed1600 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.
2013-06-11 22:10:00 -04:00
Davis King
20c4918a28 updated makerel to convert line endings for python files 2013-06-11 20:59:12 -04:00
Davis King
d21bb3043c Changed code to avoid compiler errors in some environments. 2013-06-11 20:05:54 -04:00
Davis King
7fdd285057 Created release v18.3 2013-06-09 13:52:06 -04:00
Davis King
8fdaa93348 Added tag v18.3 for changeset 7f21bd92812d 2013-06-09 13:52:06 -04:00
Davis King
fdb6e91c55 updated release notes 2013-06-09 13:25:37 -04:00
Davis King
d8bea4d3c2 Improved the help messages cmake outputs to tell the user how to install
optional dependencies such as X11, BLAS, and LAPACK.
2013-06-09 11:59:20 -04:00
Davis King
5471511ac8 fixed compile instruction 2013-06-08 21:11:59 -04:00
Davis King
c4ba79883c clarified python usage instructions 2013-06-08 00:57:00 -04:00
Davis King
fba1e06436 Fixed spelling error 2013-06-08 00:50:58 -04:00
Davis King
4585c51637 Improved make_sparse_vector() documentation. 2013-06-08 00:48:32 -04:00
Davis King
4a8e882f35 Added more comments and discussion of how to use sparse vectors 2013-06-08 00:39:09 -04:00
Davis King
4ef91280e4 Fixed a bug in the sparse decision functions. The input validation rejected
most vectors
2013-06-08 00:38:49 -04:00
Davis King
1513c94fb9 updated docs 2013-06-08 00:09:46 -04:00
Davis King
ff27f789c9 Added svm-rank python example 2013-06-08 00:07:13 -04:00
Davis King
2f34594f47 Added cross validation functions for ranking tools and slightly improved documentation
for other cross validation functions.
2013-06-07 23:50:40 -04:00
Davis King
97f82b1e4f Made decision functions and segmenter objects callable like normal functions. 2013-06-07 23:30:43 -04:00