dlib/python_examples
Mischan Toosarani-Hausberger 077a3b60e7 Replace boost::python with pybind11 (#1040)
* Replace boost::python with pybind11

* Replace add_python_module with pybind11_add_module

* Fix clang error on type-dependent expression
2018-01-15 14:41:40 -05:00
..
cnn_face_detector.py Set this file to executable 2017-08-27 19:13:46 -04:00
correlation_tracker.py Cleaned up install instructions slightly. 2015-10-27 08:50:44 -04:00
face_alignment.py Exposed jitter_image in Python and added an example (#980) 2017-12-08 09:59:27 -05:00
face_clustering.py Added size and padding as optional parameters 2017-09-18 19:54:26 +08:00
face_detector.py Add detection threshold adjustment to object detection python interface (#140) 2016-06-22 21:17:16 -04:00
face_jitter.py A little bit of cleanup 2017-12-08 10:16:08 -05:00
face_landmark_detection.py Fixed grammar 2017-09-15 19:57:33 -04:00
face_recognition.py Changed code to recommend users to use the new 5 point face landmarking model. 2017-09-15 19:57:54 -04:00
find_candidate_object_locations.py Cleaned up install instructions slightly. 2015-10-27 08:50:44 -04:00
global_optimization.py Changed example to use minimization rather than maximization. 2017-12-02 08:55:24 -05:00
LICENSE_FOR_EXAMPLE_PROGRAMS.txt Sort out PEP8 issues in the examples 2014-12-11 09:44:50 +00:00
max_cost_assignment.py Updated compile/install instructions for python bindings. 2015-10-27 08:25:43 -04:00
requirements.txt Clarified comment and updated requirements.txt 2017-09-22 21:52:15 -04:00
sequence_segmenter.py Updated compile/install instructions for python bindings. 2015-10-27 08:25:43 -04:00
svm_binary_classifier.py Replace boost::python with pybind11 (#1040) 2018-01-15 14:41:40 -05:00
svm_rank.py Updated compile/install instructions for python bindings. 2015-10-27 08:25:43 -04:00
svm_struct.py Updated compile/install instructions for python bindings. 2015-10-27 08:25:43 -04:00
train_object_detector.py Clarified docs 2017-10-01 08:44:03 -04:00
train_shape_predictor.py Cleaned up install instructions slightly. 2015-10-27 08:50:44 -04:00