- 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.
-