1. 18 Mar, 2019 6 commits
  2. 17 Mar, 2019 1 commit
  3. 15 Mar, 2019 4 commits
  4. 14 Mar, 2019 1 commit
  5. 10 Mar, 2019 8 commits
  6. 08 Mar, 2019 3 commits
  7. 04 Mar, 2019 6 commits
  8. 02 Mar, 2019 1 commit
  9. 26 Feb, 2019 1 commit
    • 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
  10. 20 Feb, 2019 6 commits
  11. 18 Feb, 2019 1 commit
  12. 07 Feb, 2019 1 commit
  13. 20 Jan, 2019 1 commit
    • davemers0160's avatar
      fixed check for excessive detections in loss_mmod_ (#1625) · 84b72278
      davemers0160 authored
      fixed check for excessive detections in loss_mmod_
      
      Ran into the problem where dets.size() was equal to max_num_initial_dets which then throws a subscript out of range error when accesing: dets[max_num_initial_dets].detection_confidence.  This fixes that issue.
      84b72278