- 18 Mar, 2019 4 commits
-
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
- 17 Mar, 2019 1 commit
-
-
Davis King authored
-
- 15 Mar, 2019 4 commits
-
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
- 14 Mar, 2019 1 commit
-
-
Davis King authored
-
- 10 Mar, 2019 8 commits
-
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
- 08 Mar, 2019 3 commits
-
-
Davis King authored
Automatically test for NEON instructions when building python extensions and enable them if available. Forgot about --yes USE_NEON_INSTRUCTIONS when removing --yes a moment ago. It's on by default now so now --yes really is unneeded. The dlib policy on this kind of thing going forward is to always have a cmake script that tests if a feature like this is available and to enable it automatically when building python extensions.
-
Davis King authored
Removed --yes option from setup.py since it has long been a noop and its presence just confuses users.
-
Davis King authored
-
- 04 Mar, 2019 6 commits
-
-
Davis King authored
-
Davis King authored
-
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 1 commit
-
-
Davis King authored
-