1. 03 Apr, 2013 1 commit
    • Davis King's avatar
      Fixed a bug which was introduced a few days ago. The problem was that the · 5ca5ced2
      Davis King authored
      validation routines set the detection threshold to negative infinity in an
      attempt to elicit all the possible detections for the purpose of computing mean
      average precision scores.  This works fine when using the scan_image_boxes
      object but causes the detection quality to degrade when the scan_image_pyramid
      is used since this object performs random subsampling to avoid producing an
      excessive number of detections.  The fix is to allow the user to set the
      adjust_threshold parameter themselves to whatever value they feel is reasonable
      rather than hard coding it to negative infinity.
      5ca5ced2
  2. 02 Apr, 2013 7 commits
  3. 31 Mar, 2013 7 commits
  4. 30 Mar, 2013 6 commits
  5. 28 Mar, 2013 2 commits
  6. 26 Mar, 2013 1 commit
  7. 25 Mar, 2013 4 commits
  8. 24 Mar, 2013 12 commits