- 27 Jun, 2018 3 commits
-
-
Davis King authored
-
Davis King authored
-
Guillaume "Vermeille" Sanchez 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.
-
- 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
-
- 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.
-
- 06 Dec, 2017 1 commit
-
-
Davis King authored
-
- 28 Oct, 2017 1 commit
-
-
Davis King authored
included in the edge graph. If it isn't then the output labels from chinese_whispers would be missing faces in this degenerate case. So basically this fixes a bug where chinese_whispers(), when called from python, would sometimes return a labels array that doesn't include labels for all the inputs.
-
- 25 Oct, 2017 1 commit
-
-
Davis King authored
out of the random_cropper.
-
- 29 Sep, 2017 1 commit
-
-
Hung-Wei Chiu authored
* remove unused variable * modify variable type from int to size_t * fix previous delete, we need to call chinese_whispers here but we don't need its result now
-
- 19 Sep, 2017 1 commit
-
-
Varun Chatterji authored
-
- 18 Sep, 2017 1 commit
-
-
Varun Chatterji authored
-
- 17 Sep, 2017 1 commit
-
-
Davis King authored
In particular, these new functions don't need to be inside the face recognition class. So I moved them out. I also fixed many incorrect copy/pasted comments and clarified parts of the example code.
-
- 16 Sep, 2017 1 commit
-
-
Davis King authored
landmarking models.
-
- 10 Sep, 2017 1 commit
-
-
Varun authored
-
- 06 Sep, 2017 1 commit
-
-
Visionworkz authored
-
- 18 Jun, 2017 1 commit
-
-
Davis King authored
-
- 13 Feb, 2017 1 commit
-
-
Davis King authored
-