Commit Graph

13 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
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
Davis King
f467624eec Changed URLs to point to dlib.net instead of sourceforge.net 2016-06-25 14:00:38 -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
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
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
fbe597be03 Add facial landmark prediction examples for Python 2014-12-11 15:01:08 +00:00