- 21 Nov, 2018 1 commit
-
-
Davis King authored
-
- 25 May, 2018 1 commit
-
-
Davis King authored
-
- 20 May, 2018 1 commit
-
-
Davis King authored
-
- 28 Apr, 2018 1 commit
-
-
Davis King authored
conform to dlib's generic image interface. This makes dealing with numpy images in pybind11 modules much nicer.
-
- 18 Apr, 2018 2 commits
-
-
Davis King authored
that it's going to move the matrix into the result.
-
visionworkz authored
* Fixed reference count issue * Fixed refcount issue in Python dlib.jitter_image and dlib.get_face_chips * Consolidation of https://github.com/davisking/dlib/pull/1249 * Fixed build issue * Fixed: Paths in a pytest file should be relative to dlib root * Skip numpy return tests for Python 2.7 or if Numpy is not installed * Enabled numpy returns tests on Python 2.7 using cPickle.dumps
-
- 10 Apr, 2018 1 commit
-
-
visionworkz authored
* Fixed reference count issue * Fixed refcount issue in Python dlib.jitter_image and dlib.get_face_chips
-
- 31 Mar, 2018 1 commit
-
-
visionworkz authored
-
- 12 Feb, 2018 1 commit
-
-
Davis King authored
- Moved all uses of PYBIND11_MAKE_OPAQUE to a common header to avoid possilbe ODR violations. - Added python binding for make_bounding_box_regression_training_data().
-
- 17 Jan, 2018 1 commit
-
-
Davis King authored
-
- 16 Jan, 2018 1 commit
-
-
Mischan Toosarani-Hausberger authored
* Replace boost::python with pybind11 * Replace add_python_module with pybind11_add_module * Fix clang error on type-dependent expression
-
- 10 Dec, 2017 2 commits
-
-
Davis King authored
numpy's import_array() in a more robust way.
-
Davis King authored
void*. But the previous code didn't so it wouldn't compile. Fixed that problem.
-
- 08 Dec, 2017 1 commit
-
-
visionworkz authored
* Exposed jitter_image in Python and added an example * Return Numpy array directly * Require numpy during setup * Added install of Numpy before builds * Changed pip install for user only due to security issues. * Removed malloc * Made presence of Numpy during compile optional. * Conflict * Refactored get_face_chip/get_face_chips to use Numpy as well.
-