1. 11 Dec, 2014 3 commits
    • Patrick Snape's avatar
      Add a save method to detectors and predictors · 8db3f4e5
      Patrick Snape authored
      Also, removed the saving of the upsample which I missed from
      before (since I'm not using the struct now). I understand why
      the upsample was being saved, but I don't necessarily agree it
      is particularly useful as you should really be upsampling on
      a case by case basis at test time.
      8db3f4e5
    • Patrick Snape's avatar
      Refactor the GUI code out · e801bd6a
      Patrick Snape authored
      I also cleaned up a bunch of code. I'm not sure why the
      simple_object_detector was keeping track of the upsample amount,
      since it can't even be passed as an argument to the constructor.
      Therefore, I removed the simple_object_detector_py and the second
      declaration of the hog object detector. I also changed the
      view code to optionally take keyword args of color and added
      a single view of a rectangle.
      
      Finally, I added viewing of the shape parts.
      e801bd6a
    • Patrick Snape's avatar
      Add rendering of faces (lines) · 697aecb4
      Patrick Snape authored
      Can either be a list of full_object_detections or a single
      full_object_detection. I couldn't get the vector type to work
      for full_object_detection due to a template error.
      697aecb4
  2. 10 Dec, 2014 3 commits
  3. 15 Nov, 2014 1 commit
  4. 12 Aug, 2014 1 commit
  5. 09 Mar, 2014 1 commit
  6. 02 Mar, 2014 1 commit
  7. 23 Feb, 2014 4 commits
  8. 09 Feb, 2014 1 commit