Commit Graph

6109 Commits

Author SHA1 Message Date
Davis King d85b99618b Improved FAQ a little 2016-07-06 09:47:38 -04:00
Davis King 1ee143d474 Merge branch 'faq-changes' of git://github.com/e-fominov/dlib into e-fominov-faq-changes 2016-07-06 09:27:50 -04:00
Davis King cf421243be Made this cmake script always enable whatever partial C++11 support your compiler has. 2016-07-05 07:03:38 -04:00
Davis King 0997460820 Added --extract-chips option to imglab. 2016-07-04 12:19:50 -04:00
Davis King 27440b6cbb Fixed bugs in the new --resample option 2016-07-04 08:35:45 -04:00
Davis King 1e50156ea1 Added the --resample option 2016-07-03 19:26:49 -04:00
Davis King 1b9a38e736 Made it so that input<array2d> and input<matrix> layers can be converted
between each other.
2016-07-03 19:26:21 -04:00
Davis King 5ccd775165 updated docs 2016-07-03 19:25:08 -04:00
Davis King 786c93cd5c Added rectangle_transform 2016-07-03 19:22:00 -04:00
Fm ed98216e81 Added DNN questions 2016-07-01 18:45:13 +03:00
Davis King 4de8678b57 Moved the auxiliary cmake into a common folder.
--HG--
rename : dlib/add_global_compiler_switch.cmake => dlib/cmake_utils/add_global_compiler_switch.cmake
rename : dlib/add_python_module => dlib/cmake_utils/add_python_module
rename : dlib/cmake_find_blas.txt => dlib/cmake_utils/cmake_find_blas.txt
rename : dlib/dlib.pc.in => dlib/cmake_utils/dlib.pc.in
rename : dlib/dlibConfig.cmake.in => dlib/cmake_utils/dlibConfig.cmake.in
rename : dlib/release_build_by_default => dlib/cmake_utils/release_build_by_default
rename : dlib/tell_visual_studio_to_use_static_runtime.cmake => dlib/cmake_utils/tell_visual_studio_to_use_static_runtime.cmake
rename : dlib/dnn/test_for_cpp11/CMakeLists.txt => dlib/cmake_utils/test_for_cpp11/CMakeLists.txt
rename : dlib/dnn/test_for_cpp11/cpp11_test.cpp => dlib/cmake_utils/test_for_cpp11/cpp11_test.cpp
rename : dlib/dnn/test_for_cuda/CMakeLists.txt => dlib/cmake_utils/test_for_cuda/CMakeLists.txt
rename : dlib/dnn/test_for_cuda/cuda_test.cu => dlib/cmake_utils/test_for_cuda/cuda_test.cu
rename : dlib/dnn/test_for_cudnn/CMakeLists.txt => dlib/cmake_utils/test_for_cudnn/CMakeLists.txt
rename : dlib/dnn/test_for_cudnn/find_cudnn.txt => dlib/cmake_utils/test_for_cudnn/find_cudnn.txt
rename : dlib/use_cpp_11.cmake => dlib/cmake_utils/use_cpp_11.cmake
2016-06-28 20:17:03 -04:00
Davis King dcc32f4ec4 updated docs 2016-06-28 18:56:55 -04:00
Fm b1627bc593 Merge branch 'master' of https://github.com/davisking/dlib 2016-06-28 12:47:49 +03:00
Fm 3b3a993931 Merge branch 'master' of https://github.com/e-fominov/dlib 2016-06-28 12:47:30 +03:00
Davis King 0f2e469463 Fixed missing part of spec 2016-06-27 10:17:48 -04:00
Davis King 5e550a261e Added some more comments 2016-06-25 18:31:21 -04:00
Davis King 034e0e1996 Record last changeset and set PATCH version to 99 2016-06-25 15:05:14 -04:00
Davis King 5ecabefedb Added tag v19.0 for changeset 7210589728f6 2016-06-25 15:03:31 -04:00
Davis King 40ea658e60 Created release v19.0 2016-06-25 15:03:30 -04:00
Davis King a83afe4022 fixed tabbing 2016-06-25 14:16:43 -04:00
Davis King f467624eec Changed URLs to point to dlib.net instead of sourceforge.net 2016-06-25 14:00:38 -04:00
Davis King 9000d93789 Disabled chm file creation. 2016-06-25 13:55:41 -04:00
Davis King 655dfa2bbe updated docs 2016-06-25 13:10:43 -04:00
Davis King ae1b1357dc updated docs 2016-06-25 13:03:40 -04:00
Davis King 15f4081cdf fixed compiler warning 2016-06-25 13:03:12 -04:00
Davis King a9343acc51 Changed code so the validation listing file doesn't have to be in the imagenet
root folder.
2016-06-25 12:31:59 -04:00
Davis King 4bed64ca1e Fixed bug in apply_random_color_offset(), it computed slightly wrong outputs. 2016-06-25 12:28:00 -04:00
Davis King 04248caf39 merged 2016-06-25 11:17:49 -04:00
Davis King efcdc871e4 fixed compiler warnings 2016-06-25 11:17:07 -04:00
Davis King 48d64957b9 updated docs 2016-06-25 11:14:35 -04:00
Davis King 1f5e406617 updated docs 2016-06-25 10:37:55 -04:00
Davis King ba8bae6ab5 Made this FAQ less anal sounding :) 2016-06-25 10:11:12 -04:00
Davis King 1f1101832c updated docs 2016-06-25 09:56:31 -04:00
Davis King f88f784a4e Minor formatting cleanup 2016-06-25 09:47:36 -04:00
Davis King 2469352e95 fixed typo 2016-06-25 09:42:22 -04:00
Davis King fcf7ab6daa Updated examples to refer to the correct file names. 2016-06-25 09:40:11 -04:00
Davis King a76b642a4e renamed examples
--HG--
rename : examples/dnn_mnist_advanced_ex.cpp => examples/dnn_introduction2_ex.cpp
rename : examples/dnn_mnist_ex.cpp => examples/dnn_introduction_ex.cpp
2016-06-25 09:34:53 -04:00
Davis King dc93985546 updated docs 2016-06-25 09:32:14 -04:00
Davis King 541ce716b9 Added the program that made the resnet model. 2016-06-25 09:26:51 -04:00
Davis King d0a4c6814c Changed test to avoid failure in visual studio. 2016-06-24 10:51:03 -04:00
Davis King 1123eaa134 Changed the message that cmake displays when opencv isn't found so users don't get confused. 2016-06-24 01:28:52 -04:00
Davis King 2b50150076 Added check back in since visual studio doesn't really work with the C++11 code in dlib. 2016-06-24 01:24:03 -04:00
Davis King d3320a04ab A minor change to avoid a compiler error in clang 2016-06-23 09:42:38 -04:00
GurunathB 872cee33f1 Updated comments to specify the position of points (#141)
Updated comments to specify the position of points on the face for 68 points generated by the face landmark detector.
2016-06-23 06:32:12 -04:00
Davis King 394c65af6c updated docs 2016-06-22 22:42:01 -04:00
Davis King 87493f4971 Added some comments 2016-06-22 22:30:45 -04:00
Davis King f453b03f39 Added an example showing how to classify imagenet images. 2016-06-22 22:26:48 -04:00
Davis King d8fe4355fe Added input_rgb_image_sized. 2016-06-22 22:20:19 -04:00
Davis King dc77808184 merged 2016-06-22 21:44:26 -04:00
Davis King 247beb3df4 Removed support for old serialization formats in many of the DNN objects. This
is to clean up the code since it was getting somewhat complex and this is the
last opportunity to do this kind of cleanup prior to the release of dlib v19.0.

If you have saved network objects and want to convert them to the current
format, then make sure you checkout the previous commit (labeled with tag
before_dnn_serialization_cleanup) and then deserialize and serialize your
network back to disk.
2016-06-22 21:43:51 -04:00