1. 21 Nov, 2018 1 commit
  2. 25 May, 2018 1 commit
  3. 20 May, 2018 1 commit
  4. 28 Apr, 2018 1 commit
  5. 18 Apr, 2018 2 commits
  6. 10 Apr, 2018 1 commit
  7. 31 Mar, 2018 1 commit
  8. 12 Feb, 2018 1 commit
    • Davis King's avatar
      - Added rectangless. · 2a26521b
      Davis King authored
      - Moved all uses of PYBIND11_MAKE_OPAQUE to a common header to avoid possilbe ODR violations.
      - Added python binding for make_bounding_box_regression_training_data().
      2a26521b
  9. 17 Jan, 2018 1 commit
  10. 16 Jan, 2018 1 commit
  11. 10 Dec, 2017 2 commits
  12. 08 Dec, 2017 1 commit
    • visionworkz's avatar
      Exposed jitter_image in Python and added an example (#980) · ac292309
      visionworkz authored
      * Exposed jitter_image in Python and added an example
      
      * Return Numpy array directly
      
      * Require numpy during setup
      
      * Added install of Numpy before builds
      
      * Changed pip install for user only due to security issues.
      
      * Removed malloc
      
      * Made presence of Numpy during compile optional.
      
      * Conflict
      
      * Refactored get_face_chip/get_face_chips to use Numpy as well.
      ac292309