- 13 Dec, 2017 1 commit
-
-
Davis King authored
-
- 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.
-
- 06 Dec, 2017 1 commit
-
-
Davis King authored
-
- 02 Dec, 2017 1 commit
-
-
Davis King authored
-
- 25 Nov, 2017 1 commit
-
-
Davis King authored
-
- 11 Nov, 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
-
- 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.
-
- 25 Aug, 2017 1 commit
-
-
Davis King authored
-
- 19 Aug, 2017 1 commit
-
-
Adam Geitgey authored
-
- 18 Jun, 2017 1 commit
-
-
Davis King authored
-
- 01 Mar, 2017 1 commit
-
-
Davis King authored
-
- 13 Feb, 2017 1 commit
-
-
Davis King authored
-
- 25 Jan, 2017 1 commit
-
-
Davis King authored
-
- 12 Nov, 2016 1 commit
-
-
Avi Haiat authored
* Expose python binding for running multiple detectors at once * Remove unwanted typedef
-
- 14 Aug, 2016 1 commit
-
-
Davis King authored
-
- 23 Jun, 2016 1 commit
-
-
nxwhite-str authored
* Add cmake option to use external libjpeg on Mac OS * Add adjust_threshold to python object detector * Add cmake option to use external libjpeg on Mac OS * Add adjust_threshold to python object detector * Revert "Add cmake option to use external libjpeg on Mac OS" This reverts commit 01f7fd13ea3f2b519312900333f9b68847fd1633. * Update detector example to set adjust_threshold
-
- 30 Mar, 2016 1 commit
-
-
Evgeniy Fominov authored
-
- 03 Feb, 2016 4 commits
-
-
Davis King authored
CMake.
-
Patrick Snape authored
Only issue is that the strong is hardcoded - otherwise this is actually technically required by PEP 396
-
Patrick Snape authored
Add a simple print and serialization scheme for shape_predictor_training_options. This enables you to serialize your training options.
-
Patrick Snape authored
Easy change to allow comparisons on the Python side for both rectangle and drectangle
-
- 13 Aug, 2015 1 commit
-
-
Davis King authored
-
- 19 Jun, 2015 1 commit
-
-
Davis King authored
non-square matrix.
-
- 26 May, 2015 1 commit
-
-
Davis King authored
-
- 20 May, 2015 5 commits
-
-
Patrick Snape authored
This is useful for visualizing the tracking results.
-
Patrick Snape authored
Added the missing documentation for the correlation tracker. Didn't realise that the tracker returned the side lobe ratio, so fixed the API to return it properly.
-
Patrick Snape authored
This aids an API for the correlation based tracker that Davis recently added to Dlib. I've made sure to allow overrides for passing normal rectangles rather than drectangles (which isn't currently supported in the Dlib C++ API). This is mostly because I imagine people might initialize the tracking using something like a bounding box from a detector (e.g. load_frontal_face_detector).
-
Patrick Snape authored
The correlation tracker deals with the drectangle (double rectangle) class which currently isn't wrapped. Therefore, I add the drectangle class and refactor rectangles into their own file. I also added a load of methods on rectangle that might be useful such as intersection/contains/area etc.
-
Patrick Snape authored
The word detector didn't make much sense!
-