1. 03 Apr, 2013 2 commits
    • Davis King's avatar
      Added an additional threshold for each detection template. This is useful · c943eb23
      Davis King authored
      since some detection templates may be larger than others and therefore
      naturally accumulate larger scores, therefore necessitating larger threshold
      values.
      c943eb23
    • 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 11 commits