1. 06 1月, 2018 1 次提交
  2. 04 1月, 2018 1 次提交
  3. 02 1月, 2018 1 次提交
  4. 27 12月, 2017 1 次提交
    • I
      Face recognition with knn (#250) · d4292a8f
      itamar8910 提交于
      * face recognition with knn
      
      * improved knn, added doc and tests
      
      * updated for flake8
      
      * fixed requirements
      
      * fixed paths in test
      
      * fixed additional paths in test
      
      * updated tests
      
      * updated readme
      
      * Add recognition with k-nearest-neighbors classifier
      
      * Correcting for PR comments
      
      * remove scikit-learn from global requirements
      
      * remove scikit-learn from setup requirements
      
      * Add intro to knn example
      d4292a8f
  5. 07 12月, 2017 1 次提交
  6. 01 12月, 2017 1 次提交
  7. 30 11月, 2017 1 次提交
  8. 06 10月, 2017 1 次提交
  9. 20 9月, 2017 1 次提交
  10. 17 9月, 2017 1 次提交
  11. 02 9月, 2017 1 次提交
  12. 30 8月, 2017 1 次提交
  13. 16 8月, 2017 1 次提交
  14. 08 8月, 2017 6 次提交
  15. 04 8月, 2017 3 次提交
  16. 29 7月, 2017 1 次提交
  17. 04 7月, 2017 1 次提交
  18. 28 6月, 2017 1 次提交
  19. 27 6月, 2017 3 次提交
  20. 06 6月, 2017 1 次提交
  21. 27 5月, 2017 1 次提交
  22. 02 5月, 2017 1 次提交
  23. 23 4月, 2017 2 次提交
    • A
      Bump version · aff06e96
      Adam Geitgey 提交于
      aff06e96
    • G
      Convert 1600 to a float. · 3f060164
      Giorgos Logiotatidis 提交于
      If `unknown_image.shape[1] > 1600` then `scale_factor` will be always calculated `0` because `1600 / unknown_image.shape[1]` is an `int` over `int` division which in turn will always raise a ValueError in `PIL.Image.resize`. Making `1600` a float (1600.0) fixes the issue.
      3f060164
  24. 21 4月, 2017 4 次提交
  25. 13 4月, 2017 2 次提交
  26. 05 4月, 2017 1 次提交