Commit Graph

94 Commits (master)

Author SHA1 Message Date
Kapil Sachdeva f7f6f67618 Add python api that generates desciptor(s) from the aligned image(s) (#1667)
6 years ago
Miks Miķelsons e73d3adc0e Add padding argument support for Python compute_face_descriptor methods (#1578)
6 years ago
Nishant Charas 2cf6b9d556 printing error (#1568)
6 years ago
Davis King ec83abf619 Removed notes about using --yes USE_AVX_INSTRUCTIONS when building python
6 years ago
Davis King ec3c36fc23 Set execute bit.
6 years ago
visionworkz e8faced822 Add basic image io and remove python C-API refs from numpy_returns.cpp (#1258)
7 years ago
Arian Giles García fe1c287374 Remove unnecessary semicolon (#1223)
7 years ago
Davis King 1ec5a94554 Added comments about how to run multiple detectors together efficiently.
7 years ago
Davis King c1b1ac955a Removed references to boost.python since it's no longer needed.
7 years ago
Mischan Toosarani-Hausberger 077a3b60e7 Replace boost::python with pybind11 (#1040)
7 years ago
Davis King 3a0a63da39 A little bit of cleanup
7 years ago
Davis King 07febbc9de Made this file executable
7 years ago
visionworkz ac292309c1 Exposed jitter_image in Python and added an example (#980)
7 years ago
Davis King 3cffafad8c Changed example to use minimization rather than maximization.
7 years ago
Davis King ed9beffa33 Added python example for find_max_global()
7 years ago
Davis King 7a317f5456 Fixed bug
7 years ago
Davis King e35b2d8fc8 Added python binary classifier example
7 years ago
Davis King b9238fa5eb Clarified docs
7 years ago
Davis King 67e6957b1e Clarified comment and updated requirements.txt
7 years ago
Varun Chatterji 7e94daad4d Cleaned up example file.
7 years ago
Varun Chatterji 5f26972551 Added code to get face_chip images..
7 years ago
Varun Chatterji 9fe352d696 Added size and padding as optional parameters
7 years ago
Davis King 532552627a Cleaned up code and comments.
7 years ago
Davis King 5cf80dda6a Merge branch 'master' of git://github.com/visionworkz/dlib into visionworkz-master
7 years ago
Davis King f56ba6b04f Changed code to recommend users to use the new 5 point face landmarking model.
7 years ago
Davis King 80222b5987 Fixed grammar
7 years ago
Davis King bd26a5d030 fix awkward grammar
7 years ago
Davis King 205b26f831 Improved citations
7 years ago
Varun 93a1aba096 Added threshold to clustering call
7 years ago
Visionworkz 8b48c09c7b Added face clustering example to Python API
7 years ago
Davis King a4eb894ff0 Set this file to executable
7 years ago
Guillaume Ramé bbf3d987b2 improvements to cnn face detection python interface (#780)
7 years ago
Adam Geitgey b6d2329c5e Add a python wrapper for using the mmod face detector (#753)
7 years ago
Pavan kumar 3e471ade23 Just small typo (#716)
7 years ago
Davis King 6d636ffb7e Added python requirements.txt file for scikit-image
8 years ago
Adam Geitgey a3023fdeea Remove extra semicolons (#446)
8 years ago
Davis King 3e63e0a1b3 Added a python version of the DNN face recognition example program.
8 years ago
Davis King f467624eec Changed URLs to point to dlib.net instead of sourceforge.net
8 years ago
nxwhite-str b53e9cf010 Add detection threshold adjustment to object detection python interface (#140)
8 years ago
Davis King 9988deac43 Cleaned up install instructions slightly.
9 years ago
Davis King 844f252a75 Updated compile/install instructions for python bindings.
9 years ago
Patrick Snape dd922c668f Add example of python correlation tracker
9 years ago
Davis King d1a5815cb9 Added default upsampling amount to detector.run(). Also moved the
10 years ago
Davis King 216eb3f30f Merge branch 'py_det_conf_and_idx' of https://github.com/jackculpepper/dlib into jackculpepper-py_det_conf_and_idx
10 years ago
Davis King e00f6f63ca Replaced the raw_input() calls with a call into dlib since raw_input() isn't
10 years ago
Jack Culpepper f2f4e9d0bf run on telling example
10 years ago
Davis King 154f435427 Added notes about installing skimage.
10 years ago
Davis King 5b5393f6ac clarified example
10 years ago
Davis King ab424628dc Made this file executable
10 years ago
Vinh Khuc 067e36b505 Added a Python example for find_candidate_object_locations
10 years ago