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 |
|
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
|
535de71d13
|
merged
|
2016-02-18 10:22:19 -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
|
abaa238f2f
|
merged
|
2016-02-18 10:14:52 -05:00 |
|
Davis King
|
40e8ce1730
|
merged
|
2016-02-18 10:14:06 -05:00 |
|
Davis King
|
ce517cfa29
|
Fixed initialization bug in the new SVM L2 mode.
|
2016-02-18 10:11:57 -05:00 |
|
Davis King
|
203a3cd37c
|
merged
|
2016-02-17 11:08:23 -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 King
|
1d5c7ac031
|
merged
|
2016-02-17 08:34:39 -05:00 |
|
Davis King
|
a946ce35af
|
Fixed spelling error in comment.
|
2016-02-16 17:34:16 -05:00 |
|