Commit Graph

23 Commits

Author SHA1 Message Date
Nishant Charas
2cf6b9d556 printing error (#1568) 2018-11-25 07:19:28 -05:00
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
Arian Giles García
fe1c287374 Remove unnecessary semicolon (#1223) 2018-03-31 11:25:04 -04:00
Davis King
1ec5a94554 Added comments about how to run multiple detectors together efficiently. 2018-02-10 16:58:02 -05: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
b9238fa5eb Clarified docs 2017-10-01 08:44:03 -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
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
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