dlib/python_examples
Kapil Sachdeva f7f6f67618 Add python api that generates desciptor(s) from the aligned image(s) (#1667)
* Add python api that generates desciptor(s) from the aligned image(s)

* Remove asserts from face_recognition.py example/tutorial

* In batch_compute_face_descriptors_from_aligned_images, use for-in loop to simplify the code

Improvde the document on binding methods and the error message if the aligned image is not of size 150x150
2019-02-25 20:10:04 -05:00
..
LICENSE_FOR_EXAMPLE_PROGRAMS.txt
cnn_face_detector.py
correlation_tracker.py
face_alignment.py
face_clustering.py
face_detector.py
face_jitter.py
face_landmark_detection.py
face_recognition.py
find_candidate_object_locations.py Removed notes about using --yes USE_AVX_INSTRUCTIONS when building python 2018-05-22 07:01:09 -04:00
global_optimization.py
max_cost_assignment.py
opencv_webcam_face_detection.py Removed notes about using --yes USE_AVX_INSTRUCTIONS when building python 2018-05-22 07:01:09 -04:00
requirements.txt
sequence_segmenter.py
svm_binary_classifier.py Removed notes about using --yes USE_AVX_INSTRUCTIONS when building python 2018-05-22 07:01:09 -04:00
svm_rank.py Removed notes about using --yes USE_AVX_INSTRUCTIONS when building python 2018-05-22 07:01:09 -04:00
svm_struct.py
train_object_detector.py
train_shape_predictor.py