1. 15 Mar, 2019 3 commits
  2. 14 Mar, 2019 1 commit
  3. 10 Mar, 2019 8 commits
  4. 08 Mar, 2019 3 commits
  5. 04 Mar, 2019 6 commits
  6. 02 Mar, 2019 1 commit
  7. 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
  8. 20 Feb, 2019 6 commits
  9. 18 Feb, 2019 1 commit
  10. 07 Feb, 2019 1 commit
  11. 20 Jan, 2019 2 commits
  12. 09 Jan, 2019 2 commits
  13. 08 Jan, 2019 2 commits
    • Juha Reunanen's avatar
      Apply the #1514 fix even on non-Windows platforms, and change all remaining… · 5c623e3c
      Juha Reunanen authored
      Apply the #1514 fix even on non-Windows platforms, and change all remaining cudaStreamSynchronize calls (#1596)
      
      * Apply the #1514 fix even on non-Windows platforms
      
      * Try to fix #1513 even more by circumventing the remaining cudaStreamSynchronize calls
      
      * Make the fix apply only if CUDA_VERSION == 10000
      
      * Make the fix apply on CUDA 9.2 also
      
      * CHECK_CUDA(cudaStreamSynchronize(stream));
      5c623e3c
    • Chris Mayo's avatar
      Reliably detect AVX2 at runtime on Linux (#1614) · 9ca72b3e
      Chris Mayo authored
      ECX must be set to 0 to read this flag, the easiest way to achieve this
      is to use __cpuid_count with 0 as the second argument.
      9ca72b3e
  14. 07 Jan, 2019 3 commits