Commit Graph

6589 Commits

Author SHA1 Message Date
Davis King eec820c92e Removed unneeded code. 2017-03-21 09:50:01 -04:00
Davis King 2dfbf778e6 merged 2017-03-20 21:20:24 -04:00
Davis King a05c19143e Fixed error in pyramid_down<2> that caused the output image to be a little
funny looking in some cases.
2017-03-20 21:10:36 -04:00
Davis King cc5d16d224 updated docs 2017-03-20 16:47:26 -04:00
Davis King 32455ed63b merged 2017-03-20 16:41:40 -04:00
Davis King daa2adbdcc Added solve_qp_box_constrained_blockdiag() 2017-03-20 16:41:22 -04:00
ebroglio f080bdecca dets cleared twice in evaluate_detectors of scan_fhog_pyramid.h (#487)
already cleared at the beginning
2017-03-18 15:54:46 -04:00
ebroglio 1795bdb499 remove unused variable in edge_list_graphs.h (#486) 2017-03-18 15:17:52 -04:00
Davis King 537354805d Fixed double delete 2017-03-18 13:00:16 -04:00
Davis King 096ab3c847 Removed use of const_temp_matrix here because it prevents binding to BLAS. 2017-03-16 11:30:02 -04:00
Joachim 462d61ef0f fixed backward pass in cont layer to accumulate gradients this will pass the layer test now also removed compile warnings and changed some comments 2017-03-16 12:19:26 +00:00
Joachim 4df095af32 add initial version of convolutional transpose layer 2017-03-13 15:34:13 +00:00
Davis King 4f0899a5d8 More possible intel arch strings. 2017-03-09 20:53:35 -05:00
Davis King 072c9d9d4d Fixed cmake file to correctly enable C++11 by default. 2017-03-09 20:14:42 -05:00
Davis King d1003cbee5 Record last changeset and set PATCH version to 99 2017-03-07 17:19:46 -05:00
Davis King a0d442297e Added tag v19.4 for changeset 74c4985dfb28 2017-03-07 17:18:27 -05:00
Davis King 581332bac1 Created release v19.4 2017-03-07 17:18:27 -05:00
Davis King 1e303a7da8 updated docs 2017-03-07 17:18:00 -05:00
Davis King ee09185101 Fixed a slow memory leak that occurred when using cuDNN and tensors were created. 2017-03-05 15:36:26 -05:00
Davis King 84cd330c70 Upped imglab version number 2017-03-04 07:58:55 -05:00
Davis King d627aea9ec Made the image_display widget draw mouse cross-hairs when the user holds shift. 2017-03-04 07:58:40 -05:00
Davis King 9be82fdc37 merged 2017-03-03 16:03:46 -05:00
Davis King 42d6520cb2 Added missing const 2017-03-03 16:03:27 -05:00
Davis King 795f6382cf made test slightly more robust 2017-03-02 05:33:56 -05:00
Davis King 17a2c75ddf Set this because CMake search for python is wacked on ubuntu and won't look for new python otherwise. 2017-03-01 09:17:35 -05:00
Davis King cf66f6b1b0 clarified documentation 2017-03-01 05:26:22 -05:00
Davis King 5ea4d11a7e Don't give -std=c++11 to nvcc when compiling with visual studio. This avoids a compiler warning. 2017-02-28 06:01:51 -05:00
Davis King 655b7f7fd1 Switched cmake link names to dlib::dlib 2017-02-28 05:05:25 -05:00
Davis King a62cf03c2b Merge branch 'avaucher-modernize_cmake' 2017-02-28 04:44:42 -05:00
Davis King 67db08f5a6 Made example cmake use dlib::dlib link name. Also made the installed
cmake config for dlib enable C++11.
2017-02-28 04:43:32 -05:00
Davis King a2277560fb removed unneeded cruft 2017-02-27 19:02:39 -05:00
Davis King 6ed65bf3f1 Fixed a few cmake errors, one regarding CUDA compilation and another
about the all/source.cpp test compile.
2017-02-27 18:44:30 -05:00
Alain Vaucher 974dc0cb70 Delete function that has now become unnecessary 2017-02-27 18:45:05 +01:00
Alain Vaucher b41455fd26 Change minimum CMake version that supports the introduced features 2017-02-27 18:23:28 +01:00
Alain Vaucher 574446aec2 Move new CMake code to better position 2017-02-27 18:22:50 +01:00
Alain Vaucher 0d4987a51b Simplifying file 'cmake' now that include directories are set automatically 2017-02-27 18:13:44 +01:00
Alain Vaucher b024f23512 Only specify include directories for dlib_shared if it is built 2017-02-27 18:09:40 +01:00
Alain Vaucher 3eaa463ec6 Add target_include_directories for build interface and for optional libraries 2017-02-27 18:01:22 +01:00
Alain Vaucher 8ad068c414 Set the include directories automatically for targets that depend on imported dlib 2017-02-27 17:48:51 +01:00
Evgeniy Fominov 272e0c799e Allow MINGW OpenBLAS usage (#455) 2017-02-27 04:34:10 -05:00
Davis King cf3a7ea70c clarified spec 2017-02-25 06:42:35 -05:00
Ehsan Azar 81b3272382 add set_state to kalman filter for the case we know the initial state (#246) 2017-02-25 06:32:07 -05:00
Adam Geitgey a3023fdeea Remove extra semicolons (#446) 2017-02-22 13:23:21 -05:00
Davis King e733098061 merged 2017-02-21 22:40:12 -05:00
Davis King 08ca25c2c4 Fixed incorrect python manifest 2017-02-21 22:24:04 -05:00
Davis King cda70c9b41 Record last changeset and set PATCH version to 99 2017-02-21 22:02:45 -05:00
Davis King acad626c07 Created release v19.3 2017-02-21 22:01:28 -05:00
Davis King 27e0b44e2b Added tag v19.3 for changeset 26cdc89f4795 2017-02-21 22:01:28 -05:00
Davis King f7dce62f32 updated docs 2017-02-21 22:01:21 -05:00
Davis King 919b11f40f updated docs 2017-02-20 20:47:32 -05:00