From 97681d0607e9fe25b05cd0ae7a3ce7dfeb13c55b Mon Sep 17 00:00:00 2001 From: LaurentBerger Date: Sun, 30 Jun 2019 18:39:05 +0200 Subject: [PATCH] Add clip to deploy.prototxt --- samples/dnn/face_detector/deploy.prototxt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/samples/dnn/face_detector/deploy.prototxt b/samples/dnn/face_detector/deploy.prototxt index 905580ee46..75d33f00b0 100644 --- a/samples/dnn/face_detector/deploy.prototxt +++ b/samples/dnn/face_detector/deploy.prototxt @@ -1784,6 +1784,7 @@ layer { } code_type: CENTER_SIZE keep_top_k: 200 - confidence_threshold: 0.01 + confidence_threshold: 0.2 + clip: 1 } }