- 23 Nov, 2013 1 commit
-
-
Davis King authored
changed the interfaces to these functions slightly. Instead of taking a double that determines how we decide if boxes match, they now take a test_box_overlap object.
-
- 31 Jul, 2013 1 commit
-
-
Davis King authored
precision values to be slightly wrong.
-
- 25 Jul, 2013 1 commit
-
-
Davis King authored
instead of mean average precision.
-
- 21 Apr, 2013 1 commit
-
-
Davis King authored
since it's easy to mix up the adjust threshold and epsilon arguments and these checks will usually catch that. The checks are also very low cost.
-
- 03 Apr, 2013 1 commit
-
-
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.
-
- 31 Mar, 2013 1 commit
-
-
Davis King authored
precision measure.
-
- 23 Dec, 2012 1 commit
-
-
Davis King authored
vector_to_matrix(), pointer_to_column_vector(), and pointer_to_matrix() to mat() (in addition to adding a few more mat() overloads for certain things).
-
- 26 Aug, 2012 1 commit
-
-
Davis King authored
here and there.
-
- 25 Aug, 2012 1 commit
-
-
Davis King authored
both rectangle and full_object_detection objects.
-
- 26 Dec, 2011 2 commits
-
-
Davis King authored
-
Davis King authored
since they logically modify the state of the object detector now that we are exposing the state of the underlying image scanner.
-
- 17 Sep, 2011 2 commits
-
-
Davis King authored
-
Davis King authored
-
- 16 Sep, 2011 1 commit
-
-
Davis King authored
-
- 15 Sep, 2011 1 commit
-
-
Davis King authored
routines.
-