From 9170c4ee3c2917e0ca5caf9559ea9ba378fea345 Mon Sep 17 00:00:00 2001 From: r4ghu Date: Mon, 4 Feb 2019 11:32:34 -0800 Subject: [PATCH] Pushing this code to plugin side --- dlib/image_processing/frontal_face_detector.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/dlib/image_processing/frontal_face_detector.h b/dlib/image_processing/frontal_face_detector.h index ac4b1449e0..3f4b597699 100644 --- a/dlib/image_processing/frontal_face_detector.h +++ b/dlib/image_processing/frontal_face_detector.h @@ -20,8 +20,6 @@ namespace dlib std::istringstream sin(get_serialized_frontal_faces()); frontal_face_detector detector; deserialize(detector, sin); - test_box_overlap overlap(0.15, 0.75); - detector.set_overlap_tester(overlap); return detector; }