Commit Graph

5572 Commits

Author SHA1 Message Date
Davis King
aaf8998e86 merged 2016-03-18 10:52:04 -04:00
Davis King
69d5aef2f1 merged 2016-03-18 10:46:47 -04:00
Davis King
09893704e9 Added apply_random_color_offset() 2016-03-18 10:45:14 -04:00
Davis King
a758fb0997 Added a constructor for seeding rand with a time_t. 2016-03-18 10:44:52 -04:00
Davis King
854d0da8a7 Improved html font sizes and made things look slightly nicer. 2016-03-15 22:20:22 -04:00
Davis King
7f611ea765 fixed typo in spec 2016-03-12 10:24:01 -05:00
Davis King
d748529a1a fixed cout and cerr in mex wrapper 2016-03-11 15:34:39 -05:00
Davis King
7e8109b76d Made cerr print in matlab as a red warning message. 2016-03-11 10:27:39 -05:00
Davis King
82a4f00a93 Renamed check_for_ctrl_c() to check_for_matlab_ctrl_c(), put everything in
call_matlab.h into dlib namespace, and also added missing overloads for
call_matlab().
2016-03-11 08:59:06 -05:00
Davis King
af27ab2fb0 merged 2016-03-08 22:47:02 -05:00
Davis King
d8d31375e8 merged 2016-03-08 22:46:09 -05:00
Davis King
bdab610c86 Updated comment 2016-03-08 15:22:40 -05:00
Davis King
67710d1161 merged 2016-03-08 15:20:06 -05:00
Davis King
ad6a56e55c merged 2016-03-08 15:19:43 -05:00
Davis King
cae72aee69 Upgraded mex wrapper to support 20 argument functions instead of just 10. 2016-03-08 15:18:48 -05:00
Davis King
deaf8f9455 Made DLIB_ASSERT and DLIB_CASSERT not kill the process when running inside a
MATLAB mex file.
2016-03-08 15:18:19 -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
92ca28e955 merged 2016-03-06 11:52:50 -05:00
Davis King
963249487f Changed the cmake scripts to forward CMAKE_PREFIX_PATH to the
try_compile statements rather than a cuDNN specific variable.
2016-03-06 11:40:44 -05:00
Davis E. King
45ea1e0870 Merge pull request #3 from VisionSystemsInc/find_cudnn_fix
Find cudnn fix
2016-03-06 11:02:15 -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
Daniel Crispell
4fac98040d allow user to interactively set CUDNN paths 2016-03-04 16:56:16 -05:00
Daniel Crispell
d7b5fc5ecd standardize cmake and env CUDNN variable names 2016-03-04 10:01:51 -05:00
Daniel Crispell
a9d4b15bc8 Check CUDNN environment variables for path 2016-03-03 18:16:17 -05:00
Daniel Crispell
6f46af2394 Don't include cudnn_include_path until we find it. 2016-03-03 18:15:21 -05:00
Davis King
f33d1ff1fb merged 2016-02-29 21:16:28 -05:00
Davis King
b67bf2ff40 merged 2016-02-29 21:15:03 -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
Daniel Crispell
4a79d07bd0 try_compile needs cudnn cmake vars explicitly passed 2016-02-29 17:41:51 -05:00
Davis King
ddf48df387 merged 2016-02-29 08:35:25 -05:00
Davis King
627b20e6bd Minor change to avoid a compiler warning. 2016-02-29 08:34:58 -05:00
Davis King
49fe4f3e53 merged 2016-02-29 08:25:10 -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
Davis King
d207348af5 merged 2016-02-27 09:27:07 -05:00
Davis King
517858adf5 changed to run on image net 2016-02-27 09:23:18 -05:00
Davis King
fe70bd122b Fixed spelling error in method name. Also optimized and cleaned up the
automatic step size reduction code a little.
2016-02-27 09:21:39 -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
523489e9b9 merged 2016-02-22 17:13:27 -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