Varun Chatterji
7e94daad4d
Cleaned up example file.
2017-09-19 23:08:54 +08:00
Varun Chatterji
5f26972551
Added code to get face_chip images..
2017-09-19 13:08:51 +08:00
Varun Chatterji
9fe352d696
Added size and padding as optional parameters
2017-09-18 19:54:26 +08:00
Davis King
532552627a
Cleaned up code and comments.
...
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.
2017-09-16 14:53:11 -04:00
Davis King
5cf80dda6a
Merge branch 'master' of git://github.com/visionworkz/dlib into visionworkz-master
2017-09-16 14:18:44 -04:00
Davis King
f56ba6b04f
Changed code to recommend users to use the new 5 point face landmarking model.
2017-09-15 19:57:54 -04:00
Davis King
80222b5987
Fixed grammar
2017-09-15 19:57:33 -04:00
Davis King
bd26a5d030
fix awkward grammar
2017-09-10 22:23:31 -04:00
Davis King
205b26f831
Improved citations
2017-09-10 22:16:54 -04:00
Varun
93a1aba096
Added threshold to clustering call
2017-09-10 06:15:42 +08:00
Visionworkz
8b48c09c7b
Added face clustering example to Python API
2017-09-06 02:05:42 +08:00
Davis King
a4eb894ff0
Set this file to executable
2017-08-27 19:13:46 -04:00
Guillaume Ramé
bbf3d987b2
improvements to cnn face detection python interface ( #780 )
...
* 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.
2017-08-27 18:40:31 -04:00
Adam Geitgey
b6d2329c5e
Add a python wrapper for using the mmod face detector ( #753 )
2017-08-18 16:30:33 -04:00
Pavan kumar
3e471ade23
Just small typo ( #716 )
2017-07-19 09:08:28 -04:00
Davis King
6d636ffb7e
Added python requirements.txt file for scikit-image
2017-04-19 22:19:17 -04:00
Adam Geitgey
a3023fdeea
Remove extra semicolons ( #446 )
2017-02-22 13:23:21 -05:00
Davis King
3e63e0a1b3
Added a python version of the DNN face recognition example program.
2017-02-12 20:38:17 -05:00
Davis King
f467624eec
Changed URLs to point to dlib.net instead of sourceforge.net
2016-06-25 14:00:38 -04:00
nxwhite-str
b53e9cf010
Add detection threshold adjustment to object detection python interface ( #140 )
...
* 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 01f7fd13ea
.
* Update detector example to set adjust_threshold
2016-06-22 21:17:16 -04:00
Davis King
9988deac43
Cleaned up install instructions slightly.
2015-10-27 08:50:44 -04:00
Davis King
844f252a75
Updated compile/install instructions for python bindings.
2015-10-27 08:25:43 -04:00
Patrick Snape
dd922c668f
Add example of python correlation tracker
...
This replicates the c++ example.
2015-05-20 12:25:28 +01:00
Davis King
d1a5815cb9
Added default upsampling amount to detector.run(). Also moved the
...
new example code into face_detector.py and added some comments.
2015-03-28 23:16:54 -04:00
Davis King
216eb3f30f
Merge branch 'py_det_conf_and_idx' of https://github.com/jackculpepper/dlib into jackculpepper-py_det_conf_and_idx
2015-03-28 22:48:19 -04:00
Davis King
e00f6f63ca
Replaced the raw_input() calls with a call into dlib since raw_input() isn't
...
available in python3.
2015-03-22 18:45:08 -04:00
Jack Culpepper
f2f4e9d0bf
run on telling example
2015-03-12 07:48:21 +00:00
Davis King
154f435427
Added notes about installing skimage.
2015-03-07 14:14:47 -05:00
Davis King
5b5393f6ac
clarified example
2015-01-03 23:33:46 -05:00
Davis King
ab424628dc
Made this file executable
2015-01-03 23:26:02 -05:00
Vinh Khuc
067e36b505
Added a Python example for find_candidate_object_locations
2015-01-03 14:45:46 -05:00
Davis King
ef06f0e8d5
Fixed grammar
2014-12-27 18:15:07 -05:00
Davis King
1ab3482597
Clarified a few comments and simplified the serialization code a bit.
...
Also just cleaned up a few minor details.
2014-12-27 15:30:56 -05:00
Patrick Snape
37af35b55e
Re-add the cached object detector
...
A little bit hacky, but should be fine. Supports both fhog
detectors and the "cached" simple_object_detector. Also, maintains
the upscale parameter for testing
2014-12-12 16:22:57 +00:00
Patrick Snape
fbe597be03
Add facial landmark prediction examples for Python
2014-12-11 15:01:08 +00:00
Patrick Snape
af82bc402f
Sort out PEP8 issues in the examples
2014-12-11 09:44:50 +00:00
Patrick Snape
60318cb308
Add example of testing detector using existing data
2014-12-10 17:45:51 +00:00
Patrick Snape
cc3bb4993c
Python3 friendly printing in examples
2014-12-10 17:45:51 +00:00
Davis King
cd71dab3f2
Updated the Python API, train_simple_object_detector() so you can call it
...
directly on already loaded data rather than needing to use an XML file as
input.
2014-08-12 19:47:41 -04:00
Davis King
64a0d7a77d
changed python example so that running it without commands doesn't trigger a testing
...
failure in the makedocs script
2014-03-09 13:37:30 -04:00
Davis King
b48db9de66
grammar
2014-03-08 11:32:12 -05:00
Davis King
d4fcaba87a
Fixed incorrect comment.
2014-03-02 11:59:31 -05:00
Davis King
2369ae1e57
Made the python object detection tools process color images
...
in color instead of always converting to grayscale.
2014-03-02 11:19:06 -05:00
Davis King
11ae48d0df
fixed grammar
2014-02-23 18:16:15 -05:00
Davis King
f72305b2d9
Added python object detection examples
2014-02-23 16:56:14 -05:00
Davis King
9b16325df6
fixed more grammar
2014-02-22 16:08:34 -05:00
Davis King
17b8f97c9a
Added face detection python example
2014-02-09 13:23:44 -05:00
Davis King
bb49be31d8
Added comments about python not being threaded for the structural SVM
2013-10-04 21:37:22 -04:00
Davis King
3bfece9aec
Added a max_cost_assignment python example
2013-08-09 11:36:34 -04:00
Davis King
5be1478295
Clarified comments
2013-08-08 19:37:39 -04:00