1. 28 Dec, 2014 1 commit
  2. 13 Dec, 2014 1 commit
    • Patrick Snape's avatar
      Re-add the cached object detector · 37af35b5
      Patrick Snape authored
      A little bit hacky, but should be fine. Supports both fhog
      detectors and the "cached" simple_object_detector. Also, maintains
      the upscale parameter for testing
      37af35b5
  3. 11 Dec, 2014 1 commit
    • 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