From 1c75f3d03793e4deecc4438ed5c18b8879fb8823 Mon Sep 17 00:00:00 2001 From: berak Date: Thu, 12 Jul 2018 11:06:53 +0200 Subject: [PATCH] dnn: fix typo in object_detection.cpp sample --- samples/dnn/object_detection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/dnn/object_detection.cpp b/samples/dnn/object_detection.cpp index 922bdcc9a0..161f7434f8 100644 --- a/samples/dnn/object_detection.cpp +++ b/samples/dnn/object_detection.cpp @@ -22,7 +22,7 @@ const char* keys = "{ height | -1 | Preprocess input image by resizing to a specific height. }" "{ rgb | | Indicate that model works with RGB input images instead BGR ones. }" "{ thr | .5 | Confidence threshold. }" - "{ thr | .4 | Non-maximum suppression threshold. }" + "{ nms | .4 | Non-maximum suppression threshold. }" "{ backend | 0 | Choose one of computation backends: " "0: automatically (by default), " "1: Halide language (http://halide-lang.org/), "