1. 02 2月, 2018 2 次提交
  2. 27 1月, 2018 2 次提交
  3. 06 1月, 2018 1 次提交
  4. 04 1月, 2018 1 次提交
  5. 02 1月, 2018 1 次提交
  6. 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
  7. 07 12月, 2017 1 次提交
  8. 01 12月, 2017 1 次提交
  9. 30 11月, 2017 1 次提交
  10. 06 10月, 2017 1 次提交
  11. 20 9月, 2017 1 次提交
  12. 17 9月, 2017 1 次提交
  13. 02 9月, 2017 1 次提交
  14. 30 8月, 2017 1 次提交
  15. 16 8月, 2017 1 次提交
  16. 08 8月, 2017 6 次提交
  17. 04 8月, 2017 3 次提交
  18. 29 7月, 2017 1 次提交
  19. 04 7月, 2017 1 次提交
  20. 28 6月, 2017 1 次提交
  21. 27 6月, 2017 3 次提交
  22. 06 6月, 2017 1 次提交
  23. 27 5月, 2017 1 次提交
  24. 02 5月, 2017 1 次提交
  25. 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
  26. 21 4月, 2017 3 次提交