- 17 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.
-
- 22 Feb, 2018 1 commit
-
-
Davis King authored
functions.
-
- 15 Feb, 2018 1 commit
-
-
Davis King authored
Fixed pybind11 not doing the overload resolution correctly on the cnn_face_detector's operator() in Python.
-
- 14 Feb, 2018 1 commit
-
-
HarveyBrezinaConniffe authored
* Added set_dnn_prefer_smallest_algorithms() * Added description for set_dnn_prefer_smallest_algorithms();w * Changed architectures to algorithms.
-
- 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().
-
- 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
-
- 28 Aug, 2017 1 commit
-
-
Guillaume Ramé authored
* improvements to cnn face detection interface * mmod rectangle object renaming. possibility to set batch size in multi image detection. Added check to make sure images are all the same size.
-
- 19 Aug, 2017 1 commit
-
-
Adam Geitgey authored
-