• Kapil Sachdeva's avatar
    Add python api that generates desciptor(s) from the aligned image(s) (#1667) · f7f6f676
    Kapil Sachdeva authored
    * 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
    f7f6f676
Name
Last commit
Last update
..
LICENSE_FOR_EXAMPLE_PROGRAMS.txt Sort out PEP8 issues in the examples
cnn_face_detector.py Removed notes about using --yes USE_AVX_INSTRUCTIONS when building python
correlation_tracker.py Removed notes about using --yes USE_AVX_INSTRUCTIONS when building python
face_alignment.py Removed notes about using --yes USE_AVX_INSTRUCTIONS when building python
face_clustering.py Removed notes about using --yes USE_AVX_INSTRUCTIONS when building python
face_detector.py Removed notes about using --yes USE_AVX_INSTRUCTIONS when building python
face_jitter.py Removed notes about using --yes USE_AVX_INSTRUCTIONS when building python
face_landmark_detection.py Removed notes about using --yes USE_AVX_INSTRUCTIONS when building python
face_recognition.py Add python api that generates desciptor(s) from the aligned image(s) (#1667)
find_candidate_object_locations.py Removed notes about using --yes USE_AVX_INSTRUCTIONS when building python
global_optimization.py Removed references to boost.python since it's no longer needed.
max_cost_assignment.py Removed notes about using --yes USE_AVX_INSTRUCTIONS when building python
opencv_webcam_face_detection.py Removed notes about using --yes USE_AVX_INSTRUCTIONS when building python
requirements.txt Add basic image io and remove python C-API refs from numpy_returns.cpp (#1258)
sequence_segmenter.py Removed notes about using --yes USE_AVX_INSTRUCTIONS when building python
svm_binary_classifier.py Removed notes about using --yes USE_AVX_INSTRUCTIONS when building python
svm_rank.py Removed notes about using --yes USE_AVX_INSTRUCTIONS when building python
svm_struct.py Removed notes about using --yes USE_AVX_INSTRUCTIONS when building python
train_object_detector.py printing error (#1568)
train_shape_predictor.py Removed notes about using --yes USE_AVX_INSTRUCTIONS when building python