Commit 938e9771 authored by Davis King's avatar Davis King

fixed typo in comment

parent 0f06d78e
......@@ -345,7 +345,7 @@ namespace dlib
// if hit truth rect
if (truth_match > match_eps)
{
// if this is the first time we have seen a detect which hit truth_object_detections[truth.second]
// if this is the first time we have seen a detect which hit truth_object_detections[idx][truth.second]
const double score = dets[i].first - thresh;
if (hit_truth_table[truth.second] == false)
{
......
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