Commit 5d264ae5 authored by Davis King's avatar Davis King

Changed the default parameters of the test_box_overlap object. Now it

defaults to using exactly the PASCAL VOC match criterion.
parent afc756ff
...@@ -16,7 +16,7 @@ namespace dlib ...@@ -16,7 +16,7 @@ namespace dlib
{ {
public: public:
test_box_overlap ( test_box_overlap (
) : match_thresh(0.5), overlap_thresh(0.5) ) : match_thresh(0.5), overlap_thresh(1.0)
{} {}
test_box_overlap ( test_box_overlap (
......
...@@ -29,7 +29,7 @@ namespace dlib ...@@ -29,7 +29,7 @@ namespace dlib
/*! /*!
ensures ensures
- #get_match_thresh() == 0.5 - #get_match_thresh() == 0.5
- #get_overlap_thresh() == 0.5 - #get_overlap_thresh() == 1.0
!*/ !*/
test_box_overlap ( test_box_overlap (
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment