- 04 Mar, 2019 4 commits
-
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
- 02 Mar, 2019 1 commit
-
-
Davis King authored
-
- 26 Feb, 2019 1 commit
-
-
Kapil Sachdeva authored
* Add python api that generates desciptor(s) from the aligned image(s) * Remove asserts from face_recognition.py example/tutorial * In batch_compute_face_descriptors_from_aligned_images, use for-in loop to simplify the code Improvde the document on binding methods and the error message if the aligned image is not of size 150x150
-
- 20 Feb, 2019 6 commits
-
-
Juha Reunanen authored
-
Davis King authored
Fixed pytest not working with python 2.7. So turning travis tests back on for that version of python.
-
Davis King authored
incompatibility between python 2.7 and pytest, but only on travis.
-
Davis King authored
Removing the install_requires cmake from setup.py because the pip cmake package is hopelessly busted at the moment.
-
Davis King authored
-
Davis King authored
-
- 18 Feb, 2019 1 commit
-
-
Davis King authored
-
- 07 Feb, 2019 1 commit
-
-
Branko Kokanovic authored
* Exposing chinese_whispers directly * Addressing comments * Changed description * Added support for distance weights * Added tests * Improving test to check returned results
-
- 20 Jan, 2019 2 commits
-
-
davemers0160 authored
fixed check for excessive detections in loss_mmod_ Ran into the problem where dets.size() was equal to max_num_initial_dets which then throws a subscript out of range error when accesing: dets[max_num_initial_dets].detection_confidence. This fixes that issue.
-
Davis King authored
Remove Python 3.5 tests on AppVeyor because something is wrong with python 3.5 on appveyor and the other tests are sufficient for python coverage.
-
- 09 Jan, 2019 2 commits
-
-
Davis King authored
-
Davis King authored
-
- 08 Jan, 2019 2 commits
-
-
Juha Reunanen authored
Apply the #1514 fix even on non-Windows platforms, and change all remaining cudaStreamSynchronize calls (#1596) * Apply the #1514 fix even on non-Windows platforms * Try to fix #1513 even more by circumventing the remaining cudaStreamSynchronize calls * Make the fix apply only if CUDA_VERSION == 10000 * Make the fix apply on CUDA 9.2 also * CHECK_CUDA(cudaStreamSynchronize(stream));
-
Chris Mayo authored
ECX must be set to 0 to read this flag, the easiest way to achieve this is to use __cpuid_count with 0 as the second argument.
-
- 07 Jan, 2019 3 commits
-
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
- 06 Jan, 2019 1 commit
-
-
Juha Reunanen authored
* Add concat_prev layer, and U-net example for semantic segmentation * Allow to supply mini-batch size as command-line parameter * Decrease default mini-batch size from 30 to 24 * Resize t1, if needed * Use DenseNet-style blocks instead of residual learning * Increase default mini-batch size to 50 * Increase default mini-batch size from 50 to 60 * Resize even during the backward step, if needed * Use resize_bilinear_gradient for the backward step * Fix function call ambiguity problem * Clear destination before adding gradient * Works OK-ish * Add more U-tags * Tweak default mini-batch size * Define a simpler network when using Microsoft Visual C++ compiler; clean up the DenseNet stuff (leaving it for a later PR) * Decrease default mini-batch size from 24 to 23 * Define separate dnn filename for MSVC++ and not * Add documentation for the resize_to_prev layer; move the implementation so that it comes after mult_prev * Fix previous typo * Minor formatting changes * Reverse the ordering of levels * Increase the learning-rate stopping criterion back to 1e-4 (was 1e-8) * Use more U-tags even on Windows * Minor formatting * Latest MSVC 2017 builds fast, so there's no need to limit the depth any longer * Tweak default mini-batch size again * Even though latest MSVC can now build the extra layers, it does not mean we should add them! * Fix naming
-
- 05 Jan, 2019 1 commit
-
-
Thomas Peters authored
the register storage specifier was deprecated in C++11 and removed in C++17
-
- 11 Dec, 2018 1 commit
-
-
Facundo Galán authored
* Add pointwise_divide operator * Add tests for pointwise_divide function * Replace in affine layer pointwise_multiply for division by its equivalent pointwise_divide.
-
- 06 Dec, 2018 2 commits
-
-
Davis King authored
-
RedfalconAI authored
-
- 05 Dec, 2018 1 commit
-
-
Miks Miķelsons authored
-
- 25 Nov, 2018 2 commits
-
-
Nishant Charas authored
-
Facundo Galán authored
* Add DLIB_USE_MKL_WITH_TBB opcion to CMake for Windows. * Add to CMake MKL with TBB support for Linux * Remove unnecessary tbb includes from CMake. * Add back white spaces.
-
- 21 Nov, 2018 1 commit
-
-
Davis King authored
-
- 20 Nov, 2018 1 commit
-
-
Facundo Galán authored
-
- 14 Nov, 2018 1 commit
-
-
Davis E. King authored
-
- 13 Nov, 2018 1 commit
-
-
Facundo Galán authored
-
- 12 Nov, 2018 2 commits
-
-
Davis King authored
-
Davis King authored
copies of libpng or libjpeg, instead, use the copies what come with dlib. We are doing this because too many Visual Studio users have busted copies of these libraries on their machines. This will make things just always work.
-
- 11 Nov, 2018 2 commits
-
-
Juha Reunanen authored
* Problem: see #1513 (https://github.com/davisking/dlib/issues/1513) Candidate solution: busy-loop until cudaStreamQuery returns cudaSuccess * Make the suggested fix a Windows-only thing
-
Lukas-Buricin authored
* Fix for "warning C4724: potential mod by 0" in matrix.h * Fixed random_forest_regression.h warnings
-
- 09 Nov, 2018 1 commit
-
-
Davis E. King authored
-