Commit Graph

14 Commits

Author SHA1 Message Date
Davis King
ec83abf619 Removed notes about using --yes USE_AVX_INSTRUCTIONS when building python
interface since AVX availability is now detected automatically by cmake.
2018-05-22 07:01:09 -04:00
visionworkz
e8faced822 Add basic image io and remove python C-API refs from numpy_returns.cpp (#1258)
* Fixed reference count issue

* Fixed refcount issue in Python dlib.jitter_image and dlib.get_face_chips

* Consolidation of https://github.com/davisking/dlib/pull/1249

* Fixed build issue

* Fixed: Paths in a pytest file should be relative to dlib root

* Skip numpy return tests for Python 2.7 or if Numpy is not installed

* Enabled numpy returns tests on Python 2.7 using cPickle.dumps
2018-04-17 22:49:25 -04:00
Davis King
c1b1ac955a Removed references to boost.python since it's no longer needed. 2018-01-22 19:23:01 -05: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
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
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
Davis King
154f435427 Added notes about installing skimage. 2015-03-07 14:14:47 -05:00
Patrick Snape
af82bc402f Sort out PEP8 issues in the examples 2014-12-11 09:44:50 +00:00
Patrick Snape
cc3bb4993c Python3 friendly printing in examples 2014-12-10 17:45:51 +00:00
Davis King
b48db9de66 grammar 2014-03-08 11:32:12 -05:00
Davis King
f72305b2d9 Added python object detection examples 2014-02-23 16:56:14 -05:00
Davis King
17b8f97c9a Added face detection python example 2014-02-09 13:23:44 -05:00