"...git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "05e867784ddb873d909a9a5cce8ee0f32eb6840d"
  1. 15 Jan, 2018 1 commit
  2. 20 Dec, 2017 1 commit
  3. 13 Dec, 2017 1 commit
  4. 10 Dec, 2017 2 commits
  5. 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
  6. 05 Dec, 2017 1 commit
  7. 02 Dec, 2017 1 commit
  8. 25 Nov, 2017 1 commit
  9. 10 Nov, 2017 1 commit
  10. 27 Oct, 2017 1 commit
  11. 25 Oct, 2017 1 commit
  12. 29 Sep, 2017 1 commit
    • Hung-Wei Chiu's avatar
      Fix warning (#851) · ea9aae0f
      Hung-Wei Chiu authored
      * remove unused variable
      
      * modify variable type from int to size_t
      
      * fix previous delete, we need to call chinese_whispers here but we don't need its result now
      ea9aae0f
  13. 19 Sep, 2017 1 commit
  14. 18 Sep, 2017 1 commit
  15. 16 Sep, 2017 1 commit
    • Davis King's avatar
      Cleaned up code and comments. · 53255262
      Davis King authored
      In particular, these new functions don't need to be inside the face
      recognition class.  So I moved them out.  I also fixed many incorrect
      copy/pasted comments and clarified parts of the example code.
      53255262
  16. 15 Sep, 2017 1 commit
  17. 09 Sep, 2017 1 commit
  18. 05 Sep, 2017 1 commit
  19. 27 Aug, 2017 1 commit
  20. 24 Aug, 2017 1 commit
  21. 18 Aug, 2017 1 commit
  22. 18 Jun, 2017 1 commit
  23. 01 Mar, 2017 1 commit
  24. 13 Feb, 2017 1 commit
  25. 25 Jan, 2017 1 commit
  26. 12 Nov, 2016 1 commit
  27. 14 Aug, 2016 1 commit
  28. 23 Jun, 2016 1 commit
    • nxwhite-str's avatar
      Add detection threshold adjustment to object detection python interface (#140) · b53e9cf0
      nxwhite-str authored
      * Add cmake option to use external libjpeg on Mac OS
      
      * Add adjust_threshold to python object detector
      
      * Add cmake option to use external libjpeg on Mac OS
      
      * Add adjust_threshold to python object detector
      
      * Revert "Add cmake option to use external libjpeg on Mac OS"
      
      This reverts commit 01f7fd13ea3f2b519312900333f9b68847fd1633.
      
      * Update detector example to set adjust_threshold
      b53e9cf0
  29. 30 Mar, 2016 1 commit
  30. 03 Feb, 2016 4 commits
  31. 13 Aug, 2015 1 commit
  32. 18 Jun, 2015 1 commit
  33. 26 May, 2015 1 commit
  34. 20 May, 2015 3 commits
    • Patrick Snape's avatar
      Add overlay overload for drectangle · 23343f3d
      Patrick Snape authored
      This is useful for visualizing the tracking results.
      23343f3d
    • Patrick Snape's avatar
      Update docs on corr tracker, return side lobe · 60475dda
      Patrick Snape authored
      Added the missing documentation for the correlation tracker.
      Didn't realise that the tracker returned the side lobe ratio,
      so fixed the API to return it properly.
      60475dda
    • Patrick Snape's avatar
      Add an API for the correlation tracker · e3c3d39a
      Patrick Snape authored
      This aids an API for the correlation based tracker that Davis
      recently added to Dlib. I've made sure to allow overrides for
      passing normal rectangles rather than drectangles (which isn't
      currently supported in the Dlib C++ API). This is mostly
      because I imagine people might initialize the tracking using
      something like a bounding box from a detector (e.g.
      load_frontal_face_detector).
      e3c3d39a