Commit Graph

5213 Commits

Author SHA1 Message Date
Davis E. King
05f92e165f Merge pull request #97 from e-fominov/test-corellation-tracker
Regression test for corellation tracker
2016-04-07 06:50:52 -04:00
Fm
bdfb7b0eb0 Added regression test for corellation_tracker 2016-04-07 13:08:38 +03:00
Evgeniy Fominov
13ea9e581c Added regression test for corellation_tracker 2016-04-07 12:26:37 +03:00
Davis E. King
cfe718ea09 Merge pull request #93 from e-fominov/fhog-float
Using float instead of double for FHOG computations
2016-04-04 20:09:54 -04:00
Evgeniy Fominov
091d95f3af Changed fhog calculations from double to float 2016-04-04 19:57:46 +03:00
Fm
ec750ffe7a Changed fhog calculations from double to float 2016-04-04 19:17:45 +03:00
Davis E. King
b8203b2e54 Merge pull request #91 from e-fominov/msvcx64-sse2-support
MSVC x64 SSE2 automatical support
2016-04-01 18:24:42 -04:00
Fm
bb0ac566db MSVC SSE2 automatical support for x64 2016-04-01 14:48:20 +03:00
Fm
d3fb8c5f31 MSVC SSE2 automatical support for x64 2016-04-01 14:46:44 +03:00
Davis E. King
c8aa1312e4 Merge pull request #90 from e-fominov/python-object-detector-trainer-options-upsample
Python/Simple object detector trainer. Added upsample_limit option
2016-03-30 06:38:58 -04:00
Evgeniy Fominov
2e002ac2da Python/Simple object detector trainer. Added upsample_limit option 2016-03-30 10:37:03 +03:00
Davis E. King
14d34ec997 Merge pull request #89 from rayglover/dev
introduce a configurable threshold for rendering HOGs
2016-03-26 12:15:33 -04:00
ray glover
98cd2a921d introduce a configurable threshold for rendering HOGs 2016-03-26 11:49:34 +00:00
Davis King
7f611ea765 fixed typo in spec 2016-03-12 10:24:01 -05:00
Davis King
d8d31375e8 merged 2016-03-08 22:46:09 -05:00
Davis E. King
11ab923783 Merge pull request #86 from ChrisPaprocki/dev
Fixed a minor typo in the spec.
2016-03-08 15:12:54 -05:00
Chris Paprocki
8d401da7b3 Fixed a minor typo in the spec. 2016-03-08 19:42:26 +01:00
Davis King
6e6f37e512 Fixed some warnings and made the unit tests more robust. 2016-03-07 07:05:25 -05:00
Davis King
0af762c5e8 updated docs 2016-03-05 10:46:15 -05:00
Davis King
9e9fc74092 Added solve_qp_box_constrained() 2016-03-05 10:40:23 -05:00
Davis King
2967a94d48 merged 2016-02-29 21:13:40 -05:00
Davis King
5da316ffbe merged 2016-02-29 21:13:21 -05:00
Davis E. King
2ee6a87d1b Merge pull request #83 from nocnokneo/support-cross-compiled-externalproject
Support use of dlib a cross-compiled ExternalProject
2016-02-29 21:12:07 -05:00
Davis King
627b20e6bd Minor change to avoid a compiler warning. 2016-02-29 08:34:58 -05:00
Davis King
575341305c Added new FAQ 2016-02-28 11:37:12 -05:00
Davis King
564d5b76b1 fixed xml errors 2016-02-28 11:37:01 -05:00
Davis King
d4f6e5f1bf Fixed missing initializers. 2016-02-28 07:31:08 -05:00
Davis King
33c8d0c2d4 Added pose and detection scores to the box object. 2016-02-27 19:48:20 -05:00
Davis King
2b2c6f01e9 Made the rectangle have an operator< rather than overloading std::less since
the former works with a wider range of tools in the STL.
2016-02-27 19:47:56 -05:00
Taylor Braun-Jones
378431eeea Support building dlib from a top-level CMakeLists file
This follows convention which simplifies using dlib as a CMake
ExternalProject.
2016-02-26 08:53:49 -05:00
Taylor Braun-Jones
2a3cf8732b Use FindThreads module to properly find pthreads for cross-builds 2016-02-26 08:53:40 -05:00
Davis King
210bb301fd updated docs 2016-02-22 17:12:54 -05:00
Davis King
4e6115897e Fixed typo in spec 2016-02-22 17:12:48 -05:00
Davis King
de39ebdf5b Added the option to use the elastic net regularizer to the OCA solver. 2016-02-22 17:08:54 -05:00
Davis King
2889e520ae Changed cmake script to not try and link to gfortran when using openblas
since sometimes gfortran isn't available and openblas should already be linked
to gfortran if it was needed.
2016-02-21 11:12:42 -05:00
Davis King
8dd52dd191 Minor changes to avoid compiler warnings in newer versions of GCC. 2016-02-21 10:17:39 -05:00
Davis King
3e9b7ebb6b Made it so you can get the optimal alpha values. 2016-02-18 10:21:50 -05:00
Davis King
ce517cfa29 Fixed initialization bug in the new SVM L2 mode. 2016-02-18 10:11:57 -05:00
Davis King
4203da2b16 Added an option to solve the L2-loss version of the SVM objective function. 2016-02-17 10:37:19 -05:00
Davis E. King
1af517bcf0 Merge pull request #78 from ernestotapiar/issue_orthogonalize
orthogonalize does not work with fixed-sized matrices
2016-02-12 15:40:50 -05:00
Ernesto Tapia
e553b0fc62 Test orthogonalize. 2016-02-12 16:59:07 +01:00
Ernesto Tapia
eba14d944e Using general matrix type in the argument of qr_decomposition::get_q 2016-02-12 14:51:03 +01:00
Davis E. King
4bcecf2540 Merge pull request #77 from jimreesman/master
detect OS X, and query sysconfig for libdir
2016-02-11 15:50:42 -05:00
jimreesman
0b3cc3c4a1 add import of get_config_var 2016-02-11 11:32:47 -05:00
jimreesman
6411b5f65d detect OS X, and query sysconfig for libdir 2016-02-11 10:17:13 -05:00
Davis King
c9090bfdfb updated docs 2016-02-06 19:05:25 -05:00
Davis King
2b7b4649e2 Added probability_gradient_greater_than() and probability_gradient_less_than()
global functions.
2016-02-06 18:59:12 -05:00
Davis King
16d4d5d8bd Added serialization support for std::deque. 2016-02-06 18:53:10 -05:00
Davis King
a3dad7aca6 fixed compiler warnings in old gcc 2016-02-05 15:40:52 -05:00
Davis King
6b064d3584 Made the python __version__ field come from the DLIB_VERSION macro set by
CMake.
2016-02-03 08:32:59 -05:00