Commit Graph

4391 Commits

Author SHA1 Message Date
Davis King
a612c0317d Improved error message. 2014-03-02 11:08:20 -05:00
Davis King
bf336f2faf updated docs 2014-03-02 09:57:17 -05:00
Davis King
75fbc56c92 Fixed name conflicts that prevented the python bindings from compiling in visual sudio 2013. 2014-03-01 21:42:01 -05:00
Davis King
badd34efb5 Made the add_python_module cmake file look in more folders for boost when compiled
on windows.
2014-03-01 21:39:10 -05:00
Davis King
f5a717a5fa Fixed warning on visual studio. 2014-03-01 21:38:47 -05:00
Davis King
7f3550d983 Made labeled_detection serializable. 2014-02-26 21:05:39 -05:00
Davis King
b294f4d4c7 Lowered default stopping epsilon 2014-02-24 18:18:34 -05:00
Davis King
11ae48d0df fixed grammar 2014-02-23 18:16:15 -05:00
Davis King
6d286b6aad Made madedocs add links between python example programs. 2014-02-23 18:06:19 -05:00
Davis King
c3a224454a updated docs 2014-02-23 18:06:02 -05:00
Davis King
e47aae47fc Fixed missing comma in python example program lists 2014-02-23 18:05:46 -05:00
Davis King
f72305b2d9 Added python object detection examples 2014-02-23 16:56:14 -05:00
Davis King
4a9be7bba5 improved python docs 2014-02-23 16:18:04 -05:00
Davis King
2293c91e00 Cleaned up the new python object detection interface a little. 2014-02-23 16:02:52 -05:00
Davis King
8f6b76e7ca Gave the image_window the ability to display fhog object detectors. 2014-02-23 15:24:22 -05:00
Davis King
ddc44067b4 Added a simple python interface for training fhog object detectors. 2014-02-23 14:39:59 -05:00
Davis King
15207aad71 Added another python utility. This one deserializes objects. 2014-02-23 14:25:43 -05:00
Davis King
7edb820b37 Made wrap_string() a little simpler to use. 2014-02-23 12:24:54 -05:00
Davis King
1c598a6267 Clarified spec 2014-02-23 10:21:53 -05:00
Davis King
29658c4c76 Minor CLI cleanup 2014-02-22 22:03:49 -05:00
Davis King
89bc542712 fixed grammar in comment 2014-02-22 22:00:07 -05:00
Davis King
c7227d8f41 Added more comments 2014-02-22 17:49:33 -05:00
Davis King
b0cdcd82a9 Clarified spec 2014-02-22 17:35:48 -05:00
Davis King
85b6a50a9d Added comments to config.h about what other #defines you should set when
building dlib as a shared library.
2014-02-22 17:32:14 -05:00
Davis King
867e52d3bd Fixed cmake file so that the "use fftw" option actually causes the
build to use fftw.
2014-02-22 17:31:53 -05:00
Davis King
28a0d860aa Fixed compile time error that triggered when trying to link with fftw 2014-02-22 17:31:25 -05:00
Davis King
2b2fed842f Added unit tests for the new learning-to-track stuff. 2014-02-22 16:47:31 -05:00
Davis King
9b16325df6 fixed more grammar 2014-02-22 16:08:34 -05:00
Davis King
114f677d74 Fixing grammar in comments. 2014-02-22 16:07:17 -05:00
Davis King
f9d3da11d0 Fleshed out example program. 2014-02-22 15:52:28 -05:00
Davis King
26faeeb419 clarified spec 2014-02-22 13:37:58 -05:00
Davis King
a5082f7a50 Made the track association testing functions smarter about how they evaluate
the quality of a track association function.
2014-02-22 13:06:41 -05:00
Davis King
ea60f62286 Fixed a bug in randomize_samples(). It forced each element of the input arrays
to move to a new position but was random amongst all permutations with such
moves.  However, this isn't really fully random so this function has been fixed
so it does exactly what the spec says it should.
2014-02-22 13:04:44 -05:00
Davis King
6d32e8c804 Made test a little more numerically robust. 2014-02-22 13:03:14 -05:00
Davis King
5bcfa6853e added more comments 2014-02-20 22:45:46 -05:00
Davis King
878463550a updated docs 2014-02-20 22:43:43 -05:00
Davis King
8296869bed Added initial version of the learning to track example program. 2014-02-20 22:39:48 -05:00
Davis King
2661386229 Fixed compile time error. 2014-02-20 22:39:32 -05:00
Davis King
f9e50a2396 Lowered the default stopping epsilon. 2014-02-20 22:22:44 -05:00
Davis King
b17762c3e3 updated docs 2014-02-20 22:17:14 -05:00
Davis King
8c27a29eb7 Just renamed variables and simplified a few things. No real changes. 2014-02-20 22:14:42 -05:00
Davis King
63eb621a31 updated docs 2014-02-20 21:15:17 -05:00
Davis King
71d4306edf Added a bias term to the assignment_function's model so the user doesn't need
to remember, or even understand, that they should add it themselves.  However,
this change breaks backwards compatibility with the previous serialization
format for assignment_function objects.
2014-02-20 21:13:41 -05:00
Davis King
5563194476 Added a few more BLAS binding tests 2014-02-20 19:59:34 -05:00
Davis King
a7d236c04e Added a guarantee that tracks won't be asked for their feature vector until
they are updated at least once with a detection.
2014-02-20 19:40:17 -05:00
Davis King
3c6cdf50c4 Clarified spec again 2014-02-20 19:11:42 -05:00
Davis King
d3c4c73fd9 clarified spec 2014-02-20 18:45:29 -05:00
Davis King
32b16d70f9 updated ml guide diagram 2014-02-20 18:40:28 -05:00
Davis King
bd408076e8 updated docs 2014-02-19 22:51:18 -05:00
Davis King
7bd02e8f0f Fleshed out the spec for the new track association stuff. 2014-02-19 22:27:34 -05:00